Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/vxge/vxgehal/
Dvxgehal-config.c136 if ((port_config->tmac_pad != VXGE_HAL_WIRE_PORT_TMAC_NO_PAD) && in __hal_device_wire_port_config_check()
137 (port_config->tmac_pad != VXGE_HAL_WIRE_PORT_TMAC_64B_PAD) && in __hal_device_wire_port_config_check()
138 (port_config->tmac_pad != VXGE_HAL_WIRE_PORT_TMAC_PAD_DEFAULT)) in __hal_device_wire_port_config_check()
252 if ((port_config->tmac_pad != VXGE_HAL_SWITCH_PORT_TMAC_NO_PAD) && in __hal_device_switch_port_config_check()
253 (port_config->tmac_pad != VXGE_HAL_SWITCH_PORT_TMAC_64B_PAD) && in __hal_device_switch_port_config_check()
254 (port_config->tmac_pad != VXGE_HAL_SWITCH_PORT_TMAC_PAD_DEFAULT)) in __hal_device_switch_port_config_check()
2045 wire_port_config->tmac_pad = in vxge_hal_device_config_default_get()
2093 switch_port_config->tmac_pad = in vxge_hal_device_config_default_get()
Dvxgehal-mrpcim.c4023 if (mac_config->wire_port_config[i].tmac_pad != in __hal_mrpcim_mac_configure()
4025 if (mac_config->wire_port_config[i].tmac_pad) in __hal_mrpcim_mac_configure()
4315 if (mac_config->switch_port_config.tmac_pad != in __hal_mrpcim_mac_configure()
4317 if (mac_config->switch_port_config.tmac_pad) in __hal_mrpcim_mac_configure()
Dvxgehal-mgmtaux.c531 mac_config->wire_port_config[i].tmac_pad, "%u"); in vxge_hal_aux_device_config_read()
566 mac_config->switch_port_config.tmac_pad, "%u"); in vxge_hal_aux_device_config_read()
/freebsd-9-stable/sys/dev/vxge/include/
Dvxgehal-config.h240 u32 tmac_pad; member
390 u32 tmac_pad; member