Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c614 if (new_config->device_poll_millis != in __hal_device_config_check_common()
616 if ((new_config->device_poll_millis < in __hal_device_config_check_common()
618 (new_config->device_poll_millis > in __hal_device_config_check_common()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h801 int device_poll_millis; member
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c615 device_config->device_poll_millis = ddi_prop_get_int(DDI_DEV_T_ANY, in xge_configuration_init()