Lines Matching refs:msdu_id

213 void ath10k_htt_tx_free_msdu_id(struct ath10k_htt *htt, u16 msdu_id)  in ath10k_htt_tx_free_msdu_id()  argument
219 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt tx free msdu_id %u\n", msdu_id); in ath10k_htt_tx_free_msdu_id()
221 idr_remove(&htt->pending_tx, msdu_id); in ath10k_htt_tx_free_msdu_id()
507 static int ath10k_htt_tx_clean_up_pending(int msdu_id, void *skb, void *ctx) in ath10k_htt_tx_clean_up_pending() argument
513 ath10k_dbg(ar, ATH10K_DBG_HTT, "force cleanup msdu_id %u\n", msdu_id); in ath10k_htt_tx_clean_up_pending()
515 tx_done.msdu_id = msdu_id; in ath10k_htt_tx_clean_up_pending()
593 tx_done.msdu_id = __le16_to_cpu(desc_hdr->id); in ath10k_htt_htc_tx_complete()
1192 int msdu_id = -1; in ath10k_htt_mgmt_tx() local
1204 msdu_id = res; in ath10k_htt_mgmt_tx()
1243 cmd->mgmt_tx.desc_id = __cpu_to_le32(msdu_id); in ath10k_htt_mgmt_tx()
1261 ath10k_htt_tx_free_msdu_id(htt, msdu_id); in ath10k_htt_mgmt_tx()
1286 u16 msdu_id = 0; in ath10k_htt_tx_hl() local
1355 msdu_id = res; in ath10k_htt_tx_hl()
1374 tx_desc->id = __cpu_to_le16(msdu_id); in ath10k_htt_tx_hl()
1404 u16 msdu_id, flags1 = 0; in ath10k_htt_tx_32() local
1415 msdu_id = res; in ath10k_htt_tx_32()
1420 txbuf = htt->txbuf.vaddr_txbuff_32 + msdu_id; in ath10k_htt_tx_32()
1422 (sizeof(struct ath10k_htt_txbuf_32) * msdu_id); in ath10k_htt_tx_32()
1458 memset(&ext_desc_t[msdu_id], 0, in ath10k_htt_tx_32()
1461 &ext_desc_t[msdu_id].frags; in ath10k_htt_tx_32()
1462 ext_desc = &ext_desc_t[msdu_id]; in ath10k_htt_tx_32()
1469 (sizeof(struct htt_msdu_ext_desc) * msdu_id); in ath10k_htt_tx_32()
1537 txbuf->cmd_tx.id = __cpu_to_le16(msdu_id); in ath10k_htt_tx_32()
1549 trace_ath10k_htt_tx(ar, msdu_id, msdu->len, vdev_id, tid); in ath10k_htt_tx_32()
1552 flags0, flags1, msdu->len, msdu_id, &frags_paddr, in ath10k_htt_tx_32()
1586 ath10k_htt_tx_free_msdu_id(htt, msdu_id); in ath10k_htt_tx_32()
1609 u16 msdu_id, flags1 = 0; in ath10k_htt_tx_64() local
1620 msdu_id = res; in ath10k_htt_tx_64()
1625 txbuf = htt->txbuf.vaddr_txbuff_64 + msdu_id; in ath10k_htt_tx_64()
1627 (sizeof(struct ath10k_htt_txbuf_64) * msdu_id); in ath10k_htt_tx_64()
1663 memset(&ext_desc_t[msdu_id], 0, in ath10k_htt_tx_64()
1666 &ext_desc_t[msdu_id].frags; in ath10k_htt_tx_64()
1667 ext_desc = &ext_desc_t[msdu_id]; in ath10k_htt_tx_64()
1675 (sizeof(struct htt_msdu_ext_desc_64) * msdu_id); in ath10k_htt_tx_64()
1747 txbuf->cmd_tx.id = __cpu_to_le16(msdu_id); in ath10k_htt_tx_64()
1761 trace_ath10k_htt_tx(ar, msdu_id, msdu->len, vdev_id, tid); in ath10k_htt_tx_64()
1764 flags0, flags1, msdu->len, msdu_id, &frags_paddr, in ath10k_htt_tx_64()
1798 ath10k_htt_tx_free_msdu_id(htt, msdu_id); in ath10k_htt_tx_64()