Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Def10_nic.c164 uint32_t dual_lane; in ef10_nic_get_port_mode_bandwidth() local
181 dual_lane = 50000; in ef10_nic_get_port_mode_bandwidth()
183 dual_lane = 20000; in ef10_nic_get_port_mode_bandwidth()
196 bandwidth = dual_lane; in ef10_nic_get_port_mode_bandwidth()
209 bandwidth = dual_lane + dual_lane; in ef10_nic_get_port_mode_bandwidth()
213 bandwidth = dual_lane + (2 * single_lane); in ef10_nic_get_port_mode_bandwidth()
225 bandwidth = 2 * dual_lane; in ef10_nic_get_port_mode_bandwidth()
233 bandwidth = quad_lane + dual_lane; in ef10_nic_get_port_mode_bandwidth()