Home
last modified time | relevance | path

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

/linux-3.4.99/include/scsi/
Dscsi_cmnd.h234 SCSI_PROT_NORMAL = 0, enumerator
/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_scsi.c1326 if (op == SCSI_PROT_NORMAL) in lpfc_bg_err_inject()
1743 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1772 case SCSI_PROT_NORMAL: in lpfc_sc_to_bg_opcodes()
1824 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
1849 case SCSI_PROT_NORMAL: in lpfc_bg_err_opcodes()
3669 if (scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in lpfc_scsi_cmd_iocb_cmpl()
4192 if ((scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) && in lpfc_queuecommand_lck()
4236 if (scsi_get_prot_op(cmnd) != SCSI_PROT_NORMAL) { in lpfc_queuecommand_lck()
/linux-3.4.99/include/trace/events/
Dscsi.h190 scsi_prot_op_name(SCSI_PROT_NORMAL), \
/linux-3.4.99/drivers/s390/scsi/
Dzfcp_fsf.c2182 case SCSI_PROT_NORMAL: in zfcp_fsf_set_data_dir()
2266 if (scsi_get_prot_op(scsi_cmnd) != SCSI_PROT_NORMAL) { in zfcp_fsf_fcp_cmnd()
/linux-3.4.99/drivers/scsi/
Dscsi_error.c711 scmd->prot_op = SCSI_PROT_NORMAL; in scsi_eh_prep_cmnd()
Dscsi_lib.c1089 cmd->prot_op = SCSI_PROT_NORMAL; in scsi_get_cmd_from_req()
Dsd.c509 unsigned int prot_op = SCSI_PROT_NORMAL; in sd_prot_op()
/linux-3.4.99/drivers/scsi/qla2xxx/
Dqla_iocb.c1630 if (scsi_get_prot_op(cmd) == SCSI_PROT_NORMAL) { in qla24xx_dif_start_scsi()
Dqla_os.c667 scsi_get_prot_op(cmd) != SCSI_PROT_NORMAL) { in qla2xxx_queuecommand()
/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_scsih.c3695 if (prot_type == SCSI_PROT_DIF_TYPE0 || prot_op == SCSI_PROT_NORMAL) in _scsih_setup_eedp()