Searched refs:devctl2 (Results 1 – 3 of 3) sorted by relevance
60 __le16 devctl2; member
2461 s16 devctl2; in ixgbe_pcie_timeout_poll() local2464 devctl2 = ixgbe_read_pci_cfg_word(hw, IXGBE_PCI_DEVICE_CONTROL2); in ixgbe_pcie_timeout_poll()2465 devctl2 &= IXGBE_PCIDEVCTRL2_TIMEO_MASK; in ixgbe_pcie_timeout_poll()2467 switch (devctl2) { in ixgbe_pcie_timeout_poll()
5717 u16 devctl2; in ixgbe_get_completion_timeout() local5719 pcie_capability_read_word(adapter->pdev, PCI_EXP_DEVCTL2, &devctl2); in ixgbe_get_completion_timeout()5721 switch (devctl2 & IXGBE_PCIDEVCTRL2_TIMEO_MASK) { in ixgbe_get_completion_timeout()