Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c327 if ((new_config->rmac_pause_rcv_en < XGE_HAL_MIN_RMAC_PAUSE_RCV_EN) || in __hal_mac_config_check()
328 (new_config->rmac_pause_rcv_en>XGE_HAL_MAX_RMAC_PAUSE_RCV_EN)) { in __hal_mac_config_check()
H A Dxgehal-mgmtaux.c1691 mac->rmac_pause_rcv_en, "%d"); in xge_hal_aux_device_config_read()
H A Dxgehal-device.c507 if (hldev->config.mac.rmac_pause_rcv_en) in __hal_device_pause_frames_configure()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h532 int rmac_pause_rcv_en; member
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c671 device_config->mac.rmac_pause_rcv_en = ddi_prop_get_int(DDI_DEV_T_ANY, in xge_configuration_init()