Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc.h776 ktime_t igc_ptp_rx_pktstamp(struct igc_adapter *adapter, __le32 *buf);
H A Digc_ptp.c450 * igc_ptp_rx_pktstamp - Retrieve timestamp from Rx packet buffer
459 ktime_t igc_ptp_rx_pktstamp(struct igc_adapter *adapter, __le32 *buf) in igc_ptp_rx_pktstamp() function
H A Digc_main.c6959 timestamp = igc_ptp_rx_pktstamp(adapter, tstamp->timer1); in igc_get_tstamp()
6961 timestamp = igc_ptp_rx_pktstamp(adapter, tstamp->timer0); in igc_get_tstamp()
7053 *timestamp = igc_ptp_rx_pktstamp(adapter, tstamp->timer0); in igc_xdp_rx_timestamp()