Searched refs:pcn_timer (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/pcn/
H A Dif_pcn.c948 sc->pcn_timer = (sc->pcn_cdata.pcn_tx_cnt == 0) ? 0 : 5;
980 if (sc->pcn_timer > 0 && --sc->pcn_timer == 0)
1149 sc->pcn_timer = 5;
1461 sc->pcn_timer = 0;
H A Dif_pcnreg.h468 int pcn_timer; member in struct:pcn_softc

Completed in 45 milliseconds