Searched refs:devctl2 (Results 1 – 4 of 4) sorted by relevance
60 __le16 devctl2; member
982 uint8_t *devctl2 = dev->config + dev->exp.exp_cap + PCI_EXP_DEVCTL2; in pcie_cap_arifwd_reset() local983 pci_long_test_and_clear_mask(devctl2, PCI_EXP_DEVCTL2_ARI); in pcie_cap_arifwd_reset()
2460 s16 devctl2; in ixgbe_pcie_timeout_poll() local2463 devctl2 = ixgbe_read_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_pcie_timeout_poll()2464 devctl2 &= IXGBE_PCIDEVCTRL2_TIMEO_MASK; in ixgbe_pcie_timeout_poll()2466 switch (devctl2) { in ixgbe_pcie_timeout_poll()
5760 u16 devctl2; in ixgbe_get_completion_timeout() local5762 pcie_capability_read_word(adapter->pdev, PCI_EXP_DEVCTL2, &devctl2); in ixgbe_get_completion_timeout()5764 switch (devctl2 & IXGBE_PCIDEVCTRL2_TIMEO_MASK) { in ixgbe_get_completion_timeout()