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

/drivers/scsi/qla2xxx/
H A Dqla_def.h2568 #define DT_MASK(ha) ((ha)->device_type & (DT_ISP_LAST - 1)) macro
2569 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
2570 #define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)
2571 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)
2572 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)
2573 #define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)
2574 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)
2575 #define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)
2576 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)
2577 #define IS_QLA2432(ha) (DT_MASK(h
[all...]

Completed in 17 milliseconds