Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h375 #define VTNET_DEFAULT_BUFRING_SIZE 4096 macro
H A Dif_vtnet.c870 txq->vtntx_br = buf_ring_alloc(VTNET_DEFAULT_BUFRING_SIZE, M_DEVBUF, in vtnet_init_txq()