Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h4308 #define DT_MASK(ha) ((ha)->isp_type & (DT_ISP_LAST - 1)) macro
4309 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)
4310 #define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)
4311 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)
4312 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)
4313 #define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)
4314 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)
4315 #define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)
4316 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)
4317 #define IS_QLA2432(ha) (DT_MASK(ha) & DT_ISP2432)
[all …]
/linux/drivers/net/ethernet/renesas/
H A Drtsn.h422 DT_MASK = 0xf0, enumerator