Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hyperv/netvsc/
HDif_hnvar.h237 uint32_t hn_rndis_agg_size; member
HDhn_rndis.c867 sc->hn_rndis_agg_size = comp->rm_pktmaxsz; in hn_rndis_init()
887 sc->hn_rndis_agg_size, sc->hn_rndis_agg_pkts, in hn_rndis_init()
HDif_hn.c955 if (sc->hn_rndis_agg_size < size) in hn_set_txagg()
956 size = sc->hn_rndis_agg_size; in hn_set_txagg()
2313 CTLFLAG_RD, &sc->hn_rndis_agg_size, 0, in hn_attach()