Home
last modified time | relevance | path

Searched defs:amap_pdu_base (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/scsi/be2iscsi/
Dbe_main.h843 struct amap_pdu_base { struct
844 u8 opcode[6];
845 u8 i_bit; /* immediate bit */
846 u8 x_bit; /* reserved, always 0 */
847 u8 reserved1[24]; /* opcode-specific fields */
848 u8 ahs_length[8]; /* length units is 4 byte words */
849 u8 data_len_hi[8];
850 u8 data_len_lo[16]; /* DatasegmentLength */
851 u8 lun[64]; /* lun or opcode-specific fields */
852 u8 itt[32]; /* initiator task tag */
[all …]