Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c297 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()
H A Dwfx.h69 u32 link_id_map; member
/linux/drivers/net/wireless/st/cw1200/
H A Dcw1200.h243 u32 link_id_map; member
H 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()
H A Dtxrx.c1396 !(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()
H A Ddebug.c212 priv->link_id_map); in cw1200_status_show()
H 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()
1608 bit = priv->link_id_map; in __cw1200_sta_notify()