Loading...
Searching...
No Matches
msc_cbw_rw10_pkt_t Struct Reference

CBW Packet structure for (SCSI_READ10) and (SCSI_WRITE10) requests. More...

Detailed Description

CBW Packet structure for (SCSI_READ10) and (SCSI_WRITE10) requests.

See also
Read10 or Write10 Command from SCSI Primary Command
Warning
uint16_t and uint32_t will be BIG ENDIAN

Definition at line 157 of file scsi.h.

#include <scsi.h>

Data Fields

uint8_t opcode
 Operation code.
 
uint8_t flags
 Miscellaneous flags.
 
be_uint32_t blk_addr
 Block address.
 
uint8_t group_number
 Group number.
 
be_uint16_t xfer_len
 Transfer length in bytes.
 

Field Documentation

◆ blk_addr

be_uint32_t msc_cbw_rw10_pkt_t::blk_addr

Block address.

Definition at line 160 of file scsi.h.

◆ flags

uint8_t msc_cbw_rw10_pkt_t::flags

Miscellaneous flags.

Definition at line 159 of file scsi.h.

◆ group_number

uint8_t msc_cbw_rw10_pkt_t::group_number

Group number.

Definition at line 161 of file scsi.h.

◆ opcode

uint8_t msc_cbw_rw10_pkt_t::opcode

Operation code.

Definition at line 158 of file scsi.h.

◆ xfer_len

be_uint16_t msc_cbw_rw10_pkt_t::xfer_len

Transfer length in bytes.

Definition at line 162 of file scsi.h.


The documentation for this struct was generated from the following file: