Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Dcore.c675 idr_init(&ar->txmgmt_idr); in ath12k_core_halt()
706 idr_for_each(&ar->txmgmt_idr, in ath12k_core_pre_reconfigure_recovery()
708 idr_destroy(&ar->txmgmt_idr); in ath12k_core_pre_reconfigure_recovery()
A Dcore.h531 struct idr txmgmt_idr; member
A Dmac.c4327 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_tx_mgmt_pending_free()
4350 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_vif_txmgmt_idr_remove()
4370 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath12k_mac_mgmt_tx_wmi()
4408 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_mgmt_tx_wmi()
5209 idr_for_each(&ar->txmgmt_idr, in ath12k_mac_op_remove_interface()
6715 idr_for_each(&ar->txmgmt_idr, ath12k_mac_tx_mgmt_pending_free, ar); in __ath12k_mac_unregister()
6716 idr_destroy(&ar->txmgmt_idr); in __ath12k_mac_unregister()
6935 idr_init(&ar->txmgmt_idr); in ath12k_mac_register()
A Dwmi.c4642 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
4651 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dcore.c1711 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
1775 idr_for_each(&ar->txmgmt_idr, in ath11k_core_pre_reconfigure_recovery()
1777 idr_destroy(&ar->txmgmt_idr); in ath11k_core_pre_reconfigure_recovery()
A Dcore.h674 struct idr txmgmt_idr; member
A Dmac.c5551 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_free()
5600 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath11k_mac_mgmt_tx_wmi()
5642 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_mgmt_tx_wmi()
6601 idr_for_each(&ar->txmgmt_idr, in ath11k_mac_op_remove_interface()
8931 idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar); in __ath11k_mac_unregister()
8932 idr_destroy(&ar->txmgmt_idr); in __ath11k_mac_unregister()
9238 idr_init(&ar->txmgmt_idr); in ath11k_mac_register()
A Dwmi.c5233 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
5242 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()

Completed in 65 milliseconds