Command Status Wrapper packet structure. More...
Command Status Wrapper packet structure.
#include <scsi.h>
Data Fields | |
| uint32_t | signature |
| CSW signature (SCSI_CSW_SIGNATURE) | |
| uint32_t | tag |
| ID for the answered CBW. | |
| uint32_t | data_left |
| Indicate how many bytes from the CBW were not processed. | |
| uint8_t | status |
| Status of the command. | |