Home
last modified time | relevance | path

Searched refs:vtnet_rx_nsegs (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h169 int vtnet_rx_nsegs; member
H A Dif_vtnet.c752 sc->vtnet_rx_nsegs = VTNET_RX_SEGS_HDR_INLINE; in vtnet_setup_features()
754 sc->vtnet_rx_nsegs = VTNET_RX_SEGS_LRO_NOMRG; in vtnet_setup_features()
756 sc->vtnet_rx_nsegs = VTNET_RX_SEGS_HDR_SEPARATE; in vtnet_setup_features()
832 rxq->vtnrx_sg = sglist_alloc(sc->vtnet_rx_nsegs, M_NOWAIT); in vtnet_init_rxq()
1035 VQ_ALLOC_INFO_INIT(&info[idx], sc->vtnet_rx_nsegs, in vtnet_alloc_virtqueues()
3294 KASSERT(sc->vtnet_rx_nmbufs < sc->vtnet_rx_nsegs, in vtnet_init_rx_queues()
3296 sc->vtnet_rx_nmbufs, sc->vtnet_rx_nsegs)); in vtnet_init_rx_queues()
/freebsd/sys/dev/netmap/
H A Dif_vtnet_netmap.h407 if ((sc->vtnet_flags & VTNET_FLAG_INDIRECT) && sc->vtnet_rx_nsegs > 1) in vtnet_netmap_rx_slots()