Home
last modified time | relevance | path

Searched refs:mgmt_pending_tx (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.h204 struct idr mgmt_pending_tx; member
H A Dwmi.c2411 pkt_addr = idr_find(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp()
2438 idr_remove(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp()
9529 idr_init(&ar->wmi.mgmt_pending_tx); in ath10k_wmi_attach()
9573 idr_for_each(&ar->wmi.mgmt_pending_tx, in ath10k_wmi_detach()
9575 idr_destroy(&ar->wmi.mgmt_pending_tx); in ath10k_wmi_detach()
H A Dwmi-tlv.c3036 idr_remove(&wmi->mgmt_pending_tx, cb->msdu_id); in ath10k_wmi_tlv_op_cleanup_mgmt_tx_send()
3057 ret = idr_alloc(&wmi->mgmt_pending_tx, pkt_addr, 0, in ath10k_wmi_mgmt_tx_alloc_msdu_id()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.h206 struct idr mgmt_pending_tx; member
H A Dwmi.c2411 pkt_addr = idr_find(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp()
2438 idr_remove(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp()
9507 idr_init(&ar->wmi.mgmt_pending_tx); in ath10k_wmi_attach()
9551 idr_for_each(&ar->wmi.mgmt_pending_tx, in ath10k_wmi_detach()
9553 idr_destroy(&ar->wmi.mgmt_pending_tx); in ath10k_wmi_detach()
H A Dwmi-tlv.c3047 idr_remove(&wmi->mgmt_pending_tx, cb->msdu_id); in ath10k_wmi_tlv_op_cleanup_mgmt_tx_send()
3068 ret = idr_alloc(&wmi->mgmt_pending_tx, pkt_addr, 0, in ath10k_wmi_mgmt_tx_alloc_msdu_id()

Completed in 38 milliseconds