Home
last modified time | relevance | path

Searched refs:rmac_pause_gen_en (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c322 if ((new_config->rmac_pause_gen_en < XGE_HAL_MIN_RMAC_PAUSE_GEN_EN) || in __hal_mac_config_check()
323 (new_config->rmac_pause_gen_en>XGE_HAL_MAX_RMAC_PAUSE_GEN_EN)) { in __hal_mac_config_check()
H A Dxgehal-mgmtaux.c1689 mac->rmac_pause_gen_en, "%d"); in xge_hal_aux_device_config_read()
H A Dxgehal-device.c503 if (hldev->config.mac.rmac_pause_gen_en) in __hal_device_pause_frames_configure()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h528 int rmac_pause_gen_en; member
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c668 device_config->mac.rmac_pause_gen_en = ddi_prop_get_int(DDI_DEV_T_ANY, in xge_configuration_init()