Home
last modified time | relevance | path

Searched refs:rmac_en (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/vxge/vxgehal/
HDvxgehal-config.c131 if ((port_config->rmac_en != VXGE_HAL_WIRE_PORT_RMAC_ENABLE) && in __hal_device_wire_port_config_check()
132 (port_config->rmac_en != VXGE_HAL_WIRE_PORT_RMAC_DISABLE) && in __hal_device_wire_port_config_check()
133 (port_config->rmac_en != VXGE_HAL_WIRE_PORT_RMAC_DEFAULT)) in __hal_device_wire_port_config_check()
247 if ((port_config->rmac_en != VXGE_HAL_SWITCH_PORT_RMAC_ENABLE) && in __hal_device_switch_port_config_check()
248 (port_config->rmac_en != VXGE_HAL_SWITCH_PORT_RMAC_DISABLE) && in __hal_device_switch_port_config_check()
249 (port_config->rmac_en != VXGE_HAL_SWITCH_PORT_RMAC_DEFAULT)) in __hal_device_switch_port_config_check()
2042 wire_port_config->rmac_en = in vxge_hal_device_config_default_get()
2090 switch_port_config->rmac_en = in vxge_hal_device_config_default_get()
HDvxgehal-mrpcim.c3818 if (mac_config->wire_port_config[i].rmac_en == in __hal_mrpcim_mac_configure()
3825 mac_config->wire_port_config[i].rmac_en = in __hal_mrpcim_mac_configure()
3828 mac_config->wire_port_config[i].rmac_en = in __hal_mrpcim_mac_configure()
3834 if ((!(mac_config->wire_port_config[i].rmac_en)) && in __hal_mrpcim_mac_configure()
3852 if (mac_config->wire_port_config[i].rmac_en) in __hal_mrpcim_mac_configure()
4145 if (mac_config->switch_port_config.rmac_en == in __hal_mrpcim_mac_configure()
4153 mac_config->switch_port_config.rmac_en = in __hal_mrpcim_mac_configure()
4156 mac_config->switch_port_config.rmac_en = in __hal_mrpcim_mac_configure()
4162 if (mac_config->switch_port_config.rmac_en || in __hal_mrpcim_mac_configure()
4170 if (mac_config->switch_port_config.rmac_en) in __hal_mrpcim_mac_configure()
HDvxgehal-mgmtaux.c529 mac_config->wire_port_config[i].rmac_en, "%u"); in vxge_hal_aux_device_config_read()
564 mac_config->switch_port_config.rmac_en, "%u"); in vxge_hal_aux_device_config_read()
/trueos/sys/dev/vxge/include/
HDvxgehal-config.h235 u32 rmac_en; member
385 u32 rmac_en; member