Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ae/
HDif_aevar.h165 #define AE_FLAG_TXAVAIL 0x04 /* Tx'es available. */ macro
HDif_ae.c681 sc->flags |= AE_FLAG_TXAVAIL; /* Free Tx's available. */ in ae_init_locked()
1451 if ((sc->flags & AE_FLAG_TXAVAIL) == 0 || in ae_encap()
1488 sc->flags &= ~AE_FLAG_TXAVAIL; in ae_encap()
1499 sc->flags &= ~AE_FLAG_TXAVAIL; in ae_encap()
1795 if ((sc->flags & AE_FLAG_TXAVAIL) != 0) { in ae_int_task()
1841 sc->flags |= AE_FLAG_TXAVAIL; in ae_tx_intr()
1862 if ((sc->flags & AE_FLAG_TXAVAIL) != 0) in ae_tx_intr()