Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h249 uint32_t hn_rndis_agg_size; member
H A Dhn_rndis.c886 sc->hn_rndis_agg_size = comp->rm_pktmaxsz; in hn_rndis_init()
906 sc->hn_rndis_agg_size, sc->hn_rndis_agg_pkts, in hn_rndis_init()
H A Dif_hn.c966 if (sc->hn_rndis_agg_size < size) in hn_set_txagg()
967 size = sc->hn_rndis_agg_size; in hn_set_txagg()
2318 CTLFLAG_RD, &sc->hn_rndis_agg_size, 0, in hn_attach()