Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.h895 struct amap_pdu_base { struct
896 u8 opcode[6];
897 u8 i_bit; /* immediate bit */
898 u8 x_bit; /* reserved, always 0 */
899 u8 reserved1[24]; /* opcode-specific fields */
900 u8 ahs_length[8]; /* length units is 4 byte words */
901 u8 data_len_hi[8];
902 u8 data_len_lo[16]; /* DatasegmentLength */
903 u8 lun[64]; /* lun or opcode-specific fields */
904 u8 itt[32]; /* initiator task tag */
[all …]