Searched refs:txpriv (Results 1 – 4 of 4) sorted by relevance
410 struct cw1200_txpriv txpriv; member441 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()446 t->txpriv.link_id = 0; in cw1200_tx_h_calc_link_ids()449 t->txpriv.raw_link_id = 0; in cw1200_tx_h_calc_link_ids()450 t->txpriv.link_id = CW1200_LINK_ID_AFTER_DTIM; 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 = 0; in cw1200_tx_h_calc_link_ids()456 t->txpriv.link_id = cw1200_find_link_id(priv, t->da); in cw1200_tx_h_calc_link_ids()[all …]
358 const struct cw1200_txpriv *txpriv; in cw1200_probe_work() local396 &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()
1456 const struct cw1200_txpriv *txpriv, in wsm_handle_tx_data() argument1461 (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() local1711 &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()
66 const struct cw1200_txpriv *txpriv);