Lines Matching full:tx_desc
82 struct ath12k_tx_desc_info *tx_desc, in ath12k_dp_tx_release_txbuf() argument
86 list_move_tail(&tx_desc->list, &dp->tx_desc_free_list[pool_id]); in ath12k_dp_tx_release_txbuf()
227 struct ath12k_tx_desc_info *tx_desc; in ath12k_dp_tx() local
273 tx_desc = ath12k_dp_tx_assign_buffer(dp, pool_id); in ath12k_dp_tx()
274 if (!tx_desc) in ath12k_dp_tx()
392 tx_desc->skb = skb; in ath12k_dp_tx()
393 tx_desc->mac_id = ar->pdev_idx; in ath12k_dp_tx()
394 ti.desc_id = tx_desc->desc_id; in ath12k_dp_tx()
490 ath12k_dp_tx_release_txbuf(dp, tx_desc, pool_id); in ath12k_dp_tx()
844 struct ath12k_tx_desc_info *tx_desc = NULL; in ath12k_dp_tx_completion_handler() local
890 tx_desc = (struct ath12k_tx_desc_info *)((unsigned long)desc_va); in ath12k_dp_tx_completion_handler()
896 tx_desc = ath12k_dp_get_tx_desc(ab, desc_id); in ath12k_dp_tx_completion_handler()
898 if (!tx_desc) { in ath12k_dp_tx_completion_handler()
899 ath12k_warn(ab, "unable to retrieve tx_desc!"); in ath12k_dp_tx_completion_handler()
903 msdu = tx_desc->skb; in ath12k_dp_tx_completion_handler()
904 mac_id = tx_desc->mac_id; in ath12k_dp_tx_completion_handler()
909 ath12k_dp_tx_release_txbuf(dp, tx_desc, tx_desc->pool_id); in ath12k_dp_tx_completion_handler()