Searched refs:ptp_rx (Results 1 – 11 of 11) sorted by relevance
71 struct aq_ring_s ptp_rx; member695 &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()706 sw_tail_old = aq_ptp->ptp_rx.sw_tail; in aq_ptp_poll()712 &aq_ptp->ptp_rx, in aq_ptp_poll()864 &aq_ptp->ptp_rx, in aq_ptp_ring_init()873 &aq_ptp->ptp_rx, in aq_ptp_ring_init()894 aq_ring_rx_deinit(&aq_ptp->ptp_rx); in aq_ptp_ring_init()949 aq_ring_rx_deinit(&aq_ptp->ptp_rx); in aq_ptp_ring_deinit()1006 aq_ring_free(&aq_ptp->ptp_rx); in aq_ptp_ring_alloc()[all …]
701 if (!(pf->flags & I40E_FLAG_PTP) || !pf->ptp_rx) in i40e_ptp_rx_hang()839 if (!(pf->flags & I40E_FLAG_PTP) || !pf->ptp_rx) in i40e_ptp_rx_hwtstamp()1225 pf->ptp_rx = false; in i40e_ptp_set_timestamp_mode()1238 pf->ptp_rx = true; in i40e_ptp_set_timestamp_mode()1256 pf->ptp_rx = true; in i40e_ptp_set_timestamp_mode()1566 pf->ptp_rx = false; in i40e_ptp_stop()
740 bool ptp_rx; member
316 s32 ptp_rx; member747 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()1886 ptp->ts_corrections.ptp_rx); in ptp_event_rx()
195 if (rx_ring->ptp_rx) in ice_process_skb_fields()
298 u8 ptp_rx; member
304 vsi->rx_rings[i]->ptp_rx = on; in ice_set_rx_tstamp()
2332 if (MLX5E_GET_PFLAG(&chs->params, MLX5E_PFLAG_TX_PORT_TS) || chs->params.ptp_rx) { in mlx5e_open_channels()3987 static int mlx5e_hwstamp_config_ptp_rx(struct mlx5e_priv *priv, bool ptp_rx) in mlx5e_hwstamp_config_ptp_rx() argument3991 if (ptp_rx == priv->channels.params.ptp_rx) in mlx5e_hwstamp_config_ptp_rx()3995 new_params.ptp_rx = ptp_rx; in mlx5e_hwstamp_config_ptp_rx()3997 &new_params.ptp_rx, true); in mlx5e_hwstamp_config_ptp_rx()4004 bool ptp_rx; in mlx5e_hwstamp_set() local4029 ptp_rx = false; in mlx5e_hwstamp_set()4050 ptp_rx = rx_cqe_compress_def; in mlx5e_hwstamp_set()4061 err = mlx5e_hwstamp_config_ptp_rx(priv, ptp_rx); in mlx5e_hwstamp_set()
1911 new_params.ptp_rx = new_val; in mlx5e_modify_rx_cqe_compression_locked()1913 if (new_params.ptp_rx == priv->channels.params.ptp_rx) in mlx5e_modify_rx_cqe_compression_locked()1917 &new_params.ptp_rx, true); in mlx5e_modify_rx_cqe_compression_locked()
315 bool ptp_rx; member
587 if (params->ptp_rx) in mlx5e_ptp_set_state()
Completed in 46 milliseconds