Home
last modified time | relevance | path

Searched refs:pending_tx_events (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dwmi.h162 struct list_head pending_tx_events; member
Dwmi.c108 INIT_LIST_HEAD(&wmi->pending_tx_events); in ath9k_init_wmi()
Dhtc_drv_txrx.c562 list_for_each_entry_safe(event, tmp, &priv->wmi->pending_tx_events, list) { in ath9k_htc_tx_drain()
671 &priv->wmi->pending_tx_events); in ath9k_htc_txstatus()
763 list_for_each_entry_safe(event, tmp, &priv->wmi->pending_tx_events, list) { in ath9k_htc_tx_cleanup_timer()