Home
last modified time | relevance | path

Searched refs:SCSI_PROT_NORMAL (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.15/drivers/infiniband/ulp/iser/
Diser_memory.c365 scsi_get_prot_op(task->sc) == SCSI_PROT_NORMAL; in iser_reg_mem_fastreg()
372 if (scsi_get_prot_op(task->sc) == SCSI_PROT_NORMAL) { in iser_reg_mem_fastreg()
/Linux-v5.15/include/scsi/
Dscsi_cmnd.h252 SCSI_PROT_NORMAL = 0, enumerator
/Linux-v5.15/include/trace/events/
Dscsi.h145 scsi_prot_op_name(SCSI_PROT_NORMAL), \
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_scsi.c1021 if (op == SCSI_PROT_NORMAL) in lpfc_bg_err_inject()
1440 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1469 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1519 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
1544 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
2769 (prot == SCSI_PROT_NORMAL)) in lpfc_calc_bg_err()
4384 SCSI_PROT_NORMAL) { in lpfc_fcp_io_cmd_wqe_cmpl()
4670 if (scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in lpfc_scsi_cmd_iocb_cmpl()
5596 if ((scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) && in lpfc_queuecommand()
5681 if (scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) { in lpfc_queuecommand()
/Linux-v5.15/drivers/s390/scsi/
Dzfcp_fsf.c2517 case SCSI_PROT_NORMAL: in zfcp_fsf_set_data_dir()
2601 if (scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) { in zfcp_fsf_fcp_cmnd()
2613 if ((scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) && in zfcp_fsf_fcp_cmnd()
/Linux-v5.15/drivers/target/loopback/
Dtcm_loop.c143 scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) { in tcm_loop_target_queue_cmd()
/Linux-v5.15/drivers/scsi/
Dsd.c723 SCSI_PROT_NORMAL, /* 0 0 0 */ in sd_prot_op()
727 SCSI_PROT_NORMAL, /* 1 0 0 */ in sd_prot_op()
743 [SCSI_PROT_NORMAL] = 0, in sd_prot_flag_mask()
Dscsi_error.c989 scmd->prot_op = SCSI_PROT_NORMAL; in scsi_eh_prep_cmnd()
Dscsi_lib.c1543 cmd->prot_op = SCSI_PROT_NORMAL; in scsi_prepare_cmd()
Dlibiscsi.c351 if (scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) in iscsi_prep_scsi_cmd_pdu()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_iocb.c1716 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla24xx_dif_start_scsi()
2087 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
2093 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
Dqla_os.c890 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_queuecommand()
/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_os.c1968 case SCSI_PROT_NORMAL: in mpi3mr_setup_eedp()
/Linux-v5.15/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c1297 if (has_data && (prot_op != SCSI_PROT_NORMAL)) { in prep_ssp_v3_hw()