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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h108 int vtntx_watchdog; member in struct:vtnet_txq
H A Dif_vtnet.c1927 txq->vtntx_watchdog = VTNET_TX_TIMEOUT;
2467 txq->vtntx_watchdog = 0;
2556 if (txq->vtntx_watchdog == 1) {
2569 if (txq->vtntx_watchdog == 0 || --txq->vtntx_watchdog) {
2963 txq->vtntx_watchdog = 0;

Completed in 29 milliseconds