Searched refs:txpriv (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/wireless/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 | 359 const struct cw1200_txpriv *txpriv; in cw1200_probe_work() local 397 &frame.skb, &txpriv)) { in cw1200_probe_work() 414 skb_pull(frame.skb, txpriv->offset); in cw1200_probe_work() 451 skb_push(frame.skb, txpriv->offset); in cw1200_probe_work()
|
D | txrx.h | 69 const struct cw1200_txpriv *txpriv);
|
D | wsm.c | 1463 const struct cw1200_txpriv *txpriv, in wsm_handle_tx_data() argument 1468 (struct ieee80211_hdr *)&((u8 *)wsm)[txpriv->offset]; in wsm_handle_tx_data() 1487 } else if (!(BIT(txpriv->raw_link_id) & in wsm_handle_tx_data() 1673 const struct cw1200_txpriv *txpriv = NULL; in wsm_get_tx() local 1718 &wsm, &tx_info, &txpriv)) in wsm_get_tx() 1722 tx_info, txpriv, queue)) in wsm_get_tx() 1728 WSM_TX_LINK_ID(txpriv->raw_link_id)); in wsm_get_tx() 1729 priv->pspoll_mask &= ~BIT(txpriv->raw_link_id); in wsm_get_tx() 1750 &((u8 *)wsm)[txpriv->offset]; in wsm_get_tx()
|