Searched refs:mlx5e_ptp_cq_stats (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.h | 20 struct mlx5e_ptp_cq_stats *cq_stats; 99 struct mlx5e_ptp_cq_stats *cq_stats);
|
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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 2118 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, cqe) }, 2119 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, err_cqe) }, 2120 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, abort) }, 2121 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, abort_abs_diff_ns) }, 2122 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, resync_cqe) }, 2123 { MLX5E_DECLARE_PTP_CQ_STAT(struct mlx5e_ptp_cq_stats, resync_event) },
|
D | en_stats.h | 455 struct mlx5e_ptp_cq_stats { struct
|
D | en.h | 842 struct mlx5e_ptp_cq_stats cq[MLX5E_MAX_NUM_TC];
|