Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h3753 #define DT_MASK(ha) ((ha)->isp_type & (DT_ISP_LAST - 1)) macro
3754 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
3755 #define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)
3756 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)
3757 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)
3758 #define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)
3759 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)
3760 #define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)
3761 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)
3762 #define IS_QLA2432(ha) (DT_MASK(ha) & DT_ISP2432)
[all …]