Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c580 struct ptp_clock_event ptp_event = {0}; in lan966x_ptp_ext_irq_handler() local
613 ptp_event.index = pin; in lan966x_ptp_ext_irq_handler()
614 ptp_event.timestamp = time; in lan966x_ptp_ext_irq_handler()
615 ptp_event.type = PTP_CLOCK_EXTTS; in lan966x_ptp_ext_irq_handler()
616 ptp_clock_event(phc->clock, &ptp_event); in lan966x_ptp_ext_irq_handler()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c1351 struct ptp_clock_event ptp_event; in aq_ptp_check_sync1588() local
1356 ptp_event.index = aq_ptp->ptp_info.n_pins - 1; in aq_ptp_check_sync1588()
1357 ptp_event.timestamp = time; in aq_ptp_check_sync1588()
1359 ptp_event.type = PTP_CLOCK_EXTTS; in aq_ptp_check_sync1588()
1360 ptp_clock_event(aq_ptp->ptp_clock, &ptp_event); in aq_ptp_check_sync1588()
/linux/drivers/net/phy/
H A Dmicrel.c4158 struct ptp_clock_event ptp_event = {0}; in lan8814_gpio_process_cap() local
4202 ptp_event.index = 0; in lan8814_gpio_process_cap()
4203 ptp_event.timestamp = ktime_set(sec, nsec); in lan8814_gpio_process_cap()
4204 ptp_event.type = PTP_CLOCK_EXTTS; in lan8814_gpio_process_cap()
4205 ptp_clock_event(shared->ptp_clock, &ptp_event); in lan8814_gpio_process_cap()
4915 struct ptp_clock_event ptp_event = {0}; in lan8841_gpio_process_cap() local
4955 ptp_event.index = 0; in lan8841_gpio_process_cap()
4956 ptp_event.timestamp = ktime_set(sec, nsec); in lan8841_gpio_process_cap()
4957 ptp_event.type = PTP_CLOCK_EXTTS; in lan8841_gpio_process_cap()
4958 ptp_clock_event(ptp_priv->ptp_clock, &ptp_event); in lan8841_gpio_process_cap()