Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/include/scsi/
H A Dscsi_cmnd.h248 SCSI_PROT_NORMAL = 0, enumerator
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_scsi.c971 if (op == SCSI_PROT_NORMAL) in lpfc_bg_err_inject()
1388 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1417 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1467 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
1492 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
2707 (prot == SCSI_PROT_NORMAL)) in lpfc_calc_bg_err()
4185 if (scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in lpfc_fcp_io_cmd_wqe_cmpl()
4498 if (scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in lpfc_scsi_cmd_iocb_cmpl()
5259 if ((scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) && in lpfc_queuecommand()
5345 if (scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) { in lpfc_queuecommand()
/linux-6.15/include/trace/events/
H A Dscsi.h146 scsi_prot_op_name(SCSI_PROT_NORMAL), \
/linux-6.15/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()
/linux-6.15/drivers/target/loopback/
H A Dtcm_loop.c136 scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) { in tcm_loop_target_queue_cmd()
/linux-6.15/drivers/scsi/
H A Dsd.c746 SCSI_PROT_NORMAL, /* 0 0 0 */ in sd_prot_op()
750 SCSI_PROT_NORMAL, /* 1 0 0 */ in sd_prot_op()
766 [SCSI_PROT_NORMAL] = 0, in sd_prot_flag_mask()
H A Dscsi_error.c1079 scmd->prot_op = SCSI_PROT_NORMAL; in scsi_eh_prep_cmnd()
H A Dscsi_lib.c1676 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()
/linux-6.15/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()
/linux-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3079 case SCSI_PROT_NORMAL: in mpi3mr_setup_eedp()
/linux-6.15/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1353 if (has_data && (prot_op != SCSI_PROT_NORMAL)) { in prep_ssp_v3_hw()