Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/scsi/
Dscsi_cmnd.h227 SCSI_PROT_NORMAL = 0, enumerator
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_scsi.c999 if (op == SCSI_PROT_NORMAL) in lpfc_bg_err_inject()
1416 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1445 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1496 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
1521 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
2737 (prot == SCSI_PROT_NORMAL)) in lpfc_calc_bg_err()
3957 if (scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in lpfc_scsi_cmd_iocb_cmpl()
4531 if ((scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) && in lpfc_queuecommand()
4599 if (scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) { in lpfc_queuecommand()
/kernel/linux/linux-5.10/include/trace/events/
Dscsi.h189 scsi_prot_op_name(SCSI_PROT_NORMAL), \
/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_fsf.c2499 case SCSI_PROT_NORMAL: in zfcp_fsf_set_data_dir()
2583 if (scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) { in zfcp_fsf_fcp_cmnd()
2595 if ((scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) && in zfcp_fsf_fcp_cmnd()
/kernel/linux/linux-5.10/drivers/target/loopback/
Dtcm_loop.c134 scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) { in tcm_loop_submission_work()
/kernel/linux/linux-5.10/drivers/scsi/
Dsd.c727 SCSI_PROT_NORMAL, /* 0 0 0 */ in sd_prot_op()
731 SCSI_PROT_NORMAL, /* 1 0 0 */ in sd_prot_op()
747 [SCSI_PROT_NORMAL] = 0, in sd_prot_flag_mask()
Dscsi_error.c975 scmd->prot_op = SCSI_PROT_NORMAL; in scsi_eh_prep_cmnd()
Dscsi_lib.c1560 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()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_iocb.c1752 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla24xx_dif_start_scsi()
2094 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
2100 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
Dqla_os.c874 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_queuecommand()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c1286 if (has_data && (prot_op != SCSI_PROT_NORMAL)) { in prep_ssp_v3_hw()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c4856 if (prot_type == SCSI_PROT_DIF_TYPE0 || prot_op == SCSI_PROT_NORMAL) in _scsih_setup_eedp()