Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h3728 #define DT_ISP2432 BIT_8 macro
3762 #define IS_QLA2432(ha) (DT_MASK(ha) & DT_ISP2432)
Dqla_os.c2562 ha->isp_type |= DT_ISP2432; in qla2x00_set_isp_flags()