Searched refs:hn_nvs_init (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hnreg.h90 * Any size less than this one will _not_ work, e.g. hn_nvs_init
101 struct hn_nvs_init { struct
108 CTASSERT(sizeof(struct hn_nvs_init) >= HN_NVS_REQSIZE_MIN);
H A Dhn_nvs.c71 static int hn_nvs_init(struct hn_softc *);
456 struct hn_nvs_init *init;
549 hn_nvs_init(struct hn_softc *sc) function
617 error = hn_nvs_init(sc);

Completed in 299 milliseconds