Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/stge/
HDif_stgereg.h256 #define STGE_RXINT_USECS2TICK(x) (((x) * 1000)/64) macro
HDif_stge.c1979 RDIC_RxDMAWaitTime(STGE_RXINT_USECS2TICK(sc->sc_rxint_dmawait))); in stge_init()