Home
last modified time | relevance | path

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

/freebsd/sys/dev/ae/
H A Dif_aevar.h165 #define AE_FLAG_TXAVAIL 0x04 /* Tx'es available. */ macro
H A Dif_ae.c679 sc->flags |= AE_FLAG_TXAVAIL; /* Free Tx's available. */ in ae_init_locked()
1449 if ((sc->flags & AE_FLAG_TXAVAIL) == 0 || in ae_encap()
1486 sc->flags &= ~AE_FLAG_TXAVAIL; in ae_encap()
1497 sc->flags &= ~AE_FLAG_TXAVAIL; in ae_encap()
1793 if ((sc->flags & AE_FLAG_TXAVAIL) != 0) { in ae_int_task()
1839 sc->flags |= AE_FLAG_TXAVAIL; in ae_tx_intr()
1860 if ((sc->flags & AE_FLAG_TXAVAIL) != 0) in ae_tx_intr()