Lines Matching full:pdu

140  * iSCSI Login Response PDU header
219 __le16 r2t_sn /* r2t pdu sequence number */;
243 …__le32 exp_r2t_sn /* Initiator mode - Expected R2T PDU index in sequence. [variable, initialized 0…
245 union iscsi_seq_num seq_num /* PDU index in sequence */;
272 * iSCSI Common PDU header
284 #define ISCSI_COMMON_HDR_RSRV_MASK 0x1 /* first bit of iSCSI PDU header */
291 struct regpair lun_reserved /* Bytes 8..15 : LUN (if PDU contains a LUN field) or reserved */;
293 __le32 ttt /* bytes 20 to 23 - common ttt to various PDU headers */;
294 …__le32 cmdstat_sn /* bytes 24 to 27 - common cmd_sn (initiator) or stat_sn (target) to various PDU
295 … bytes 28 to 31 - common expected stat_sn (initiator) or cmd_sn (target) to various PDU headers */;
296 __le32 max_cmd_sn /* bytes 32 to 35 - common max cmd_sn to various PDU headers */;
301 * iSCSI Command PDU header
322 #define ISCSI_CMD_HDR_RSRV1_MASK 0x1 /* first bit of iSCSI PDU header */
333 __le32 exp_stat_sn /* various fields for middle-path PDU. [constant, initialized] */;
338 * iSCSI Command PDU header with Extended CDB (Initiator Mode)
364 __le32 exp_stat_sn /* various fields for middle-path PDU. [constant, initialized] */;
369 * iSCSI login request PDU header
399 __le32 exp_stat_sn /* various fields for middle-path PDU. [constant, initialized] */;
404 * iSCSI logout request PDU header
417 __le32 exp_stat_sn /* various fields for middle-path PDU. [constant, initialized] */;
422 * iSCSI Data-out PDU header
440 __le32 data_sn /* DataSN - PDU index in sequnece */;
446 * iSCSI Data-in PDU header
473 __le32 data_sn /* DataSN - PDU index in sequnece */;
479 * iSCSI R2T PDU header
492 __le32 r2t_sn /* DataSN - PDU index in sequnece */;
498 * iSCSI NOP-out PDU header
522 * iSCSI NOP-in PDU header
550 * iSCSI Login Response PDU header
579 __le32 exp_cmd_sn /* various fields for middle-path PDU. [constant, initialized] */;
588 * iSCSI Logout Response PDU header
614 * iSCSI Text Request PDU header
641 * iSCSI Text Response PDU header
669 * iSCSI TMF Request PDU header
712 * iSCSI Response PDU header
737 * iSCSI Reject PDU header
761 * iSCSI Asynchronous Message PDU header
792 * PDU header part of Ystorm task context
796 struct iscsi_common_hdr common /* Command PDU header */;
797 struct data_hdr data /* Command PDU header */;
798 struct iscsi_cmd_hdr cmd /* Command PDU header */;
799 …struct iscsi_ext_cdb_cmd_hdr ext_cdb_cmd /* Command PDU header with extended CDB - Initiator Mode …
800 struct iscsi_login_req_hdr login_req /* Login request PDU header */;
801 struct iscsi_logout_req_hdr logout_req /* Logout request PDU header */;
802 struct iscsi_data_out_hdr data_out /* Data-out PDU header */;
803 struct iscsi_data_in_hdr data_in /* Data-in PDU header */;
804 struct iscsi_r2t_hdr r2t /* R2T PDU header */;
805 struct iscsi_nop_out_hdr nop_out /* NOP-out PDU header */;
806 struct iscsi_nop_in_hdr nop_in /* NOP-in PDU header */;
807 struct iscsi_login_response_hdr login_response /* Login response PDU header */;
808 struct iscsi_logout_response_hdr logout_response /* Logout response PDU header */;
809 struct iscsi_text_request_hdr text_request /* Text request PDU header */;
810 struct iscsi_text_response_hdr text_response /* Text response PDU header */;
811 struct iscsi_tmf_request_hdr tmf_request /* TMF request PDU header */;
812 struct iscsi_tmf_response_hdr tmf_response /* TMF response PDU header */;
813 struct iscsi_response_hdr response /* Text response PDU header */;
814 struct iscsi_reject_hdr reject /* Reject PDU header */;
815 struct iscsi_async_msg_hdr async_msg /* Asynchronous Message PDU header */;
825 union iscsi_task_hdr pdu_hdr /* PDU header - [constant initialized] */;
1403 __le32 max_send_pdu_length /* Maximum PDU size. Valid for the TX */;
1404 __le32 max_recv_pdu_length /* Maximum PDU size. Valid for the RX */;
1449 …ed CQE position in a sequence of packets belonging to the same unsolicited PDU (use enum iscsi_cqe…
1505 …_MODES_ASSERT_IF_RECV_REJECT_OR_ASYNC_MASK 0x1 /* Assert if REJECT PDU or ASYNC PDU arrived */
1507 …ODES_ASSERT_IF_RECV_NOP_MASK 0x1 /* Assert if NOP IN PDU or NOP OUT PDU arrived */
1567 …_DATA_SEG_LEN_EXCEEDS_PDU_SIZE /* iSCSI connection error - PDU data_seg_len > max receive pdu size…
1568 ISCSI_CONN_ERROR_PROTOCOL_ERR_INVALID_OPCODE /* iSCSI connection error - invalid PDU opcode */,
1569 …ISCSI_CONN_ERROR_PROTOCOL_ERR_INVALID_OPCODE_BEFORE_UPDATE /* iSCSI connection error - invalid PDU
1577 …ISCSI_CONN_ERROR_PROTOCOL_ERR_BUFFER_OFFSET_OOO /* iSCSI connection error - DATA PDU buffer offset…
1587 …ISCSI_CONN_ERROR_PROTOCOL_ERR_INVALID_DSL /* iSCSI connection error - CMD PDU dsl>0 while immediat…
1755 #define ISCSI_UHQE_LOGIN_RESPONSE_PDU_MASK 0x1 /* indicates login pdu */
1810 …u8 total_ahs_length /* Initiator mode only: Total AHS Length. greater than zero if and only if PDU
1811 u8 opcode /* Type opcode for command PDU */;
1813 #define ISCSI_XHQE_FINAL_MASK 0x1 /* The Final(F) for this PDU */
1815 #define ISCSI_XHQE_STATUS_BIT_MASK 0x1 /* Whether this PDU is Data-In PDU with status_bit = 1 */