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

/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge_rx.h173 struct callout refill_callout; member in struct:sfxge_rxq
H A Dsfxge_rx.c214 callout_reset_curcpu(&rxq->refill_callout, rxq->refill_delay,
950 callout_stop(&rxq->refill_callout);
1301 callout_init(&rxq->refill_callout, 1);

Completed in 55 milliseconds