Home
last modified time | relevance | path

Searched refs:txpriv (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dqueue.c23 struct cw1200_txpriv txpriv; member
103 --queue->link_map_cache[iter->txpriv.link_id]; in __cw1200_queue_gc()
282 struct cw1200_txpriv *txpriv) in cw1200_queue_put() argument
298 item->txpriv = *txpriv; in cw1200_queue_put()
307 ++queue->link_map_cache[txpriv->link_id]; in cw1200_queue_put()
311 ++stats->link_map_cache[txpriv->link_id]; in cw1200_queue_put()
335 const struct cw1200_txpriv **txpriv) in cw1200_queue_get() argument
353 *txpriv = &item->txpriv; in cw1200_queue_get()
466 gc_txpriv = item->txpriv; in cw1200_queue_remove()
494 const struct cw1200_txpriv **txpriv) in cw1200_queue_get_skb() argument
[all …]
H A Dtxrx.c441 t->txpriv.raw_link_id = in cw1200_tx_h_calc_link_ids()
442 t->txpriv.link_id = in cw1200_tx_h_calc_link_ids()
445 t->txpriv.raw_link_id = in cw1200_tx_h_calc_link_ids()
453 t->txpriv.link_id = 0; in cw1200_tx_h_calc_link_ids()
457 if (!t->txpriv.link_id) in cw1200_tx_h_calc_link_ids()
464 t->txpriv.raw_link_id = t->txpriv.link_id; in cw1200_tx_h_calc_link_ids()
495 t->txpriv.tid = 0; in cw1200_tx_h_calc_tid()
695 if (t->txpriv.raw_link_id && t->txpriv.tid < CW1200_MAX_TID) in cw1200_tx_h_pm_state()
771 t.skb, &t.txpriv)); in cw1200_tx()
894 &skb, &txpriv)) { in cw1200_tx_confirm_cb()
[all …]
H A Dqueue.h24 const struct cw1200_txpriv *txpriv);
81 struct cw1200_txpriv *txpriv);
86 const struct cw1200_txpriv **txpriv);
93 const struct cw1200_txpriv **txpriv);
H A Dscan.c358 const struct cw1200_txpriv *txpriv; in cw1200_probe_work() local
396 &frame.skb, &txpriv)) { in cw1200_probe_work()
413 skb_pull(frame.skb, txpriv->offset); in cw1200_probe_work()
450 skb_push(frame.skb, txpriv->offset); in cw1200_probe_work()
H A Dtxrx.h66 const struct cw1200_txpriv *txpriv);
H A Dwsm.c1456 const struct cw1200_txpriv *txpriv, in wsm_handle_tx_data() argument
1461 (struct ieee80211_hdr *)&((u8 *)wsm)[txpriv->offset]; in wsm_handle_tx_data()
1480 } else if (!(BIT(txpriv->raw_link_id) & in wsm_handle_tx_data()
1666 const struct cw1200_txpriv *txpriv = NULL; in wsm_get_tx() local
1711 &wsm, &tx_info, &txpriv)) in wsm_get_tx()
1715 tx_info, txpriv, queue)) in wsm_get_tx()
1721 WSM_TX_LINK_ID(txpriv->raw_link_id)); in wsm_get_tx()
1722 priv->pspoll_mask &= ~BIT(txpriv->raw_link_id); in wsm_get_tx()
1743 &((u8 *)wsm)[txpriv->offset]; in wsm_get_tx()