Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2388 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
2450 idr_for_each(&ar->txmgmt_idr, in ath11k_core_pre_reconfigure_recovery()
2452 idr_destroy(&ar->txmgmt_idr); in ath11k_core_pre_reconfigure_recovery()
H A Dcore.h743 struct idr txmgmt_idr; member
H A Dwmi.c6005 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6014 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c9014 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_tx_mgmt_free()
9067 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath12k_mac_mgmt_tx_wmi()
9108 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_mgmt_tx_wmi()
10770 idr_for_each(&ar->txmgmt_idr, in ath12k_mac_vdev_delete()
14404 idr_for_each(&ar->txmgmt_idr, ath12k_mac_tx_mgmt_pending_free, ar); in ath12k_mac_cleanup_unregister()
14405 idr_destroy(&ar->txmgmt_idr); in ath12k_mac_cleanup_unregister()
14443 idr_init(&ar->txmgmt_idr); in ath12k_mac_setup_register()
H A Dwmi.c6301 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
6310 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()