Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Diflib.c464 struct callout ifr_watchdog; member
4097 callout_reset_curcpu(&rxq->ifr_watchdog, 1, &_task_fn_rx_watchdog, rxq); in _task_fn_rx()
5878 callout_init(&rxq->ifr_watchdog, 1); in iflib_queues_alloc()