Searched refs:link_id_map (Results 1 – 9 of 9) sorted by relevance
78 u32 link_id_map);83 u32 link_id_map,101 u32 link_id_map);
257 u32 link_id_map) in cw1200_queue_get_num_queued() argument263 if (!link_id_map) in cw1200_queue_get_num_queued()267 if (link_id_map == (u32)-1) { in cw1200_queue_get_num_queued()272 if (link_id_map & bit) in cw1200_queue_get_num_queued()332 u32 link_id_map, in cw1200_queue_get() argument344 if (link_id_map & BIT(item->txpriv.link_id)) { in cw1200_queue_get()558 u32 link_id_map) in cw1200_queue_stats_is_empty() argument563 if (link_id_map == (u32)-1) { in cw1200_queue_stats_is_empty()568 if (link_id_map & BIT(i)) { in cw1200_queue_stats_is_empty()
243 u32 link_id_map; member
1481 (BIT(0) | priv->link_id_map))) { in wsm_handle_tx_data()1577 u32 link_id_map, int *total) in cw1200_get_prio_queue() argument1590 link_id_map); in cw1200_get_prio_queue()1609 link_id_map & urgent) && in cw1200_get_prio_queue()1612 link_id_map)) in cw1200_get_prio_queue()
1396 !(priv->link_id_map & mask))) { in cw1200_link_id_gc_work()1397 if (priv->link_id_map & mask) { in cw1200_link_id_gc_work()1402 priv->link_id_map |= mask; in cw1200_link_id_gc_work()1422 priv->link_id_map &= ~mask; in cw1200_link_id_gc_work()
212 priv->link_id_map); in cw1200_status_show()
268 for (i = 0; priv->link_id_map; ++i) { in cw1200_remove_interface()269 if (priv->link_id_map & BIT(i)) { in cw1200_remove_interface()272 priv->link_id_map &= ~BIT(i); in cw1200_remove_interface()1608 bit = priv->link_id_map; in __cw1200_sta_notify()
297 sta_priv->link_id = ffz(wvif->link_id_map); in wfx_sta_add()298 wvif->link_id_map |= BIT(sta_priv->link_id); in wfx_sta_add()316 wvif->link_id_map &= ~BIT(sta_priv->link_id); in wfx_sta_remove()737 wvif->link_id_map = 1; /* link-id 0 is reserved for multicast */ in wfx_add_interface()785 WARN(wvif->link_id_map != 1, "corrupted state"); in wfx_remove_interface()
69 u32 link_id_map; member