Searched refs:mgmt_pending_tx (Results 1 – 3 of 3) sorted by relevance
178 struct idr mgmt_pending_tx; member
2356 pkt_addr = idr_find(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp()2383 idr_remove(&wmi->mgmt_pending_tx, param->desc_id); in wmi_process_mgmt_tx_comp()9392 idr_init(&ar->wmi.mgmt_pending_tx); in ath10k_wmi_attach()9436 idr_for_each(&ar->wmi.mgmt_pending_tx, in ath10k_wmi_detach()9438 idr_destroy(&ar->wmi.mgmt_pending_tx); in ath10k_wmi_detach()
2856 ret = idr_alloc(&wmi->mgmt_pending_tx, pkt_addr, 0, in ath10k_wmi_mgmt_tx_alloc_msdu_id()