We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d481ff commit ac4f189Copy full SHA for ac4f189
drivers/pci/pci.h
@@ -272,7 +272,7 @@ void pci_bus_put(struct pci_bus *bus);
272
273
/* PCIe speed to Mb/s reduced by encoding overhead */
274
#define PCIE_SPEED2MBS_ENC(speed) \
275
- ((speed) == PCIE_SPEED_64_0GT ? 64000*128/130 : \
+ ((speed) == PCIE_SPEED_64_0GT ? 64000*1/1 : \
276
(speed) == PCIE_SPEED_32_0GT ? 32000*128/130 : \
277
(speed) == PCIE_SPEED_16_0GT ? 16000*128/130 : \
278
(speed) == PCIE_SPEED_8_0GT ? 8000*128/130 : \
0 commit comments