Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dcore.c752 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
783 idr_for_each(&ar->txmgmt_idr, in ath11k_core_restart()
785 idr_destroy(&ar->txmgmt_idr); in ath11k_core_restart()
Dcore.h517 struct idr txmgmt_idr; member
Dmac.c3882 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_pending_free()
3905 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_vif_txmgmt_idr_remove()
3925 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath11k_mac_mgmt_tx_wmi()
3963 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_mgmt_tx_wmi()
4649 idr_for_each(&ar->txmgmt_idr, in ath11k_mac_op_remove_interface()
6119 idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar); in __ath11k_mac_unregister()
6120 idr_destroy(&ar->txmgmt_idr); in __ath11k_mac_unregister()
6336 idr_init(&ar->txmgmt_idr); in ath11k_mac_register()
Dwmi.c4365 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
4374 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()