Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_def.h4280 #define DT_ISP2271 BIT_20 macro
4320 #define IS_QLA2271(ha) (DT_MASK(ha) & DT_ISP2271)
Dqla_os.c2767 ha->isp_type |= DT_ISP2271; in qla2x00_set_isp_flags()