Searched refs:devctl2 (Results 1 – 2 of 2) sorted by relevance
2473 s16 devctl2; in ixgbe_pcie_timeout_poll() local2476 devctl2 = ixgbe_read_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_pcie_timeout_poll()2477 devctl2 &= IXGBE_PCIDEVCTRL2_TIMEO_MASK; in ixgbe_pcie_timeout_poll()2479 switch (devctl2) { in ixgbe_pcie_timeout_poll()
5612 u16 devctl2; in ixgbe_get_completion_timeout() local5614 pcie_capability_read_word(adapter->pdev, PCI_EXP_DEVCTL2, &devctl2); in ixgbe_get_completion_timeout()5616 switch (devctl2 & IXGBE_PCIDEVCTRL2_TIMEO_MASK) { in ixgbe_get_completion_timeout()