Searched refs:devctl2 (Results 1 – 4 of 4) sorted by relevance
318 u16 devctl2; in nbif_v6_3_1_program_ltr() local332 pcie_capability_read_word(adev->pdev, PCI_EXP_DEVCTL2, &devctl2); in nbif_v6_3_1_program_ltr()334 if (adev->pdev->ltr_path == (devctl2 & PCI_EXP_DEVCTL2_LTR_EN)) in nbif_v6_3_1_program_ltr()348 u16 devctl2, ltr; in nbif_v6_3_1_program_aspm() local378 pcie_capability_read_word(adev->pdev, PCI_EXP_DEVCTL2, &devctl2); in nbif_v6_3_1_program_aspm()379 data = def = devctl2; in nbif_v6_3_1_program_aspm()
60 __le16 devctl2; member
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()
5787 u16 devctl2; in ixgbe_get_completion_timeout() local5789 pcie_capability_read_word(adapter->pdev, PCI_EXP_DEVCTL2, &devctl2); in ixgbe_get_completion_timeout()5791 switch (devctl2 & IXGBE_PCIDEVCTRL2_TIMEO_MASK) { in ixgbe_get_completion_timeout()