Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/pcn/
H A Dif_pcn.c954 sc->pcn_timer = (sc->pcn_cdata.pcn_tx_cnt == 0) ? 0 : 5;
986 if (sc->pcn_timer > 0 && --sc->pcn_timer == 0)
1155 sc->pcn_timer = 5;
1467 sc->pcn_timer = 0; in pcn_stop()
H A Dif_pcnreg.h470 int pcn_timer; member