Lines Matching full:bandwidth
48 uint32_t bandwidth; in hunt_nic_get_required_pcie_bandwidth() local
60 bandwidth = 0; in hunt_nic_get_required_pcie_bandwidth()
66 * This needs the full PCIe bandwidth (and could use in hunt_nic_get_required_pcie_bandwidth()
70 EFX_PCIE_LINK_SPEED_GEN3, &bandwidth)) != 0) in hunt_nic_get_required_pcie_bandwidth()
74 bandwidth = 40000; in hunt_nic_get_required_pcie_bandwidth()
76 bandwidth = 4 * 10000; in hunt_nic_get_required_pcie_bandwidth()
79 bandwidth = 2 * 10000; in hunt_nic_get_required_pcie_bandwidth()
84 *bandwidth_mbpsp = bandwidth; in hunt_nic_get_required_pcie_bandwidth()
102 uint32_t bandwidth; in hunt_board_cfg() local
229 if ((rc = hunt_nic_get_required_pcie_bandwidth(enp, &bandwidth)) != 0) in hunt_board_cfg()
231 encp->enc_required_pcie_bandwidth_mbps = bandwidth; in hunt_board_cfg()