Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_def.h3838 #define IS_QLA2071(ha) (DT_MASK(ha) & DT_ISP2071) macro
3851 #define IS_QLA27XX(ha) (IS_QLA2071(ha) || IS_QLA2271(ha) || IS_QLA2261(ha))
Dqla_target.c6816 if (IS_QLA2071(ha)) { in qlt_24xx_config_rings()