Home
last modified time | relevance | path

Searched refs:ts_tail (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c361 ads = &ah->ts_ring[ah->ts_tail]; in ar9003_hw_proc_txdesc()
367 ah->ts_tail = (ah->ts_tail + 1) % ah->ts_size; in ar9003_hw_proc_txdesc()
594 ah->ts_tail = 0; in ath9k_hw_reset_txstatus_ring()
H A Dhw.h946 u16 ts_tail; member