Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dwmi.h162 struct list_head pending_tx_events; member
Dhtc_drv_txrx.c567 list_for_each_entry_safe(event, tmp, &priv->wmi->pending_tx_events, list) { in ath9k_htc_tx_drain()
677 &priv->wmi->pending_tx_events); in ath9k_htc_txstatus()
769 list_for_each_entry_safe(event, tmp, &priv->wmi->pending_tx_events, list) { in ath9k_htc_tx_cleanup_timer()
Dwmi.c108 INIT_LIST_HEAD(&wmi->pending_tx_events); in ath9k_init_wmi()