Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/ulp/iser/
H A Diser_memory.c365 scsi_get_prot_op(task->sc) == SCSI_PROT_NORMAL; in iser_reg_mem_fastreg()
370 if (scsi_get_prot_op(task->sc) == SCSI_PROT_NORMAL) { in iser_reg_mem_fastreg()
/openbmc/linux/include/scsi/
H A Dscsi_cmnd.h248 SCSI_PROT_NORMAL = 0, enumerator
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c969 if (op == SCSI_PROT_NORMAL) in lpfc_bg_err_inject()
1386 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1415 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1465 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
1490 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
2705 (prot == SCSI_PROT_NORMAL)) in lpfc_calc_bg_err()
4174 if (scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in lpfc_fcp_io_cmd_wqe_cmpl()
4487 if (scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in lpfc_scsi_cmd_iocb_cmpl()
5234 if ((scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) && in lpfc_queuecommand()
5320 if (scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) { in lpfc_queuecommand()
/openbmc/linux/include/trace/events/
H A Dscsi.h145 scsi_prot_op_name(SCSI_PROT_NORMAL), \
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fsf.c2520 case SCSI_PROT_NORMAL: in zfcp_fsf_set_data_dir()
2605 if (scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) { in zfcp_fsf_fcp_cmnd()
2617 if ((scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) && in zfcp_fsf_fcp_cmnd()
/openbmc/linux/drivers/target/loopback/
H A Dtcm_loop.c136 scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) { in tcm_loop_target_queue_cmd()
/openbmc/linux/drivers/scsi/
H A Dsd.c730 SCSI_PROT_NORMAL, /* 0 0 0 */ in sd_prot_op()
734 SCSI_PROT_NORMAL, /* 1 0 0 */ in sd_prot_op()
750 [SCSI_PROT_NORMAL] = 0, in sd_prot_flag_mask()
H A Dscsi_error.c1059 scmd->prot_op = SCSI_PROT_NORMAL; in scsi_eh_prep_cmnd()
H A Dscsi_lib.c1574 cmd->prot_op = SCSI_PROT_NORMAL; in scsi_prepare_cmd()
H A Dlibiscsi.c363 if (scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) in iscsi_prep_scsi_cmd_pdu()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1717 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla24xx_dif_start_scsi()
2092 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
2098 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
H A Dqla_os.c926 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_queuecommand()
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c2960 case SCSI_PROT_NORMAL: in mpi3mr_setup_eedp()
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1345 if (has_data && (prot_op != SCSI_PROT_NORMAL)) { in prep_ssp_v3_hw()