Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_def.h4194 #define DT_ISP8432 BIT_12 macro
4233 #define IS_QLA8432(ha) (DT_MASK(ha) & DT_ISP8432)
Dqla_os.c2664 ha->isp_type |= DT_ISP8432; in qla2x00_set_isp_flags()