Home
last modified time | relevance | path

Searched refs:IS_IIDMA_CAPABLE (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_gs.c2693 if (!IS_IIDMA_CAPABLE(ha)) in qla2x00_gfpn_id()
2801 if (!IS_IIDMA_CAPABLE(ha)) in qla2x00_gpsc()
Dqla_bsg.c1303 if (!IS_IIDMA_CAPABLE(vha->hw)) { in qla24xx_iidma()
Dqla_mbx.c3756 if (!IS_IIDMA_CAPABLE(vha->hw)) in qla2x00_get_idma_speed()
3799 if (!IS_IIDMA_CAPABLE(vha->hw)) in qla2x00_set_idma_speed()
Dqla_def.h3868 #define IS_IIDMA_CAPABLE(ha) ((ha)->device_type & DT_IIDMA) macro
Dqla_init.c5250 if (!IS_IIDMA_CAPABLE(ha)) in qla2x00_iidma_fcport()
5415 if (IS_IIDMA_CAPABLE(vha->hw) && vha->hw->flags.gpsc_supported) { in qla2x00_update_fcport()
Dqla_target.c6068 if (!IS_IIDMA_CAPABLE(vha->hw) || !vha->hw->flags.gpsc_supported) { in qlt_get_port_database()