Home
last modified time | relevance | path

Searched refs:hal_tx_msdu_ext_desc (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Ddp_tx.c112 struct hal_tx_msdu_ext_desc *tcl_ext_cmd = (struct hal_tx_msdu_ext_desc *)cmd; in ath12k_hal_tx_cmd_ext_desc_setup()
138 struct hal_tx_msdu_ext_desc *msg; in ath12k_dp_tx()
261 skb_ext_desc = dev_alloc_skb(sizeof(struct hal_tx_msdu_ext_desc)); in ath12k_dp_tx()
267 skb_put(skb_ext_desc, sizeof(struct hal_tx_msdu_ext_desc)); in ath12k_dp_tx()
270 msg = (struct hal_tx_msdu_ext_desc *)skb_ext_desc->data; in ath12k_dp_tx()
334 sizeof(struct hal_tx_msdu_ext_desc), DMA_TO_DEVICE); in ath12k_dp_tx()
357 sizeof(struct hal_tx_msdu_ext_desc), DMA_TO_DEVICE); in ath12k_dp_tx_free_txbuf()
387 sizeof(struct hal_tx_msdu_ext_desc), DMA_TO_DEVICE); in ath12k_dp_tx_htt_tx_complete_buf()
462 sizeof(struct hal_tx_msdu_ext_desc), DMA_TO_DEVICE); in ath12k_dp_tx_complete_msdu()
Dhal_desc.h1450 struct hal_tx_msdu_ext_desc { struct