Home
last modified time | relevance | path

Searched refs:IS_DPORT_CAPABLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_bsg.c2444 if (!IS_DPORT_CAPABLE(vha->hw)) in qla2x00_do_dport_diagnostics_v2()
H A Dqla_def.h4401 #define IS_DPORT_CAPABLE(ha) (IS_QLA83XX(ha) || IS_QLA27XX(ha) || \ macro