Searched defs:iscsi_common_hdr (Results 1 – 1 of 1) sorted by relevance
274 struct iscsi_common_hdr struct276 u8 hdr_status /* Status field of ISCSI header */;277 u8 hdr_response /* Response field of ISCSI header for Responses / Reserved for Data-In */;278 u8 hdr_flags /* Flags field of ISCSI header */;279 u8 hdr_first_byte;286 __le32 hdr_second_dword;291 struct regpair lun_reserved /* Bytes 8..15 : LUN (if PDU contains a LUN field) or reserved */;292 __le32 itt /* ITT - common to all headers */;293 __le32 ttt /* bytes 20 to 23 - common ttt to various PDU headers */;294 …tat_sn /* bytes 24 to 27 - common cmd_sn (initiator) or stat_sn (target) to various PDU headers */;[all …]