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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h154 int vtnet_tx_nsegs; member in struct:vtnet_softc
H A Dif_vtnet.c626 sc->vtnet_tx_nsegs = VTNET_MAX_TX_SEGS;
628 sc->vtnet_tx_nsegs = VTNET_MIN_TX_SEGS;
710 txq->vtntx_sg = sglist_alloc(sc->vtnet_tx_nsegs, M_NOWAIT);
881 VQ_ALLOC_INFO_INIT(&info[idx+1], sc->vtnet_tx_nsegs,
3679 thresh < sc->vtnet_tx_nsegs)
3680 thresh = sc->vtnet_tx_nsegs;

Completed in 55 milliseconds