Loading...
Searching...
No Matches
msc_read_capa_pkt_t Struct Reference

Packet structure to answer (SCSI_READ_CAPACITY) request. More...

Detailed Description

Packet structure to answer (SCSI_READ_CAPACITY) request.

Note
Multiply the two values from this struct between them indicates the total size of your MTD device
See also
Read Capacities from SCSI Primary Command

Definition at line 226 of file scsi.h.

#include <scsi.h>

Data Fields

be_uint32_t last_blk
 Indicate last block number.
 
be_uint32_t blk_len
 Total size of a block in bytes.
 

Field Documentation

◆ blk_len

be_uint32_t msc_read_capa_pkt_t::blk_len

Total size of a block in bytes.

Definition at line 228 of file scsi.h.

◆ last_blk

be_uint32_t msc_read_capa_pkt_t::last_blk

Indicate last block number.

Definition at line 227 of file scsi.h.


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