Searched refs:mlx5e_ptp_cq_stats (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | ptp.h | 20 struct mlx5e_ptp_cq_stats *cq_stats; 99 struct mlx5e_ptp_cq_stats *cq_stats);
|
A D | ptp.c | 39 struct mlx5e_ptp_cq_stats *cq_stats) in mlx5e_skb_cb_hwtstamp_tx() 60 struct mlx5e_ptp_cq_stats *cq_stats) in mlx5e_skb_cb_hwtstamp_handler()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_stats.c | 2135 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, cqe) }, 2136 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, err_cqe) }, 2137 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, abort) }, 2138 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, abort_abs_diff_ns) }, 2139 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, resync_cqe) }, 2140 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, resync_event) }, 2141 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, ooo_cqe_drop) },
|
A D | en_stats.h | 457 struct mlx5e_ptp_cq_stats { struct
|
A D | en.h | 846 struct mlx5e_ptp_cq_stats cq[MLX5E_MAX_NUM_TC];
|
Completed in 19 milliseconds