Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c257 static int vtnet_tunable_int(struct vtnet_softc *, const char *, int);
649 no_csum = vtnet_tunable_int(sc, "csum_disable", vtnet_csum_disable); in vtnet_negotiate_features()
652 if (no_csum || vtnet_tunable_int(sc, "tso_disable", vtnet_tso_disable)) in vtnet_negotiate_features()
654 if (no_csum || vtnet_tunable_int(sc, "lro_disable", vtnet_lro_disable)) in vtnet_negotiate_features()
658 if (VTNET_ALTQ_ENABLED || vtnet_tunable_int(sc, "mq_disable", vtnet_mq_disable)) in vtnet_negotiate_features()
808 req = vtnet_tunable_int(sc, "mq_max_pairs", vtnet_mq_max_pairs); in vtnet_setup_features()
1142 tso_maxlen = vtnet_tunable_int(sc, "tso_maxlen", in vtnet_setup_interface()
4065 limit = vtnet_tunable_int(sc, "rx_process_limit", in vtnet_set_rx_process_limit()
4421 sc->vtnet_lro_entry_count = vtnet_tunable_int(sc, in vtnet_load_tunables()
4426 sc->vtnet_lro_mbufq_depth = vtnet_tunable_int(sc, in vtnet_load_tunables()
[all …]