Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_def.h3096 #define DT_MASK(ha) ((ha)->device_type & (DT_ISP_LAST - 1)) macro
3097 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
3098 #define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)
3099 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)
3100 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)
3101 #define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)
3102 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)
3103 #define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)
3104 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)
3105 #define IS_QLA2432(ha) (DT_MASK(ha) & DT_ISP2432)
[all …]