Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/microchip/
Dlan743x_ptp.c483 if (perout->event_ch >= 0) { in lan743x_ptp_perout_off()
486 PTP_CLOCK_TARGET_SEC_X(perout->event_ch), in lan743x_ptp_perout_off()
489 PTP_CLOCK_TARGET_NS_X(perout->event_ch), in lan743x_ptp_perout_off()
494 (perout->event_ch); in lan743x_ptp_perout_off()
496 lan743x_ptp_release_event_ch(adapter, perout->event_ch); in lan743x_ptp_perout_off()
497 perout->event_ch = -1; in lan743x_ptp_perout_off()
528 if (perout->event_ch >= 0 || in lan743x_ptp_perout()
534 perout->event_ch = lan743x_ptp_reserve_event_ch(adapter, index); in lan743x_ptp_perout()
536 if (perout->event_ch < 0) { in lan743x_ptp_perout()
546 perout->event_ch); in lan743x_ptp_perout()
[all …]
Dlan743x_ptp.h62 int event_ch; /* PTP event channel (0=channel A, 1=channel B) */ member