Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_gs.c2538 if (!IS_IIDMA_CAPABLE(ha)) in qla2x00_gfpn_id()
2646 if (!IS_IIDMA_CAPABLE(ha)) in qla2x00_gpsc()
H A Dqla_bsg.c1331 if (!IS_IIDMA_CAPABLE(vha->hw)) { in qla24xx_iidma()
H A Dqla_mbx.c3903 if (!IS_IIDMA_CAPABLE(vha->hw)) in qla2x00_get_idma_speed()
3946 if (!IS_IIDMA_CAPABLE(vha->hw)) in qla2x00_set_idma_speed()
H A Dqla_def.h4366 #define IS_IIDMA_CAPABLE(ha) ((ha)->device_type & DT_IIDMA) macro
H A Dqla_init.c6069 if (!IS_IIDMA_CAPABLE(ha)) in qla2x00_iidma_fcport()
6248 if (IS_IIDMA_CAPABLE(vha->hw) && vha->hw->flags.gpsc_supported) { in qla2x00_update_fcport()
H A Dqla_target.c6179 if (!IS_IIDMA_CAPABLE(vha->hw) || !vha->hw->flags.gpsc_supported) { in qlt_get_port_database()