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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h306 #define VTNET_MAX_RX_SIZE 65550 macro
323 CTASSERT(((VTNET_MAX_RX_SEGS - 1) * MCLBYTES) >= VTNET_MAX_RX_SIZE);
339 howmany(sizeof(struct vtnet_rx_header) + VTNET_MAX_RX_SIZE, \

Completed in 48 milliseconds