Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_nic.c135 uint32_t dual_lane; in ef10_nic_get_port_mode_bandwidth() local
152 dual_lane = 50000; in ef10_nic_get_port_mode_bandwidth()
154 dual_lane = 20000; in ef10_nic_get_port_mode_bandwidth()
167 bandwidth = dual_lane; in ef10_nic_get_port_mode_bandwidth()
180 bandwidth = dual_lane + dual_lane; in ef10_nic_get_port_mode_bandwidth()
184 bandwidth = dual_lane + (2 * single_lane); in ef10_nic_get_port_mode_bandwidth()
196 bandwidth = 2 * dual_lane; in ef10_nic_get_port_mode_bandwidth()
204 bandwidth = quad_lane + dual_lane; in ef10_nic_get_port_mode_bandwidth()