Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c37 u16 pcie_devctl2; in ixgbe_set_pcie_completion_timeout() local
60 pcie_devctl2 = ixgbe_read_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_set_pcie_completion_timeout()
61 pcie_devctl2 |= IXGBE_PCI_DEVICE_CONTROL2_16ms; in ixgbe_set_pcie_completion_timeout()
62 ixgbe_write_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2, pcie_devctl2); in ixgbe_set_pcie_completion_timeout()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c319 dd->pcie_devctl2); in restore_pci_variables()
378 &dd->pcie_devctl2); in save_pci_variables()
H A Dhfi.h1168 u16 pcie_devctl2; member
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.c2025 u16 pcie_devctl2; in igb_set_pcie_completion_timeout() local
2044 &pcie_devctl2); in igb_set_pcie_completion_timeout()
2048 pcie_devctl2 |= PCIE_DEVICE_CONTROL2_16ms; in igb_set_pcie_completion_timeout()
2051 &pcie_devctl2); in igb_set_pcie_completion_timeout()