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

/freebsd-10.3-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h149 int vtnet_rx_nsegs; member in struct:vtnet_softc
H A Dif_vtnet.c617 sc->vtnet_rx_nsegs = VTNET_MRG_RX_SEGS;
619 sc->vtnet_rx_nsegs = VTNET_MAX_RX_SEGS;
621 sc->vtnet_rx_nsegs = VTNET_MIN_RX_SEGS;
685 rxq->vtnrx_sg = sglist_alloc(sc->vtnet_rx_nsegs, M_NOWAIT);
876 VQ_ALLOC_INFO_INIT(&info[idx], sc->vtnet_rx_nsegs,
2928 sc->vtnet_rx_nmbufs < sc->vtnet_rx_nsegs,
2930 sc->vtnet_rx_nmbufs, sc->vtnet_rx_nsegs));

Completed in 163 milliseconds