Loading...
Searching...
No Matches
msc_read_fmt_capa_pkt_t Struct Reference

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

Detailed Description

Packet structure to answer (SCSI_READ_FORMAT_CAPACITIES) request.

See also
READ FORMAT CAPACITIES from SCSI Multimedia Commands – 2 (MMC-2)

Definition at line 193 of file scsi.h.

#include <scsi.h>

Data Fields

uint8_t reserved1 [3]
 Byte 2..0 reserved.
 
uint8_t list_length
 Byte 3 Capacity list length.
 
be_uint32_t blk_nb
 Byte 7..4 Number of blocks.
 
uint8_t type
 Byte 8 Descriptor type.
 
uint8_t blk_len [3]
 Byte 11..9 Block length.
 

Field Documentation

◆ blk_len

uint8_t msc_read_fmt_capa_pkt_t::blk_len[3]

Byte 11..9 Block length.

Definition at line 198 of file scsi.h.

◆ blk_nb

be_uint32_t msc_read_fmt_capa_pkt_t::blk_nb

Byte 7..4 Number of blocks.

Definition at line 196 of file scsi.h.

◆ list_length

uint8_t msc_read_fmt_capa_pkt_t::list_length

Byte 3 Capacity list length.

Definition at line 195 of file scsi.h.

◆ reserved1

uint8_t msc_read_fmt_capa_pkt_t::reserved1[3]

Byte 2..0 reserved.

Definition at line 194 of file scsi.h.

◆ type

uint8_t msc_read_fmt_capa_pkt_t::type

Byte 8 Descriptor type.

Definition at line 197 of file scsi.h.


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