Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h179 int vtnet_lro_mbufq_depth; member
H A Dif_vtnet.c308 static int vtnet_lro_mbufq_depth = 0; variable
310 &vtnet_lro_mbufq_depth, 0, "Depth of software LRO mbuf queue");
839 sc->vtnet_lro_entry_count, sc->vtnet_lro_mbufq_depth) != 0) in vtnet_init_rxq()
4285 sc->vtnet_lro_mbufq_depth = vtnet_tunable_int(sc, in vtnet_load_tunables()
4286 "lro_mbufq_depth", vtnet_lro_mbufq_depth); in vtnet_load_tunables()