Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/qlnx/qlnxe/
H A Discsi_common.h714 struct iscsi_response_hdr struct
716 u8 hdr_status /* Status field of ISCSI header */;
717 u8 hdr_response /* Response field of ISCSI header for Responses / Reserved for Data-In */;
718 u8 hdr_flags /* Flags field of ISCSI header */;
719 u8 opcode /* opcode. [constant, initialized] */;
720 __le32 hdr_second_dword;
725 struct regpair lun /* Logical Unit Number */;
726 __le32 itt /* Initiator Task Tag (only 2 bytes are significant). [constant, initialized] */;
727 __le32 snack_tag /* Currently ERL>0 is not supported */;
728 __le32 stat_sn /* CmdSN */;
[all …]