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);
254 u32 link_id_map) in cw1200_queue_get_num_queued() argument260 if (!link_id_map) in cw1200_queue_get_num_queued()264 if (link_id_map == (u32)-1) { in cw1200_queue_get_num_queued()269 if (link_id_map & bit) in cw1200_queue_get_num_queued()329 u32 link_id_map, in cw1200_queue_get() argument341 if (link_id_map & BIT(item->txpriv.link_id)) { in cw1200_queue_get()555 u32 link_id_map) in cw1200_queue_stats_is_empty() argument560 if (link_id_map == (u32)-1) { in cw1200_queue_stats_is_empty()565 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()
1400 !(priv->link_id_map & mask))) { in cw1200_link_id_gc_work()1401 if (priv->link_id_map & mask) { in cw1200_link_id_gc_work()1406 priv->link_id_map |= mask; in cw1200_link_id_gc_work()1426 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()1607 bit = priv->link_id_map; in __cw1200_sta_notify()
300 sta_priv->link_id = ffz(wvif->link_id_map); in wfx_sta_add()301 wvif->link_id_map |= BIT(sta_priv->link_id); in wfx_sta_add()320 wvif->link_id_map &= ~BIT(sta_priv->link_id); in wfx_sta_remove()727 wvif->link_id_map = 1; // link-id 0 is reserved for multicast in wfx_add_interface()775 WARN(wvif->link_id_map != 1, "corrupted state"); in wfx_remove_interface()
69 u32 link_id_map; member