Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c675 idr_init(&ar->txmgmt_idr); in ath12k_core_halt()
706 idr_for_each(&ar->txmgmt_idr, in ath12k_core_pre_reconfigure_recovery()
708 idr_destroy(&ar->txmgmt_idr); in ath12k_core_pre_reconfigure_recovery()
H A Dcore.h535 struct idr txmgmt_idr; member
H A Dmac.c4754 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_tx_mgmt_pending_free()
4777 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_vif_txmgmt_idr_remove()
4798 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath12k_mac_mgmt_tx_wmi()
4836 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_mgmt_tx_wmi()
5636 idr_for_each(&ar->txmgmt_idr, in ath12k_mac_op_remove_interface()
7186 idr_for_each(&ar->txmgmt_idr, ath12k_mac_tx_mgmt_pending_free, ar); in __ath12k_mac_unregister()
7187 idr_destroy(&ar->txmgmt_idr); in __ath12k_mac_unregister()
7409 idr_init(&ar->txmgmt_idr); in ath12k_mac_register()
H A Dwmi.c4941 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
4950 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c1760 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
1825 idr_for_each(&ar->txmgmt_idr, in ath11k_core_pre_reconfigure_recovery()
1827 idr_destroy(&ar->txmgmt_idr); in ath11k_core_pre_reconfigure_recovery()
H A Dcore.h677 struct idr txmgmt_idr; member
H A Dmac.c5984 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_free()
6036 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath11k_mac_mgmt_tx_wmi()
6083 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_mgmt_tx_wmi()
7041 idr_for_each(&ar->txmgmt_idr, in ath11k_mac_op_remove_interface()
9385 idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar); in __ath11k_mac_unregister()
9386 idr_destroy(&ar->txmgmt_idr); in __ath11k_mac_unregister()
9700 idr_init(&ar->txmgmt_idr); in ath11k_mac_register()
H A Dwmi.c5828 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
5837 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()