Searched refs:switch_port_config (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/vxge/vxgehal/ |
| HD | vxgehal-config.c | 369 &mac_config->switch_port_config); in __hal_device_mac_config_check() 1992 vxge_hal_switch_port_config_t *switch_port_config; in vxge_hal_device_config_default_get() local 2082 switch_port_config = &mac_config->switch_port_config; in vxge_hal_device_config_default_get() 2084 switch_port_config->mtu = in vxge_hal_device_config_default_get() 2087 switch_port_config->tmac_en = in vxge_hal_device_config_default_get() 2090 switch_port_config->rmac_en = in vxge_hal_device_config_default_get() 2093 switch_port_config->tmac_pad = in vxge_hal_device_config_default_get() 2096 switch_port_config->tmac_pad_byte = in vxge_hal_device_config_default_get() 2099 switch_port_config->tmac_util_period = in vxge_hal_device_config_default_get() 2102 switch_port_config->rmac_strip_fcs = in vxge_hal_device_config_default_get() [all …]
|
| HD | vxgehal-mrpcim.c | 4128 if (mac_config->switch_port_config.tmac_en == in __hal_mrpcim_mac_configure() 4136 mac_config->switch_port_config.tmac_en = in __hal_mrpcim_mac_configure() 4139 mac_config->switch_port_config.tmac_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() 4163 mac_config->switch_port_config.tmac_en) { in __hal_mrpcim_mac_configure() 4170 if (mac_config->switch_port_config.rmac_en) in __hal_mrpcim_mac_configure() 4175 if (mac_config->switch_port_config.rmac_strip_fcs != in __hal_mrpcim_mac_configure() [all …]
|
| HD | vxgehal-mgmtaux.c | 560 mac_config->switch_port_config.mtu, "%u"); in vxge_hal_aux_device_config_read() 562 mac_config->switch_port_config.tmac_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() 566 mac_config->switch_port_config.tmac_pad, "%u"); in vxge_hal_aux_device_config_read() 568 mac_config->switch_port_config.tmac_pad_byte, "%u"); in vxge_hal_aux_device_config_read() 570 mac_config->switch_port_config.tmac_util_period, "%u"); in vxge_hal_aux_device_config_read() 572 mac_config->switch_port_config.rmac_strip_fcs, "%u"); in vxge_hal_aux_device_config_read() 574 mac_config->switch_port_config.rmac_prom_en, "%u"); in vxge_hal_aux_device_config_read() 576 mac_config->switch_port_config.rmac_discard_pfrm, "%u"); in vxge_hal_aux_device_config_read() 578 mac_config->switch_port_config.rmac_util_period, "%u"); in vxge_hal_aux_device_config_read() [all …]
|
| /NextBSD/sys/dev/vxge/include/ |
| HD | vxgehal-config.h | 634 vxge_hal_switch_port_config_t switch_port_config; member
|