Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/qlnx/qlnxe/
H A Discsi_common.h340 struct iscsi_ext_cdb_cmd_hdr struct
342 __le16 reserved1 /* reserved */;
343 u8 flags_attr;
354 u8 opcode /* opcode. [constant, initialized] */;
355 __le32 hdr_second_dword;
360 struct regpair lun /* Logical Unit Number. [constant, initialized] */;
361 __le32 itt /* Initiator Task Tag (only 2 bytes are significant). [constant, initialized] */;
362 __le32 expected_transfer_length /* Expected Data Transfer Length (only 3 bytes are significant) */;
363 __le32 cmd_sn /* CmdSn. [constant, initialized] */;
364 __le32 exp_stat_sn /* various fields for middle-path PDU. [constant, initialized] */;
[all …]