Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1425 struct htt_msdu_ext_desc *ext_desc_t = NULL; in ath10k_htt_tx_32() local
1469 ext_desc_t = htt->frag_desc.vaddr_desc_32; in ath10k_htt_tx_32()
1470 memset(&ext_desc_t[msdu_id], 0, in ath10k_htt_tx_32()
1473 &ext_desc_t[msdu_id].frags; in ath10k_htt_tx_32()
1474 ext_desc = &ext_desc_t[msdu_id]; in ath10k_htt_tx_32()
1627 struct htt_msdu_ext_desc_64 *ext_desc_t = NULL; in ath10k_htt_tx_64() local
1671 ext_desc_t = htt->frag_desc.vaddr_desc_64; in ath10k_htt_tx_64()
1672 memset(&ext_desc_t[msdu_id], 0, in ath10k_htt_tx_64()
1675 &ext_desc_t[msdu_id].frags; in ath10k_htt_tx_64()
1676 ext_desc = &ext_desc_t[msdu_i in ath10k_htt_tx_64()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1409 struct htt_msdu_ext_desc *ext_desc_t = NULL; in ath10k_htt_tx_32() local
1457 ext_desc_t = htt->frag_desc.vaddr_desc_32; 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()
1614 struct htt_msdu_ext_desc_64 *ext_desc_t = NULL; in ath10k_htt_tx_64() local
1662 ext_desc_t = htt->frag_desc.vaddr_desc_64; 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_i in ath10k_htt_tx_64()
[all...]

Completed in 5 milliseconds