Lines Matching refs:msdu_id
73 void ath10k_htt_tx_free_msdu_id(struct ath10k_htt *htt, u16 msdu_id) in ath10k_htt_tx_free_msdu_id() argument
79 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt tx free msdu_id %hu\n", msdu_id); in ath10k_htt_tx_free_msdu_id()
81 idr_remove(&htt->pending_tx, msdu_id); in ath10k_htt_tx_free_msdu_id()
104 static int ath10k_htt_tx_clean_up_pending(int msdu_id, void *skb, void *ctx) in ath10k_htt_tx_clean_up_pending() argument
110 ath10k_dbg(ar, ATH10K_DBG_HTT, "force cleanup msdu_id %hu\n", msdu_id); in ath10k_htt_tx_clean_up_pending()
113 tx_done.msdu_id = msdu_id; in ath10k_htt_tx_clean_up_pending()
346 int msdu_id = -1; in ath10k_htt_mgmt_tx() local
362 msdu_id = res; in ath10k_htt_mgmt_tx()
384 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx()
403 ath10k_htt_tx_free_msdu_id(htt, msdu_id); in ath10k_htt_mgmt_tx()
424 u16 msdu_id, flags1 = 0; in ath10k_htt_tx() local
439 msdu_id = res; in ath10k_htt_tx()
537 skb_cb->htt.txbuf->cmd_tx.id = __cpu_to_le16(msdu_id); in ath10k_htt_tx()
542 trace_ath10k_htt_tx(ar, msdu_id, msdu->len, vdev_id, tid); in ath10k_htt_tx()
545 flags0, flags1, msdu->len, msdu_id, frags_paddr, in ath10k_htt_tx()
583 ath10k_htt_tx_free_msdu_id(htt, msdu_id); in ath10k_htt_tx()