Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.h91 int pending_tx_timestamps; member
H A Dlan743x_ptp.c152 ptp->pending_tx_timestamps -= c; in lan743x_ptp_tx_ts_complete()
1608 ptp->pending_tx_timestamps = 0; in lan743x_ptp_close()
1709 if (ptp->pending_tx_timestamps < LAN743X_PTP_NUMBER_OF_TX_TIMESTAMPS) { in lan743x_ptp_request_tx_timestamp()
1711 ptp->pending_tx_timestamps++; in lan743x_ptp_request_tx_timestamp()
1723 if (ptp->pending_tx_timestamps > 0) in lan743x_ptp_unrequest_tx_timestamp()
1724 ptp->pending_tx_timestamps--; in lan743x_ptp_unrequest_tx_timestamp()