Home
last modified time | relevance | path

Searched refs:link_id (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/wireless/cw1200/
Dtxrx.c443 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 …]
Dqueue.c104 --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()
289 if (txpriv->link_id >= queue->stats->map_capacity) in cw1200_queue_put()
309 ++queue->link_map_cache[txpriv->link_id]; in cw1200_queue_put()
313 ++stats->link_map_cache[txpriv->link_id]; in cw1200_queue_put()
346 if (link_id_map & BIT(item->txpriv.link_id)) { in cw1200_queue_get()
359 --queue->link_map_cache[item->txpriv.link_id]; in cw1200_queue_get()
364 if (!--stats->link_map_cache[item->txpriv.link_id]) in cw1200_queue_get()
398 ++queue->link_map_cache[item->txpriv.link_id]; in cw1200_queue_requeue()
402 ++stats->link_map_cache[item->txpriv.link_id]; in cw1200_queue_requeue()
[all …]
Dtxrx.h75 int link_id,
79 int link_id,
Dsta.c42 int link_id);
273 reset.link_id = i; in cw1200_remove_interface()
285 reset.link_id = 0; in cw1200_remove_interface()
1560 sta_priv->link_id = cw1200_find_link_id(priv, sta->addr); in cw1200_sta_add()
1561 if (WARN_ON(!sta_priv->link_id)) { in cw1200_sta_add()
1567 entry = &priv->link_id_db[sta_priv->link_id - 1]; in cw1200_sta_add()
1571 priv->sta_asleep_mask |= BIT(sta_priv->link_id); in cw1200_sta_add()
1587 if (priv->mode != NL80211_IFTYPE_AP || !sta_priv->link_id) in cw1200_sta_remove()
1590 entry = &priv->link_id_db[sta_priv->link_id - 1]; in cw1200_sta_remove()
1605 int link_id) in __cw1200_sta_notify() argument
[all …]
Dwsm.c170 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 …]
Dwsm.h602 #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
Dqueue.h60 u8 link_id; member
Dcw1200.h289 int link_id; member
/linux-4.4.14/net/tipc/
Dnode.c343 n->link_id = nl->peer_bearer_id << 16 | bearer_id; in __tipc_node_link_up()
414 n->link_id = l->peer_bearer_id << 16 | *bearer_id; in __tipc_node_link_down()
933 u32 link_id = 0; in tipc_node_unlock() local
942 link_id = node->link_id; in tipc_node_unlock()
958 TIPC_NODE_SCOPE, link_id, addr); in tipc_node_unlock()
962 link_id, addr); in tipc_node_unlock()
Dnode.h125 u32 link_id; member