Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/vxge/vxgehal/
HDvxgehal-config.c191 if ((port_config->rmac_pause_rcv_en != in __hal_device_wire_port_config_check()
193 (port_config->rmac_pause_rcv_en != in __hal_device_wire_port_config_check()
195 (port_config->rmac_pause_rcv_en != in __hal_device_wire_port_config_check()
307 if ((port_config->rmac_pause_rcv_en != in __hal_device_switch_port_config_check()
309 (port_config->rmac_pause_rcv_en != in __hal_device_switch_port_config_check()
311 (port_config->rmac_pause_rcv_en != in __hal_device_switch_port_config_check()
2069 wire_port_config->rmac_pause_rcv_en = in vxge_hal_device_config_default_get()
2117 switch_port_config->rmac_pause_rcv_en = in vxge_hal_device_config_default_get()
HDvxgehal-mrpcim.c3919 if (mac_config->wire_port_config[i].rmac_pause_rcv_en != in __hal_mrpcim_mac_configure()
3921 if (mac_config->wire_port_config[i].rmac_pause_rcv_en) in __hal_mrpcim_mac_configure()
4240 if (mac_config->switch_port_config.rmac_pause_rcv_en != in __hal_mrpcim_mac_configure()
4242 if (mac_config->switch_port_config.rmac_pause_rcv_en) in __hal_mrpcim_mac_configure()
HDvxgehal-mgmtaux.c547 mac_config->wire_port_config[i].rmac_pause_rcv_en, "%u"); in vxge_hal_aux_device_config_read()
582 mac_config->switch_port_config.rmac_pause_rcv_en, "%u"); in vxge_hal_aux_device_config_read()
/freebsd-11-stable/sys/dev/nxge/xgehal/
HDxgehal-config.c332 if ((new_config->rmac_pause_rcv_en < XGE_HAL_MIN_RMAC_PAUSE_RCV_EN) || in __hal_mac_config_check()
333 (new_config->rmac_pause_rcv_en>XGE_HAL_MAX_RMAC_PAUSE_RCV_EN)) { in __hal_mac_config_check()
HDxgehal-mgmtaux.c1610 mac->rmac_pause_rcv_en, "%d"); in xge_hal_aux_device_config_read()
HDxgehal-device.c507 if (hldev->config.mac.rmac_pause_rcv_en) in __hal_device_pause_frames_configure()
/freebsd-11-stable/sys/dev/nxge/include/
HDxgehal-config.h537 int rmac_pause_rcv_en; member
/freebsd-11-stable/sys/dev/vxge/include/
HDvxgehal-config.h282 u32 rmac_pause_rcv_en; member
432 u32 rmac_pause_rcv_en; member
/freebsd-11-stable/sys/dev/nxge/
HDif_nxge.c123 XGE_GET_PARAM_MAC("hw.xge.mac_rmac_pause_rcv_en", rmac_pause_rcv_en, in xge_init_params()