Home
last modified time | relevance | path

Searched refs:efx_siena_ptp_use_mac_tx_timestamps (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.h42 bool efx_siena_ptp_use_mac_tx_timestamps(struct efx_nic *efx);
H A Dtx.c317 ((efx_siena_ptp_use_mac_tx_timestamps(efx) && efx->ptp_data) || in efx_siena_hard_start_xmit()
H A Dptp.c358 bool efx_siena_ptp_use_mac_tx_timestamps(struct efx_nic *efx) in efx_siena_ptp_use_mac_tx_timestamps() function
368 return efx_siena_ptp_use_mac_tx_timestamps(channel->efx); in efx_ptp_want_txqs()
615 if (efx_siena_ptp_use_mac_tx_timestamps(efx)) in efx_siena_ptp_nic_to_kernel_time()
1467 if (efx_siena_ptp_use_mac_tx_timestamps(efx)) { in efx_ptp_probe()
H A Dtx_common.c84 tx_queue->timestamping = (efx_siena_ptp_use_mac_tx_timestamps(efx) && in efx_siena_init_tx_queue()