Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h175 int vtnet_tx_nsegs; member
H A Dif_vtnet.c769 sc->vtnet_tx_nsegs = VTNET_TX_SEGS_MAX; in vtnet_setup_features()
771 sc->vtnet_tx_nsegs = VTNET_TX_SEGS_MIN; in vtnet_setup_features()
865 txq->vtntx_sg = sglist_alloc(sc->vtnet_tx_nsegs, M_NOWAIT); in vtnet_init_txq()
1040 VQ_ALLOC_INFO_INIT(&info[idx+1], sc->vtnet_tx_nsegs, in vtnet_alloc_virtqueues()
1137 if_sethwtsomaxsegcount(ifp, sc->vtnet_tx_nsegs - 1); in vtnet_setup_interface()
2288 threshold < sc->vtnet_tx_nsegs) in vtnet_txq_intr_threshold()
2289 threshold = sc->vtnet_tx_nsegs; in vtnet_txq_intr_threshold()
/freebsd/sys/dev/netmap/
H A Dif_vtnet_netmap.h384 if ((sc->vtnet_flags & VTNET_FLAG_INDIRECT) && sc->vtnet_tx_nsegs > 1) in vtnet_netmap_tx_slots()