Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c1933 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
1995 idr_for_each(&ar->txmgmt_idr, in ath11k_core_pre_reconfigure_recovery()
1997 idr_destroy(&ar->txmgmt_idr); in ath11k_core_pre_reconfigure_recovery()
H A Dcore.h725 struct idr txmgmt_idr; member
H A Dmac.c5865 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_free()
5917 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath11k_mac_mgmt_tx_wmi()
5964 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_mgmt_tx_wmi()
6942 idr_for_each(&ar->txmgmt_idr, in ath11k_mac_op_remove_interface()
10027 idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar); in __ath11k_mac_unregister()
10028 idr_destroy(&ar->txmgmt_idr); in __ath11k_mac_unregister()
10343 idr_init(&ar->txmgmt_idr); in ath11k_mac_register()
H A Dwmi.c5947 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
5956 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h636 struct idr txmgmt_idr; member
H A Dmac.c6076 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_tx_mgmt_pending_free()
6099 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_vif_txmgmt_idr_remove()
6120 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath12k_mac_mgmt_tx_wmi()
6158 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_mgmt_tx_wmi()
7330 idr_for_each(&ar->txmgmt_idr, in ath12k_mac_vdev_delete()
9469 idr_for_each(&ar->txmgmt_idr, ath12k_mac_tx_mgmt_pending_free, ar); in ath12k_mac_cleanup_unregister()
9470 idr_destroy(&ar->txmgmt_idr); in ath12k_mac_cleanup_unregister()
9508 idr_init(&ar->txmgmt_idr); in ath12k_mac_setup_register()
H A Dwmi.c5176 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
5185 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()