![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
struct utp_upiu_req - general upiu request structure @header:UPIU header structure DW-0 to DW-2 @sc: fields structure for scsi command DW-3 to DW-7 @qr: fields structure for query request DW-3 to DW-7 More...
#include <ufs.h>

Public Attributes | ||
| utp_upiu_header_t | header | |
| union { | ||
| utp_upiu_cmd_t sc | ||
| utp_upiu_query_t qr | ||
| utp_upiu_query_t tr | ||
| utp_upiu_query_t uc | ||
| }; | ||
struct utp_upiu_req - general upiu request structure @header:UPIU header structure DW-0 to DW-2 @sc: fields structure for scsi command DW-3 to DW-7 @qr: fields structure for query request DW-3 to DW-7
| union { ... } utp_upiu_req |
| utp_upiu_header_t utp_upiu_req::header |
| utp_upiu_query_t utp_upiu_req::qr |
| utp_upiu_cmd_t utp_upiu_req::sc |
| utp_upiu_query_t utp_upiu_req::tr |
| utp_upiu_query_t utp_upiu_req::uc |