Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dsd.h200 SCSI_PROT_NORMAL, /* 0 0 0 */ in sd_prot_op()
204 SCSI_PROT_NORMAL, /* 1 0 0 */ in sd_prot_op()
220 [SCSI_PROT_NORMAL] = 0, in sd_prot_flag_mask()
Dscsi_lib.c1483 cmd->prot_op = SCSI_PROT_NORMAL; in scsi_prep_fn()
2017 cmd->prot_op = SCSI_PROT_NORMAL; in scsi_mq_prep_fn()
Dscsi_error.c977 scmd->prot_op = SCSI_PROT_NORMAL; in scsi_eh_prep_cmnd()
Dlibiscsi.c392 if (scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) in iscsi_prep_scsi_cmd_pdu()
/Linux-v4.19/drivers/infiniband/ulp/iser/
Diser_memory.c529 scsi_get_prot_op(task->sc) == SCSI_PROT_NORMAL; in iser_reg_rdma_mem()
536 if (scsi_get_prot_op(task->sc) == SCSI_PROT_NORMAL) in iser_reg_rdma_mem()
545 if (scsi_get_prot_op(task->sc) != SCSI_PROT_NORMAL) { in iser_reg_rdma_mem()
/Linux-v4.19/include/scsi/
Dscsi_cmnd.h249 SCSI_PROT_NORMAL = 0, enumerator
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c1332 if (op == SCSI_PROT_NORMAL) in lpfc_bg_err_inject()
1747 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1776 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1827 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
1852 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
2920 (prot == SCSI_PROT_NORMAL)) in lpfc_calc_bg_err()
4090 if (scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in lpfc_scsi_cmd_iocb_cmpl()
4563 if ((scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) && in lpfc_queuecommand()
4633 if (scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) { in lpfc_queuecommand()
/Linux-v4.19/include/trace/events/
Dscsi.h189 scsi_prot_op_name(SCSI_PROT_NORMAL), \
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fsf.c2179 case SCSI_PROT_NORMAL: in zfcp_fsf_set_data_dir()
2263 if (scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) { in zfcp_fsf_fcp_cmnd()
2275 if ((scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) && in zfcp_fsf_fcp_cmnd()
/Linux-v4.19/drivers/target/loopback/
Dtcm_loop.c142 scsi_get_prot_op(sc) != SCSI_PROT_NORMAL) { in tcm_loop_submission_work()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_iocb.c1578 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla24xx_dif_start_scsi()
1938 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
1944 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla2xxx_dif_start_scsi_mq()
Dqla_os.c892 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_queuecommand()
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c4505 if (prot_type == SCSI_PROT_DIF_TYPE0 || prot_op == SCSI_PROT_NORMAL) in _scsih_setup_eedp()