Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/afe/
H A Dafe.c744 (afep->afe_txavail != AFE_TXRING)) { in afe_watchdog()
1425 if (afep->afe_txavail != AFE_TXRING) in afe_startmac()
1483 afep->afe_txavail = AFE_TXRING; in afe_resetrings()
1972 if (afep->afe_txavail < AFE_TXRECLAIM) in afe_send()
1975 if (afep->afe_txavail == 0) { in afe_send()
2024 afep->afe_txavail--; in afe_send()
2050 while (afep->afe_txavail != AFE_TXRING) { in afe_reclaim()
2068 afep->afe_txavail++; in afe_reclaim()
2115 if (afep->afe_txavail >= AFE_TXRESCHED) { in afe_reclaim()
H A Dafeimpl.h116 int afe_txavail; member