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

/linux-master/drivers/net/wireless/st/cw1200/
H A Dqueue.c23 struct cw1200_txpriv txpriv; member in struct:cw1200_queue_item
74 stats->skb_dtor(stats->priv, item->skb, &item->txpriv);
103 --queue->link_map_cache[iter->txpriv.link_id];
106 if (!--stats->link_map_cache[iter->txpriv.link_id])
282 struct cw1200_txpriv *txpriv)
287 if (txpriv->link_id >= queue->stats->map_capacity)
298 item->txpriv = *txpriv;
307 ++queue->link_map_cache[txpriv->link_id];
311 ++stats->link_map_cache[txpriv
280 cw1200_queue_put(struct cw1200_queue *queue, struct sk_buff *skb, struct cw1200_txpriv *txpriv) argument
331 cw1200_queue_get(struct cw1200_queue *queue, u32 link_id_map, struct wsm_tx **tx, struct ieee80211_tx_info **tx_info, const struct cw1200_txpriv **txpriv) argument
492 cw1200_queue_get_skb(struct cw1200_queue *queue, u32 packet_id, struct sk_buff **skb, const struct cw1200_txpriv **txpriv) argument
[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 Dtxrx.c410 struct cw1200_txpriv txpriv; member in struct:cw1200_txinfo
441 t->txpriv.raw_link_id =
442 t->txpriv.link_id =
445 t->txpriv.raw_link_id =
446 t->txpriv.link_id = 0;
449 t->txpriv.raw_link_id = 0;
450 t->txpriv.link_id = CW1200_LINK_ID_AFTER_DTIM;
452 t->txpriv.raw_link_id = 0;
453 t->txpriv.link_id = 0;
456 t->txpriv
854 const struct cw1200_txpriv *txpriv; local
987 cw1200_skb_dtor(struct cw1200_common *priv, struct sk_buff *skb, const struct cw1200_txpriv *txpriv) argument
[all...]
H A Dtxrx.h66 const struct cw1200_txpriv *txpriv);
H A Dscan.c358 const struct cw1200_txpriv *txpriv; local
396 &frame.skb, &txpriv)) {
413 skb_pull(frame.skb, txpriv->offset);
450 skb_push(frame.skb, txpriv->offset);
H A Dwsm.c1456 const struct cw1200_txpriv *txpriv,
1461 (struct ieee80211_hdr *)&((u8 *)wsm)[txpriv->offset];
1480 } else if (!(BIT(txpriv->raw_link_id) &
1666 const struct cw1200_txpriv *txpriv = NULL; local
1711 &wsm, &tx_info, &txpriv))
1715 tx_info, txpriv, queue))
1721 WSM_TX_LINK_ID(txpriv->raw_link_id));
1722 priv->pspoll_mask &= ~BIT(txpriv->raw_link_id);
1743 &((u8 *)wsm)[txpriv->offset];
1453 wsm_handle_tx_data(struct cw1200_common *priv, struct wsm_tx *wsm, const struct ieee80211_tx_info *tx_info, const struct cw1200_txpriv *txpriv, struct cw1200_queue *queue) argument

Completed in 118 milliseconds