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.c254 static int vtnet_tunable_int(struct vtnet_softc *, const char *, int);
638 no_csum = vtnet_tunable_int(sc, "csum_disable", vtnet_csum_disable); in vtnet_negotiate_features()
641 if (no_csum || vtnet_tunable_int(sc, "tso_disable", vtnet_tso_disable)) in vtnet_negotiate_features()
643 if (no_csum || vtnet_tunable_int(sc, "lro_disable", vtnet_lro_disable)) in vtnet_negotiate_features()
647 if (vtnet_tunable_int(sc, "mq_disable", vtnet_mq_disable)) in vtnet_negotiate_features()
800 req = vtnet_tunable_int(sc, "mq_max_pairs", vtnet_mq_max_pairs); in vtnet_setup_features()
1133 tso_maxlen = vtnet_tunable_int(sc, "tso_maxlen", in vtnet_setup_interface()
1149 if (vtnet_tunable_int(sc, "fixup_needs_csum", in vtnet_setup_interface()
4072 limit = vtnet_tunable_int(sc, "rx_process_limit", in vtnet_set_rx_process_limit()
4280 sc->vtnet_lro_entry_count = vtnet_tunable_int(sc, in vtnet_load_tunables()
[all …]