Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c741 if (!nic->ptp_clock || !nic->hw_rx_tstamp) in nicvf_set_rxtstamp()
1473 nicvf_config_hw_rx_tstamp(nic, nic->hw_rx_tstamp); in nicvf_open()
1883 nic->hw_rx_tstamp = false; in nicvf_config_hwtstamp()
1899 nic->hw_rx_tstamp = true; in nicvf_config_hwtstamp()
1907 nicvf_config_hw_rx_tstamp(nic, nic->hw_rx_tstamp); in nicvf_config_hwtstamp()
Dnic.h334 bool hw_rx_tstamp; member