Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1056 enum hv_storage_type stor_type; in storvsc_attach() local
1074 stor_type = storvsc_get_storage_type(dev); in storvsc_attach()
1076 if (stor_type == DRIVER_UNKNOWN) { in storvsc_attach()
1082 sc->hs_drv_props = &g_drv_props_table[stor_type]; in storvsc_attach()