Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c6462 uint32_t old_caps, attached = 0; in hn_synth_attach() local
6471 old_caps = sc->hn_caps; in hn_synth_attach()
6506 if (device_is_attached(sc->hn_dev) && old_caps != sc->hn_caps) { in hn_synth_attach()
6508 old_caps, sc->hn_caps); in hn_synth_attach()
6626 sc->hn_caps = old_caps; in hn_synth_attach()