Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_def.h4036 #define DT_ISP2300 BIT_2 macro
4075 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)
Dqla_os.c2565 ha->isp_type |= DT_ISP2300; in qla2x00_set_isp_flags()