Lines Matching refs:tx_ctl

161 	struct ath9k_htc_tx_ctl *tx_ctl;  in strip_drv_header()  local
164 tx_ctl = HTC_SKB_CB(skb); in strip_drv_header()
166 if (tx_ctl->epid == priv->mgmt_ep) { in strip_drv_header()
171 } else if ((tx_ctl->epid == priv->data_bk_ep) || in strip_drv_header()
172 (tx_ctl->epid == priv->data_be_ep) || in strip_drv_header()
173 (tx_ctl->epid == priv->data_vi_ep) || in strip_drv_header()
174 (tx_ctl->epid == priv->data_vo_ep) || in strip_drv_header()
175 (tx_ctl->epid == priv->cab_ep)) { in strip_drv_header()
181 ath_err(common, "Unsupported EPID: %d\n", tx_ctl->epid); in strip_drv_header()
223 struct ath9k_htc_tx_ctl *tx_ctl; in ath9k_htc_tx_mgmt() local
226 tx_ctl = HTC_SKB_CB(skb); in ath9k_htc_tx_mgmt()
229 memset(tx_ctl, 0, sizeof(*tx_ctl)); in ath9k_htc_tx_mgmt()
241 tx_ctl->type = ATH9K_HTC_MGMT; in ath9k_htc_tx_mgmt()
257 tx_ctl->epid = priv->mgmt_ep; in ath9k_htc_tx_mgmt()
268 struct ath9k_htc_tx_ctl *tx_ctl; in ath9k_htc_tx_data() local
274 tx_ctl = HTC_SKB_CB(skb); in ath9k_htc_tx_data()
277 memset(tx_ctl, 0, sizeof(*tx_ctl)); in ath9k_htc_tx_data()
290 tx_ctl->sta_idx = sta_idx; in ath9k_htc_tx_data()
293 tx_ctl->type = ATH9K_HTC_AMPDU; in ath9k_htc_tx_data()
296 tx_ctl->type = ATH9K_HTC_NORMAL; in ath9k_htc_tx_data()
332 tx_ctl->epid = priv->cab_ep; in ath9k_htc_tx_data()
337 tx_ctl->epid = get_htc_epid(priv, qnum); in ath9k_htc_tx_data()
450 struct ath9k_htc_tx_ctl *tx_ctl; in ath9k_htc_tx_process() local
464 tx_ctl = HTC_SKB_CB(skb); in ath9k_htc_tx_process()
465 txok = tx_ctl->txok; in ath9k_htc_tx_process()
694 struct ath9k_htc_tx_ctl *tx_ctl; in ath9k_htc_txep() local
697 tx_ctl = HTC_SKB_CB(skb); in ath9k_htc_txep()
698 tx_ctl->txok = txok; in ath9k_htc_txep()
699 tx_ctl->timestamp = jiffies; in ath9k_htc_txep()
719 struct ath9k_htc_tx_ctl *tx_ctl; in check_packet() local
721 tx_ctl = HTC_SKB_CB(skb); in check_packet()
724 tx_ctl->timestamp + in check_packet()