Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/age/
H A Dif_agereg.h552 uint32_t tpd_cons; member
H A Dif_age.c1878 sc->age_tpd_cons = (le32toh(cmb->tpd_cons) & TPD_CONS_MASK) >> in age_intr()
1931 age_txintr(struct age_softc *sc, int tpd_cons) in age_txintr() argument
1945 for (prog = 0; cons != tpd_cons; AGE_DESC_INC(cons, AGE_TX_RING_CNT)) { in age_txintr()