Home
last modified time | relevance | path

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

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