Lines Matching defs:amap_pdu_base
889 struct amap_pdu_base { struct
890 u8 opcode[6];
891 u8 i_bit; /* immediate bit */
892 u8 x_bit; /* reserved, always 0 */
893 u8 reserved1[24]; /* opcode-specific fields */
894 u8 ahs_length[8]; /* length units is 4 byte words */
895 u8 data_len_hi[8];
896 u8 data_len_lo[16]; /* DatasegmentLength */
897 u8 lun[64]; /* lun or opcode-specific fields */
898 u8 itt[32]; /* initiator task tag */
899 u8 reserved4[224];