Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-ifmsg.c135 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_ifmsg_device_reset_end_poll()
229 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_ifmsg_wmsg_post()
HDvxgehal-config.c1963 if ((new_config->device_poll_millis < in __hal_device_config_check()
1965 (new_config->device_poll_millis > in __hal_device_config_check()
2490 device_config->device_poll_millis = VXGE_HAL_DEF_DEVICE_POLL_MILLIS; in vxge_hal_device_config_default_get()
HDvxgehal-virtualpath.c1120 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_vpath_flick_link_led()
1208 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_vpath_udp_rth_set()
1294 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_vpath_pcie_func_mode_set()
1357 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_vpath_pcie_func_mode_set()
1526 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_vpath_rts_table_get()
1679 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_vpath_rts_table_set()
5282 hldev->header.config.device_poll_millis); in __hal_vpath_link_state_test()
7802 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_vpath_reset_check()
10403 hldev->header.config.device_poll_millis); in vxge_hal_vpath_hw_stats_get()
10566 hldev->header.config.device_poll_millis); in __hal_vpath_stats_access()
[all …]
HDvxgehal-mrpcim.c557 hldev->header.config.device_poll_millis); in __hal_mrpcim_mdio_access()
2496 hldev->header.config.device_poll_millis); in vxge_hal_mrpcim_stats_get()
2587 hldev->header.config.device_poll_millis); in vxge_hal_mrpcim_stats_access()
5585 u32 max_count = hldev->header.config.device_poll_millis * 10; in __hal_mrpcim_get_vpd_data()
5781 WAIT_FACTOR * hldev->header.config.device_poll_millis); in __hal_mrpcim_rts_table_access()
HDvxgehal-device.c3167 hldev->header.config.device_poll_millis); in vxge_hal_device_hw_stats_get()
HDvxgehal-mgmtaux.c689 dev_config->device_poll_millis, "%u"); in vxge_hal_aux_device_config_read()
/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-config.c619 if (new_config->device_poll_millis != in __hal_device_config_check_common()
621 if ((new_config->device_poll_millis < in __hal_device_config_check_common()
623 (new_config->device_poll_millis > in __hal_device_config_check_common()
/NextBSD/sys/dev/nxge/include/
HDxgehal-config.h806 int device_poll_millis; member
/NextBSD/sys/dev/vxge/include/
HDvxgehal-config.h2544 u32 device_poll_millis; member
/NextBSD/sys/dev/nxge/
HDif_nxge.c92 dconfig->device_poll_millis = XGE_HAL_DEFAULT_DEVICE_POLL_MILLIS; in xge_init_params()
/NextBSD/sys/dev/vxge/
HDvxge.c2140 device_config->device_poll_millis = VXGE_DEFAULT_DEVICE_POLL_MILLIS; in vxge_vpath_config()