Searched refs:DT_MASK (Results 1 – 5 of 5) sorted by relevance
4310 #define DT_MASK(ha) ((ha)->isp_type & (DT_ISP_LAST - 1)) macro4311 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)4312 #define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)4313 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)4314 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)4315 #define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)4316 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)4317 #define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)4318 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)4319 #define IS_QLA2432(ha) (DT_MASK(ha) & DT_ISP2432)[all …]
280 #define DT_MASK (0x3f << 0) macro
197 tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); in dsi_send_pkt_hdr()199 tmp |= ((packet->header[0] & DT_MASK) << DT_SHIFT); in dsi_send_pkt_hdr()
231 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()732 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()796 while ((desc->desc.die_dt & DT_MASK) == DT_FEMPTY) { in rswitch_tx_free()945 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY_ND) { in rswitch_ts()1599 switch (die_dt & DT_MASK) { in rswitch_ext_desc_get_len()
867 DT_MASK = 0xf0, enumerator