Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/qlnx/qlnxe/
H A Discsi_common.h406 struct iscsi_logout_req_hdr struct
408 __le16 reserved0 /* reserved */;
409 u8 reason_code /* Reason Code */;
410 u8 opcode /* opcode. [constant, initialized] */;
411 __le32 reserved1;
412 __le32 reserved2[2] /* Reserved */;
413 __le32 itt /* Initiator Task Tag (only 2 bytes are significant). [constant, initialized] */;
414 __le16 reserved3 /* Reserved */;
415 __le16 cid /* Unique Connection ID within the session [constant, initialized] */;
416 __le32 cmd_sn /* CmdSn. [constant, initialized] */;
[all …]