Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c273 static int emx_get_txring_inuse(const struct emx_softc *, boolean_t);
912 sc->tx_ring_inuse = emx_get_txring_inuse(sc, FALSE); in emx_attach()
1401 sc->tx_ring_inuse = emx_get_txring_inuse(sc, polling); in emx_init()
4238 txr_cnt = emx_get_txring_inuse(sc, TRUE); in emx_npoll()
4481 emx_get_txring_inuse(const struct emx_softc *sc, boolean_t polling) in emx_get_txring_inuse() function