Searched refs:DT_MASK (Results 1 – 7 of 7) sorted by relevance
4308 #define IS_QLA2100(ha) (DT_MASK(ha) & DT_ISP2100)4321 #define IS_QLA8001(ha) (DT_MASK(ha) & DT_ISP8001)4323 #define IS_QLA82XX(ha) (DT_MASK(ha) & DT_ISP8021)4325 #define IS_QLA2031(ha) (DT_MASK(ha) & DT_ISP2031)4326 #define IS_QLA8031(ha) (DT_MASK(ha) & DT_ISP8031)4327 #define IS_QLAFX00(ha) (DT_MASK(ha) & DT_ISPFX00)4328 #define IS_QLA2071(ha) (DT_MASK(ha) & DT_ISP2071)4329 #define IS_QLA2271(ha) (DT_MASK(ha) & DT_ISP2271)4330 #define IS_QLA2261(ha) (DT_MASK(ha) & DT_ISP2261)4331 #define IS_QLA2081(ha) (DT_MASK(ha) & DT_ISP2081)[all …]
280 #define DT_MASK (0x3f << 0) macro
198 tmp &= ~(PARAM_WC_MASK | VC_MASK | DT_MASK); in dsi_send_pkt_hdr()200 tmp |= ((packet->header[0] & DT_MASK) << DT_SHIFT); in dsi_send_pkt_hdr()
232 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_is_queue_rxed()723 u8 die_dt = desc->desc.die_dt & DT_MASK; in rswitch_rx_handle_desc()808 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) { in rswitch_rx()868 if ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY) in rswitch_tx_free()1012 while ((desc->desc.die_dt & DT_MASK) != DT_FEMPTY_ND) { in rswitch_ts()1648 switch (die_dt & DT_MASK) { in rswitch_ext_desc_get_len()
422 DT_MASK = 0xf0, enumerator
122 if (free_txed_only && (desc->die_dt & DT_MASK) != DT_FEMPTY) in rtsn_tx_free()182 if ((desc->die_dt & DT_MASK) == DT_FEMPTY) in rtsn_rx()
872 DT_MASK = 0xf0, enumerator
Completed in 80 milliseconds