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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h315 #define VTNET_MAX_RX_SEGS 34 macro
323 CTASSERT(((VTNET_MAX_RX_SEGS - 1) * MCLBYTES) >= VTNET_MAX_RX_SIZE);
H A Dif_vtnet.c619 sc->vtnet_rx_nsegs = VTNET_MAX_RX_SEGS;

Completed in 31 milliseconds