Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h364 #define VTNET_TX_SEGS_MAX 64 macro
367 CTASSERT(((VTNET_TX_SEGS_MAX - 1) * MCLBYTES) >= VTNET_MAX_MTU);
H A Dif_vtnet.c781 sc->vtnet_tx_nsegs = VTNET_TX_SEGS_MAX; in vtnet_setup_features()