Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pcn/
HDif_pcn.c950 sc->pcn_timer = (sc->pcn_cdata.pcn_tx_cnt == 0) ? 0 : 5;
982 if (sc->pcn_timer > 0 && --sc->pcn_timer == 0)
1151 sc->pcn_timer = 5;
1463 sc->pcn_timer = 0; in pcn_stop()
HDif_pcnreg.h468 int pcn_timer; member