Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dcore.c1612 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
1676 idr_for_each(&ar->txmgmt_idr, in ath11k_core_pre_reconfigure_recovery()
1678 idr_destroy(&ar->txmgmt_idr); in ath11k_core_pre_reconfigure_recovery()
Dcore.h665 struct idr txmgmt_idr; member
Dmac.c5507 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_free()
5556 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath11k_mac_mgmt_tx_wmi()
5598 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_mgmt_tx_wmi()
6546 idr_for_each(&ar->txmgmt_idr, in ath11k_mac_op_remove_interface()
8868 idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar); in __ath11k_mac_unregister()
8869 idr_destroy(&ar->txmgmt_idr); in __ath11k_mac_unregister()
9168 idr_init(&ar->txmgmt_idr); in ath11k_mac_register()
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()