Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h120 int vtntx_intr_threshold; member
H A Dif_vtnet.c2321 return (virtqueue_nfree(vq) <= txq->vtntx_intr_threshold); in vtnet_txq_below_threshold()
3347 txq->vtntx_intr_threshold = vtnet_txq_intr_threshold(txq); in vtnet_init_tx_queues()