Searched refs:DT_MASK (Results 1 – 7 of 7) sorted by relevance
4330 #define DT_MASK(ha) ((ha)->isp_type & (DT_ISP_LAST - 1)) macro4331 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)4332 #define IS_QLA2200(ha) (DT_MASK(ha) & DT_ISP2200)4333 #define IS_QLA2300(ha) (DT_MASK(ha) & DT_ISP2300)4334 #define IS_QLA2312(ha) (DT_MASK(ha) & DT_ISP2312)4335 #define IS_QLA2322(ha) (DT_MASK(ha) & DT_ISP2322)4336 #define IS_QLA6312(ha) (DT_MASK(ha) & DT_ISP6312)4337 #define IS_QLA6322(ha) (DT_MASK(ha) & DT_ISP6322)4338 #define IS_QLA2422(ha) (DT_MASK(ha) & DT_ISP2422)4339 #define IS_QLA2432(ha) (DT_MASK(ha) & DT_ISP2432)[all …]
281 #define DT_MASK (0x3f << 0) macro
216 tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); in dsi_send_pkt_hdr()218 tmp |= ((packet->header[0] & DT_MASK) << DT_SHIFT); in dsi_send_pkt_hdr()
267 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()757 u8 die_dt = desc->desc.die_dt & DT_MASK; in rswitch_rx_handle_desc()842 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()900 while ((desc->desc.die_dt & DT_MASK) == DT_FEMPTY) { in rswitch_tx_free()1049 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY_ND) { in rswitch_ts()1726 switch (die_dt & DT_MASK) { in rswitch_ext_desc_get_len()
422 DT_MASK = 0xf0, enumerator
118 if (free_txed_only && (desc->die_dt & DT_MASK) != DT_FEMPTY) in rtsn_tx_free()177 if ((desc->die_dt & DT_MASK) == DT_FEMPTY) in rtsn_rx()
892 DT_MASK = 0xf0, enumerator