Home
last modified time | relevance | path

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

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