Home
last modified time | relevance | path

Searched refs:ptp_rx (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c71 struct aq_ring_s ptp_rx; member
583 aq_ptp->ptp_rx.idx << HW_ATL_RX_QUEUE_FL3L4_SHIFT; in aq_ptp_prepare_filters()
587 aq_ptp->eth_type_filter.queue = aq_ptp->ptp_rx.idx; in aq_ptp_prepare_filters()
639 &aq_ptp->ptp_rx == ring || &aq_ptp->hwts_rx == ring; in aq_ptp_ring()
695 &aq_ptp->ptp_rx); in aq_ptp_poll()
699 if (aq_ptp->ptp_rx.sw_head != aq_ptp->ptp_rx.hw_head) { in aq_ptp_poll()
702 err = aq_ring_rx_clean(&aq_ptp->ptp_rx, napi, &work_done, budget); in aq_ptp_poll()
706 sw_tail_old = aq_ptp->ptp_rx.sw_tail; in aq_ptp_poll()
707 err = aq_ring_rx_fill(&aq_ptp->ptp_rx); in aq_ptp_poll()
712 &aq_ptp->ptp_rx, in aq_ptp_poll()
[all …]
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c683 if (!test_bit(I40E_FLAG_PTP_ENA, pf->flags) || !pf->ptp_rx) in i40e_ptp_rx_hang()
821 if (!test_bit(I40E_FLAG_PTP_ENA, pf->flags) || !pf->ptp_rx) in i40e_ptp_rx_hwtstamp()
1206 pf->ptp_rx = false; in i40e_ptp_set_timestamp_mode()
1219 pf->ptp_rx = true; in i40e_ptp_set_timestamp_mode()
1237 pf->ptp_rx = true; in i40e_ptp_set_timestamp_mode()
1548 pf->ptp_rx = false; in i40e_ptp_stop()
H A Di40e.h681 bool ptp_rx; member
/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c316 s32 ptp_rx; member
747 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
765 efx->ptp_data->ts_corrections.ptp_rx; in efx_ptp_get_timestamp_corrections()
769 efx->ptp_data->ts_corrections.ptp_rx = 0; in efx_ptp_get_timestamp_corrections()
1868 ptp->ts_corrections.ptp_rx); in ptp_event_rx()
/linux/drivers/net/ethernet/sfc/
H A Dptp.c320 s32 ptp_rx; member
734 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
752 efx->ptp_data->ts_corrections.ptp_rx; in efx_ptp_get_timestamp_corrections()
756 efx->ptp_data->ts_corrections.ptp_rx = 0; in efx_ptp_get_timestamp_corrections()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c2993 if (MLX5E_GET_PFLAG(&chs->params, MLX5E_PFLAG_TX_PORT_TS) || chs->params.ptp_rx) { in mlx5e_open_channels()
4794 static int mlx5e_hwstamp_config_ptp_rx(struct mlx5e_priv *priv, bool ptp_rx) in mlx5e_hwstamp_config_ptp_rx() argument
4798 if (ptp_rx == priv->channels.params.ptp_rx) in mlx5e_hwstamp_config_ptp_rx()
4802 new_params.ptp_rx = ptp_rx; in mlx5e_hwstamp_config_ptp_rx()
4804 &new_params.ptp_rx, true); in mlx5e_hwstamp_config_ptp_rx()
4812 bool ptp_rx; in mlx5e_hwtstamp_set() local
4837 ptp_rx = false; in mlx5e_hwtstamp_set()
4858 ptp_rx = rx_cqe_compress_def; in mlx5e_hwtstamp_set()
4869 err = mlx5e_hwstamp_config_ptp_rx(priv, ptp_rx); in mlx5e_hwtstamp_set()
5684 chs->params.ptp_rx || in mlx5e_queue_mem_alloc()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c149 vsi->rx_rings[i]->ptp_rx = on; in ice_set_rx_tstamp()