Home
last modified time | relevance | path

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

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