Searched refs:event_ch (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.h63 int event_ch; /* PTP event channel (0=channel A, 1=channel B) */ member in struct:lan743x_ptp_perout
H A Dlan743x_ptp.c442 if (perout->event_ch >= 0) {
445 PTP_CLOCK_TARGET_SEC_X(perout->event_ch),
448 PTP_CLOCK_TARGET_NS_X(perout->event_ch),
453 (perout->event_ch);
455 lan743x_ptp_release_event_ch(adapter, perout->event_ch);
456 perout->event_ch = -1;
487 if (perout->event_ch >= 0 ||
493 perout->event_ch = lan743x_ptp_reserve_event_ch(adapter, index);
495 if (perout->event_ch < 0) {
505 perout->event_ch);
656 int event_ch; local
712 int event_ch; local
[all...]

Completed in 148 milliseconds