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

/freebsd-10.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-config.c136 if ((port_config->tmac_pad != VXGE_HAL_WIRE_PORT_TMAC_NO_PAD) &&
137 (port_config->tmac_pad != VXGE_HAL_WIRE_PORT_TMAC_64B_PAD) &&
138 (port_config->tmac_pad != VXGE_HAL_WIRE_PORT_TMAC_PAD_DEFAULT))
252 if ((port_config->tmac_pad != VXGE_HAL_SWITCH_PORT_TMAC_NO_PAD) &&
253 (port_config->tmac_pad != VXGE_HAL_SWITCH_PORT_TMAC_64B_PAD) &&
254 (port_config->tmac_pad != VXGE_HAL_SWITCH_PORT_TMAC_PAD_DEFAULT))
2045 wire_port_config->tmac_pad =
2093 switch_port_config->tmac_pad =
H A Dvxgehal-mgmtaux.c530 __HAL_AUX_CONFIG_ENTRY("tmac_pad",
531 mac_config->wire_port_config[i].tmac_pad, "%u");
565 __HAL_AUX_CONFIG_ENTRY("tmac_pad",
566 mac_config->switch_port_config.tmac_pad, "%u");
H A Dvxgehal-mrpcim.c4023 if (mac_config->wire_port_config[i].tmac_pad !=
4025 if (mac_config->wire_port_config[i].tmac_pad)
4315 if (mac_config->switch_port_config.tmac_pad !=
4317 if (mac_config->switch_port_config.tmac_pad)
/freebsd-10.3-release/sys/dev/vxge/include/
H A Dvxgehal-config.h106 * @tmac_pad: Determines whether padding is appended to transmitted frames.
240 u32 tmac_pad; member in struct:vxge_hal_wire_port_config_t
311 * @tmac_pad: Determines whether padding is appended to transmitted frames.
390 u32 tmac_pad; member in struct:vxge_hal_switch_port_config_t

Completed in 122 milliseconds