Searched refs:txpriv (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/st/cw1200/ |
| D | queue.c | 25 struct cw1200_txpriv txpriv; member 76 stats->skb_dtor(stats->priv, item->skb, &item->txpriv); in cw1200_queue_post_gc() 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() 283 struct cw1200_txpriv *txpriv) in cw1200_queue_put() argument 289 if (txpriv->link_id >= queue->stats->map_capacity) in cw1200_queue_put() 300 item->txpriv = *txpriv; 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() 337 const struct cw1200_txpriv **txpriv) in cw1200_queue_get() argument [all …]
|
| D | txrx.c | 413 struct cw1200_txpriv txpriv; member 444 t->txpriv.raw_link_id = in cw1200_tx_h_calc_link_ids() 445 t->txpriv.link_id = in cw1200_tx_h_calc_link_ids() 448 t->txpriv.raw_link_id = in cw1200_tx_h_calc_link_ids() 449 t->txpriv.link_id = 0; in cw1200_tx_h_calc_link_ids() 452 t->txpriv.raw_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() 455 t->txpriv.raw_link_id = 0; 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() [all …]
|
| D | queue.h | 27 const struct cw1200_txpriv *txpriv); 84 struct cw1200_txpriv *txpriv); 89 const struct cw1200_txpriv **txpriv); 96 const struct cw1200_txpriv **txpriv);
|
| D | scan.c | 363 const struct cw1200_txpriv *txpriv; in cw1200_probe_work() local 401 &frame.skb, &txpriv)) { in cw1200_probe_work() 418 skb_pull(frame.skb, txpriv->offset); in cw1200_probe_work() 455 skb_push(frame.skb, txpriv->offset); in cw1200_probe_work()
|
| D | txrx.h | 69 const struct cw1200_txpriv *txpriv);
|
| D | wsm.c | 1461 const struct cw1200_txpriv *txpriv, in wsm_handle_tx_data() argument 1466 (struct ieee80211_hdr *)&((u8 *)wsm)[txpriv->offset]; in wsm_handle_tx_data() 1485 } else if (!(BIT(txpriv->raw_link_id) & in wsm_handle_tx_data() 1671 const struct cw1200_txpriv *txpriv = NULL; in wsm_get_tx() local 1716 &wsm, &tx_info, &txpriv)) in wsm_get_tx() 1720 tx_info, txpriv, queue)) in wsm_get_tx() 1726 WSM_TX_LINK_ID(txpriv->raw_link_id)); in wsm_get_tx() 1727 priv->pspoll_mask &= ~BIT(txpriv->raw_link_id); in wsm_get_tx() 1748 &((u8 *)wsm)[txpriv->offset]; in wsm_get_tx()
|