Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c62 u16 pcie_devctl2; in ixgbe_set_pcie_completion_timeout() local
85 pcie_devctl2 = ixgbe_read_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_set_pcie_completion_timeout()
86 pcie_devctl2 |= IXGBE_PCI_DEVICE_CONTROL2_16ms; in ixgbe_set_pcie_completion_timeout()
87 ixgbe_write_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2, pcie_devctl2); in ixgbe_set_pcie_completion_timeout()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpcie.c225 &dd->pcie_devctl2); in hfi1_pcie_ddinit()
458 dd->pcie_devctl2); in restore_pci_variables()
Dhfi.h945 u16 pcie_devctl2; member
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_82575.c2010 u16 pcie_devctl2; in igb_set_pcie_completion_timeout() local
2029 &pcie_devctl2); in igb_set_pcie_completion_timeout()
2033 pcie_devctl2 |= PCIE_DEVICE_CONTROL2_16ms; in igb_set_pcie_completion_timeout()
2036 &pcie_devctl2); in igb_set_pcie_completion_timeout()