Searched refs:ISCSI_OP_SCSI_DATA_OUT (Results 1 – 5 of 5) sorted by relevance
117 #define ISCSI_OP_SCSI_DATA_OUT 0x05 macro
156 hdr->opcode = ISCSI_OP_SCSI_DATA_OUT; in iscsi_prep_data_out_pdu()292 if (opcode != ISCSI_OP_SCSI_DATA_OUT) { in iscsi_check_tmf_restrictions()321 if (opcode == ISCSI_OP_SCSI_DATA_OUT && in iscsi_check_tmf_restrictions()1519 if (iscsi_check_tmf_restrictions(task, ISCSI_OP_SCSI_DATA_OUT)) in iscsi_data_xmit()
1058 rc = conn->session->tt->alloc_pdu(task, ISCSI_OP_SCSI_DATA_OUT); in iscsi_tcp_task_xmit()
1861 (opcode == ISCSI_OP_SCSI_DATA_OUT || in cxgbi_conn_alloc_pdu()1882 if (opcode != ISCSI_OP_SCSI_DATA_OUT) in cxgbi_conn_alloc_pdu()
3884 case ISCSI_OP_SCSI_DATA_OUT: in iscsi_target_rx_thread()