Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Discsi_common.h223 struct iscsi_common_hdr struct
225 u8 hdr_status /* Status field of ISCSI header */;
226 u8 hdr_response /* Response field of ISCSI header for Responses / Reserved for Data-In */;
227 u8 hdr_flags /* Flags field of ISCSI header */;
228 u8 hdr_first_byte;
235 __le32 hdr_second_dword;
240 struct regpair lun_reserved /* Bytes 8..15 : LUN (if PDU contains a LUN field) or reserved */;
241 __le32 itt /* ITT - common to all headers */;
242 __le32 ttt /* bytes 20 to 23 - common ttt to various PDU headers */;
245 __le32 max_cmd_sn /* bytes 32 to 35 - common max cmd_sn to various PDU headers */;
[all …]