Lines Matching defs:iscsi_response_hdr
714 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 */;
729 __le32 exp_cmd_sn /* Expected StatSn */;
730 __le32 max_cmd_sn /* CmdSN */;
731 __le32 exp_data_sn /* exp_data_sn */;
732 __le32 bi_residual_count /* bi residual count */;
733 __le32 residual_count /* residual count */;