Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/nxge/xgehal/
Dxgehal-config.c317 if ((new_config->rmac_util_period < XGE_HAL_MIN_RMAC_UTIL_PERIOD) || in __hal_mac_config_check()
318 (new_config->rmac_util_period > XGE_HAL_MAX_RMAC_UTIL_PERIOD)) { in __hal_mac_config_check()
Dxgehal-mgmtaux.c1604 mac->rmac_util_period, "%u"); in xge_hal_aux_device_config_read()
Dxgehal-device.c1364 hldev->config.mac.rmac_util_period); in __hal_device_mac_link_util_set()
/freebsd-9-stable/sys/dev/vxge/vxgehal/
Dvxgehal-config.c177 if ((port_config->rmac_util_period > in __hal_device_wire_port_config_check()
179 (port_config->rmac_util_period != in __hal_device_wire_port_config_check()
293 if ((port_config->rmac_util_period > in __hal_device_switch_port_config_check()
295 (port_config->rmac_util_period != in __hal_device_switch_port_config_check()
2063 wire_port_config->rmac_util_period = in vxge_hal_device_config_default_get()
2111 switch_port_config->rmac_util_period = in vxge_hal_device_config_default_get()
Dvxgehal-mrpcim.c3967 if (mac_config->wire_port_config[i].rmac_util_period != in __hal_mrpcim_mac_configure()
3973 mac_config->wire_port_config[i].rmac_util_period); in __hal_mrpcim_mac_configure()
4290 if (mac_config->switch_port_config.rmac_util_period != in __hal_mrpcim_mac_configure()
4296 mac_config->switch_port_config.rmac_util_period); in __hal_mrpcim_mac_configure()
Dvxgehal-mgmtaux.c543 mac_config->wire_port_config[i].rmac_util_period, "%u"); in vxge_hal_aux_device_config_read()
578 mac_config->switch_port_config.rmac_util_period, "%u"); in vxge_hal_aux_device_config_read()
/freebsd-9-stable/sys/dev/nxge/include/
Dxgehal-config.h525 int rmac_util_period; member
/freebsd-9-stable/sys/dev/vxge/include/
Dvxgehal-config.h271 u32 rmac_util_period; member
421 u32 rmac_util_period; member
/freebsd-9-stable/sys/dev/nxge/
Dif_nxge.c118 XGE_GET_PARAM_MAC("hw.xge.mac_rmac_util_period", rmac_util_period, in xge_init_params()