Searched refs:link_id (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/cw1200/ |
D | txrx.c | 443 if (t->sta && t->sta_priv->link_id) in cw1200_tx_h_calc_link_ids() 445 t->txpriv.link_id = in cw1200_tx_h_calc_link_ids() 446 t->sta_priv->link_id; in cw1200_tx_h_calc_link_ids() 449 t->txpriv.link_id = 0; in cw1200_tx_h_calc_link_ids() 453 t->txpriv.link_id = CW1200_LINK_ID_AFTER_DTIM; in cw1200_tx_h_calc_link_ids() 456 t->txpriv.link_id = 0; in cw1200_tx_h_calc_link_ids() 459 t->txpriv.link_id = cw1200_find_link_id(priv, t->da); in cw1200_tx_h_calc_link_ids() 460 if (!t->txpriv.link_id) in cw1200_tx_h_calc_link_ids() 461 t->txpriv.link_id = cw1200_alloc_link_id(priv, t->da); in cw1200_tx_h_calc_link_ids() 462 if (!t->txpriv.link_id) { in cw1200_tx_h_calc_link_ids() [all …]
|
D | queue.c | 104 --queue->link_map_cache[item->txpriv.link_id]; in __cw1200_queue_gc() 107 if (!--stats->link_map_cache[item->txpriv.link_id]) in __cw1200_queue_gc() 291 if (txpriv->link_id >= queue->stats->map_capacity) in cw1200_queue_put() 311 ++queue->link_map_cache[txpriv->link_id]; in cw1200_queue_put() 315 ++stats->link_map_cache[txpriv->link_id]; in cw1200_queue_put() 348 if (link_id_map & BIT(item->txpriv.link_id)) { in cw1200_queue_get() 361 --queue->link_map_cache[item->txpriv.link_id]; in cw1200_queue_get() 366 if (!--stats->link_map_cache[item->txpriv.link_id]) in cw1200_queue_get() 400 ++queue->link_map_cache[item->txpriv.link_id]; in cw1200_queue_requeue() 404 ++stats->link_map_cache[item->txpriv.link_id]; in cw1200_queue_requeue() [all …]
|
D | txrx.h | 75 int link_id, 79 int link_id,
|
D | sta.c | 42 int link_id); 272 reset.link_id = i; in cw1200_remove_interface() 284 reset.link_id = 0; in cw1200_remove_interface() 1562 sta_priv->link_id = cw1200_find_link_id(priv, sta->addr); in cw1200_sta_add() 1563 if (WARN_ON(!sta_priv->link_id)) { in cw1200_sta_add() 1569 entry = &priv->link_id_db[sta_priv->link_id - 1]; in cw1200_sta_add() 1573 priv->sta_asleep_mask |= BIT(sta_priv->link_id); in cw1200_sta_add() 1589 if (priv->mode != NL80211_IFTYPE_AP || !sta_priv->link_id) in cw1200_sta_remove() 1592 entry = &priv->link_id_db[sta_priv->link_id - 1]; in cw1200_sta_remove() 1607 int link_id) in __cw1200_sta_notify() argument [all …]
|
D | wsm.c | 170 u16 cmd = WSM_RESET_REQ_ID | WSM_TX_LINK_ID(arg->link_id); in wsm_reset() 357 int link_id) in wsm_tx_confirm() argument 369 cw1200_tx_confirm_cb(priv, link_id, &tx_confirm); in wsm_tx_confirm() 378 struct wsm_buf *buf, int link_id) in wsm_multi_tx_confirm() argument 399 ret = wsm_tx_confirm(priv, buf, link_id); in wsm_multi_tx_confirm() 757 u16 cmd = 0x001C | WSM_TX_LINK_ID(arg->link_id); in wsm_map_link() 866 int link_id, in wsm_receive_indication() argument 910 cw1200_rx_cb(priv, &rx, link_id, skb_p); in wsm_receive_indication() 1056 int link_id, struct wsm_buf *buf) in wsm_suspend_resume_indication() argument 1062 arg.link_id = link_id; in wsm_suspend_resume_indication() [all …]
|
D | wsm.h | 602 #define WSM_TX_LINK_ID(link_id) \ argument 603 ((link_id & WSM_TX_LINK_ID_MAX) << 6) 661 /* [in] */ int link_id; member 1251 /* [out] */ int link_id; member 1281 /* [in] */ u8 link_id; member
|
D | queue.h | 60 u8 link_id; member
|
D | cw1200.h | 289 int link_id; member
|