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

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-config.c317 if ((new_config->rmac_util_period < XGE_HAL_MIN_RMAC_UTIL_PERIOD) ||
318 (new_config->rmac_util_period > XGE_HAL_MAX_RMAC_UTIL_PERIOD)) {
H A Dxgehal-mgmtaux.c1603 __HAL_AUX_ENTRY("rmac_util_period",
1604 mac->rmac_util_period, "%u");
H A Dxgehal-device.c1364 hldev->config.mac.rmac_util_period);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-config.h481 * @rmac_util_period: The sampling period over which the receive utilization
525 int rmac_util_period; member in struct:xge_hal_mac_config_t
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-config.c177 if ((port_config->rmac_util_period >
179 (port_config->rmac_util_period !=
293 if ((port_config->rmac_util_period >
295 (port_config->rmac_util_period !=
2063 wire_port_config->rmac_util_period =
2111 switch_port_config->rmac_util_period =
H A Dvxgehal-mgmtaux.c542 __HAL_AUX_CONFIG_ENTRY("rmac_util_period",
543 mac_config->wire_port_config[i].rmac_util_period, "%u");
577 __HAL_AUX_CONFIG_ENTRY("rmac_util_period",
578 mac_config->switch_port_config.rmac_util_period, "%u");
H A Dvxgehal-mrpcim.c3967 if (mac_config->wire_port_config[i].rmac_util_period !=
3973 mac_config->wire_port_config[i].rmac_util_period);
4290 if (mac_config->switch_port_config.rmac_util_period !=
4296 mac_config->switch_port_config.rmac_util_period);
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-config.h131 * @rmac_util_period: The sampling period over which the receive utilization
271 u32 rmac_util_period; member in struct:vxge_hal_wire_port_config_t
336 * @rmac_util_period: The sampling period over which the receive utilization
421 u32 rmac_util_period; member in struct:vxge_hal_switch_port_config_t
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c119 XGE_GET_PARAM_MAC("hw.xge.mac_rmac_util_period", rmac_util_period,

Completed in 222 milliseconds