Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_nic.c134 uint32_t single_lane; in ef10_nic_get_port_mode_bandwidth() local
147 single_lane = 25000; in ef10_nic_get_port_mode_bandwidth()
149 single_lane = 10000; in ef10_nic_get_port_mode_bandwidth()
163 bandwidth = single_lane; in ef10_nic_get_port_mode_bandwidth()
170 bandwidth = single_lane + single_lane; in ef10_nic_get_port_mode_bandwidth()
174 bandwidth = 4 * single_lane; in ef10_nic_get_port_mode_bandwidth()
177 bandwidth = (2 * single_lane) + (2 * single_lane); in ef10_nic_get_port_mode_bandwidth()
184 bandwidth = dual_lane + (2 * single_lane); in ef10_nic_get_port_mode_bandwidth()
188 bandwidth = 4 * single_lane; in ef10_nic_get_port_mode_bandwidth()
200 bandwidth = quad_lane + (2 * single_lane); in ef10_nic_get_port_mode_bandwidth()