Home
last modified time | relevance | path

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

/Linux-v5.4/include/scsi/
Dscsi_cmnd.h226 SCSI_PROT_NORMAL = 0, enumerator
/Linux-v5.4/drivers/infiniband/ulp/iser/
Diser_memory.c513 scsi_get_prot_op(task->sc) == SCSI_PROT_NORMAL; in iser_reg_rdma_mem()
520 if (scsi_get_prot_op(task->sc) == SCSI_PROT_NORMAL) { in iser_reg_rdma_mem()
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_scsi.c997 if (op == SCSI_PROT_NORMAL) in lpfc_bg_err_inject()
1412 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1441 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1492 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
1517 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
2733 (prot == SCSI_PROT_NORMAL)) in lpfc_calc_bg_err()
3955 if (scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in lpfc_scsi_cmd_iocb_cmpl()
4518 if ((scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) && in lpfc_queuecommand()
4586 if (scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) { in lpfc_queuecommand()
/Linux-v5.4/include/trace/events/
Dscsi.h189 scsi_prot_op_name(SCSI_PROT_NORMAL), \
/Linux-v5.4/drivers/s390/scsi/
Dzfcp_fsf.c2230 case SCSI_PROT_NORMAL: in zfcp_fsf_set_data_dir()
2314 if (scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) { in zfcp_fsf_fcp_cmnd()
2326 if ((scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) && in zfcp_fsf_fcp_cmnd()
/Linux-v5.4/drivers/target/loopback/
Dtcm_loop.c134 scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) { in tcm_loop_submission_work()
/Linux-v5.4/drivers/scsi/
Dsd.c678 SCSI_PROT_NORMAL, /* 0 0 0 */ in sd_prot_op()
682 SCSI_PROT_NORMAL, /* 1 0 0 */ in sd_prot_op()
698 [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.c1590 cmd->prot_op = SCSI_PROT_NORMAL; in scsi_mq_prep_fn()
Dlibiscsi.c356 if (scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) in iscsi_prep_scsi_cmd_pdu()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_iocb.c1744 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla24xx_dif_start_scsi()
2072 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
2078 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
Dqla_os.c864 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_queuecommand()
/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c1255 if (has_data && (prot_op != SCSI_PROT_NORMAL)) { in prep_ssp_v3_hw()
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c4555 if (prot_type == SCSI_PROT_DIF_TYPE0 || prot_op == SCSI_PROT_NORMAL) in _scsih_setup_eedp()