pdev_aspmc       6493 drivers/net/ethernet/intel/e1000e/netdev.c 	u16 pdev_aspmc, parent_aspmc;
pdev_aspmc       6507 drivers/net/ethernet/intel/e1000e/netdev.c 	pcie_capability_read_word(pdev, PCI_EXP_LNKCTL, &pdev_aspmc);
pdev_aspmc       6508 drivers/net/ethernet/intel/e1000e/netdev.c 	pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC;
pdev_aspmc       6517 drivers/net/ethernet/intel/e1000e/netdev.c 	if (!(pdev_aspmc & aspm_dis_mask) &&
pdev_aspmc       6522 drivers/net/ethernet/intel/e1000e/netdev.c 		 (aspm_dis_mask & pdev_aspmc & PCI_EXP_LNKCTL_ASPM_L0S) ?
pdev_aspmc       6524 drivers/net/ethernet/intel/e1000e/netdev.c 		 (aspm_dis_mask & pdev_aspmc & PCI_EXP_LNKCTL_ASPM_L1) ?
pdev_aspmc       6537 drivers/net/ethernet/intel/e1000e/netdev.c 	pcie_capability_read_word(pdev, PCI_EXP_LNKCTL, &pdev_aspmc);
pdev_aspmc       6538 drivers/net/ethernet/intel/e1000e/netdev.c 	pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC;
pdev_aspmc       6540 drivers/net/ethernet/intel/e1000e/netdev.c 	if (!(aspm_dis_mask & pdev_aspmc))