Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/virtio/network/
H A Dif_vtnetvar.h194 #define VTNET_INTR_DISABLE_RETRIES 4 macro
H A Dif_vtnet.c1894 if (tries++ < VTNET_INTR_DISABLE_RETRIES) in vtnet_rx_vq_intr()