Lines Matching defs:amap_pdu_base
895 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 */
905 u8 reserved4[224];