Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c1407 struct htt_msdu_ext_desc *ext_desc_t = NULL; in ath10k_htt_tx_32() local
1451 ext_desc_t = htt->frag_desc.vaddr_desc_32; in ath10k_htt_tx_32()
1452 memset(&ext_desc_t[msdu_id], 0, in ath10k_htt_tx_32()
1455 &ext_desc_t[msdu_id].frags; in ath10k_htt_tx_32()
1456 ext_desc = &ext_desc_t[msdu_id]; in ath10k_htt_tx_32()
1609 struct htt_msdu_ext_desc_64 *ext_desc_t = NULL; in ath10k_htt_tx_64() local
1653 ext_desc_t = htt->frag_desc.vaddr_desc_64; in ath10k_htt_tx_64()
1654 memset(&ext_desc_t[msdu_id], 0, in ath10k_htt_tx_64()
1657 &ext_desc_t[msdu_id].frags; in ath10k_htt_tx_64()
1658 ext_desc = &ext_desc_t[msdu_id]; in ath10k_htt_tx_64()