Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dcore.c753 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
785 idr_for_each(&ar->txmgmt_idr, in ath11k_core_restart()
787 idr_destroy(&ar->txmgmt_idr); in ath11k_core_restart()
Dcore.h521 struct idr txmgmt_idr; member
Dmac.c3908 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_free()
3957 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath11k_mac_mgmt_tx_wmi()
3995 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_mgmt_tx_wmi()
4707 idr_for_each(&ar->txmgmt_idr, in ath11k_mac_op_remove_interface()
6189 idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar); in __ath11k_mac_unregister()
6190 idr_destroy(&ar->txmgmt_idr); in __ath11k_mac_unregister()
6409 idr_init(&ar->txmgmt_idr); in ath11k_mac_register()
Dwmi.c4336 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
4345 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()