Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h3727 #define DT_ISP2422 BIT_7 macro
3761 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)
Dqla_os.c2555 ha->isp_type |= DT_ISP2422; in qla2x00_set_isp_flags()