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

Public Attributes | ||
| utp_upiu_header_t | header | |
| union { | ||
| utp_cmd_rsp_t sr | ||
| utp_upiu_query_t qr | ||
| }; | ||
struct utp_upiu_rsp - general upiu response structure @header: UPIU header structure DW-0 to DW-2 @sr: fields structure for scsi command DW-3 to DW-12 @qr: fields structure for query request DW-3 to DW-7
| union { ... } utp_upiu_rsp |
| utp_upiu_header_t utp_upiu_rsp::header |
| utp_upiu_query_t utp_upiu_rsp::qr |
| utp_cmd_rsp_t utp_upiu_rsp::sr |