Searched refs:pci_gen (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_82598.c1335 u16 pci_gen = 0; local
1343 hw->eeprom.ops.read(hw, IXGBE_PCIE_GENERAL_PTR, &pci_gen);
1344 if ((pci_gen != 0) && (pci_gen != 0xFFFF)) {
1346 hw->eeprom.ops.read(hw, pci_gen + IXGBE_PCIE_CTRL2, &pci_ctrl2);

Completed in 88 milliseconds