Searched defs:_iscsi_data_hdr (Results 1 – 1 of 1) sorted by relevance
381 typedef struct _iscsi_data_hdr { struct382 uint8_t opcode;383 uint8_t flags;384 uint8_t rsvd2[2];385 uint8_t rsvd3;386 uint8_t dlength[3];387 uint8_t lun[8];388 uint32_t itt;389 uint32_t ttt;390 uint32_t rsvd4;[all …]