Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/microchip/
Dlan743x_ptp.c404 if (ptp->perout_event_ch >= 0) { in lan743x_ptp_perout_off()
407 PTP_CLOCK_TARGET_SEC_X(ptp->perout_event_ch), in lan743x_ptp_perout_off()
410 PTP_CLOCK_TARGET_NS_X(ptp->perout_event_ch), in lan743x_ptp_perout_off()
415 (ptp->perout_event_ch); in lan743x_ptp_perout_off()
417 lan743x_ptp_release_event_ch(adapter, ptp->perout_event_ch); in lan743x_ptp_perout_off()
418 ptp->perout_event_ch = -1; in lan743x_ptp_perout_off()
441 if (ptp->perout_event_ch >= 0 || in lan743x_ptp_perout()
447 ptp->perout_event_ch = lan743x_ptp_reserve_event_ch(adapter); in lan743x_ptp_perout()
448 if (ptp->perout_event_ch < 0) { in lan743x_ptp_perout()
465 ptp->perout_event_ch); in lan743x_ptp_perout()
[all …]
Dlan743x_ptp.h59 int perout_event_ch; member