Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetPluginPropertiesPlugin.c40 mp_driver_prop_t driverInfo; in MP_GetPluginPropertiesPlugin() local
58 mp_ioctl.mp_obuf = (caddr_t)&driverInfo; in MP_GetPluginPropertiesPlugin()
105 pProps->canOverridePaths = driverInfo.canOverridePaths; in MP_GetPluginPropertiesPlugin()
106 pProps->canSetTPGAccess = driverInfo.canSetTPGAccess; in MP_GetPluginPropertiesPlugin()
108 driverInfo.currentFailbackPollingRate; in MP_GetPluginPropertiesPlugin()
110 driverInfo.currentProbingPollingRate; in MP_GetPluginPropertiesPlugin()
112 driverInfo.defaultLoadBalanceType; in MP_GetPluginPropertiesPlugin()
115 driverInfo.deviceFileNamespace, 255); in MP_GetPluginPropertiesPlugin()
130 pProps->maximumWeight = driverInfo.maximumWeight; in MP_GetPluginPropertiesPlugin()
132 driverInfo.onlySupportsSpecifiedProducts; in MP_GetPluginPropertiesPlugin()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c234 ds->devRead.misc.driverInfo.version = BUILD_NUMBER_NUMERIC; in vmxnet3_prepare_drivershared()
236 ds->devRead.misc.driverInfo.gos.gosBits = VMXNET3_GOS_BITS_64; in vmxnet3_prepare_drivershared()
238 ds->devRead.misc.driverInfo.gos.gosBits = VMXNET3_GOS_BITS_32; in vmxnet3_prepare_drivershared()
240 ds->devRead.misc.driverInfo.gos.gosType = VMXNET3_GOS_TYPE_SOLARIS; in vmxnet3_prepare_drivershared()
241 ds->devRead.misc.driverInfo.gos.gosVer = 10; in vmxnet3_prepare_drivershared()
242 ds->devRead.misc.driverInfo.vmxnet3RevSpt = 1; in vmxnet3_prepare_drivershared()
243 ds->devRead.misc.driverInfo.uptVerSpt = 1; in vmxnet3_prepare_drivershared()
H A Dvmxnet3_defs.h383 Vmxnet3_DriverInfo driverInfo; member