Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dptp.c364 bool efx_ptp_use_mac_tx_timestamps(struct efx_nic *efx) in efx_ptp_use_mac_tx_timestamps() function
374 return efx_ptp_use_mac_tx_timestamps(channel->efx); in efx_ptp_want_txqs()
608 if (efx_ptp_use_mac_tx_timestamps(efx)) in efx_ptp_nic_to_kernel_time()
1353 if (efx_ptp_use_mac_tx_timestamps(efx)) { in efx_ptp_insert_multicast_filters()
1414 } else if (efx_ptp_use_mac_tx_timestamps(efx)) { in efx_ptp_insert_unicast_filter()
1588 if (efx_ptp_use_mac_tx_timestamps(efx)) { in efx_ptp_probe()
1878 if (efx_ptp_use_mac_tx_timestamps(efx)) { in efx_ptp_get_ts_info()
H A Dtx_common.c83 tx_queue->timestamping = (efx_ptp_use_mac_tx_timestamps(efx) && in efx_init_tx_queue()