Home
last modified time | relevance | path

Searched refs:timer_pdev (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c1134 struct pci_dev *timer_pdev; in enetc_get_phc_index_by_pdev() local
1152 timer_pdev = pci_get_domain_bus_and_slot(pci_domain_nr(bus), in enetc_get_phc_index_by_pdev()
1154 if (!timer_pdev) in enetc_get_phc_index_by_pdev()
1157 phc_index = ptp_clock_index_by_dev(&timer_pdev->dev); in enetc_get_phc_index_by_pdev()
1158 pci_dev_put(timer_pdev); in enetc_get_phc_index_by_pdev()