Home
last modified time | relevance | path

Searched refs:link_id_map (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/st/cw1200/
A Dqueue.c254 u32 link_id_map) in cw1200_queue_get_num_queued() argument
260 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() argument
341 if (link_id_map & BIT(item->txpriv.link_id)) { in cw1200_queue_get()
555 u32 link_id_map) in cw1200_queue_stats_is_empty() argument
560 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()
A Dqueue.h78 u32 link_id_map);
83 u32 link_id_map,
101 u32 link_id_map);
A Dwsm.c1481 (BIT(0) | priv->link_id_map))) { in wsm_handle_tx_data()
1577 u32 link_id_map, int *total) in cw1200_get_prio_queue() argument
1590 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()
A Dcw1200.h243 u32 link_id_map; member
A Dtxrx.c1400 !(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()
A Ddebug.c212 priv->link_id_map); in cw1200_status_show()
A Dsta.c268 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()
/linux/drivers/staging/wfx/
A Dsta.c313 sta_priv->link_id = ffz(wvif->link_id_map); in wfx_sta_add()
314 wvif->link_id_map |= BIT(sta_priv->link_id); in wfx_sta_add()
333 wvif->link_id_map &= ~BIT(sta_priv->link_id); in wfx_sta_remove()
753 wvif->link_id_map = 1; /* link-id 0 is reserved for multicast */ in wfx_add_interface()
801 WARN(wvif->link_id_map != 1, "corrupted state"); in wfx_remove_interface()
A Dwfx.h69 u32 link_id_map; member

Completed in 25 milliseconds