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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h317 #define VTNET_MAX_TX_SEGS 64 macro
324 CTASSERT(((VTNET_MAX_TX_SEGS - 1) * MCLBYTES) >= VTNET_MAX_MTU);
H A Dif_vtnet.c626 sc->vtnet_tx_nsegs = VTNET_MAX_TX_SEGS;

Completed in 107 milliseconds