Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c38 u16 pcie_devctl2; in ixgbe_set_pcie_completion_timeout() local
61 pcie_devctl2 = ixgbe_read_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_set_pcie_completion_timeout()
62 pcie_devctl2 |= IXGBE_PCI_DEVICE_CONTROL2_16ms; in ixgbe_set_pcie_completion_timeout()
63 ixgbe_write_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2, pcie_devctl2); in ixgbe_set_pcie_completion_timeout()