Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_def.h3088 #define DT_ISP2261 BIT_21 macro
3089 #define DT_ISP_LAST (DT_ISP2261 << 1)
3121 #define IS_QLA2261(ha) (DT_MASK(ha) & DT_ISP2261)
Dqla_os.c2217 ha->device_type |= DT_ISP2261; in qla2x00_set_isp_flags()