Home
last modified time | relevance | path

Searched refs:cq_stats (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.h19 struct mlx5e_ptp_cq_stats *cq_stats; member
87 struct mlx5e_ptp_cq_stats *cq_stats);
Dptp.c39 struct mlx5e_ptp_cq_stats *cq_stats) in mlx5e_skb_cb_hwtstamp_tx() argument
49 cq_stats->abort++; in mlx5e_skb_cb_hwtstamp_tx()
50 cq_stats->abort_abs_diff_ns += diff; in mlx5e_skb_cb_hwtstamp_tx()
60 struct mlx5e_ptp_cq_stats *cq_stats) in mlx5e_skb_cb_hwtstamp_handler() argument
78 mlx5e_skb_cb_hwtstamp_tx(skb, cq_stats); in mlx5e_skb_cb_hwtstamp_handler()
91 ptpsq->cq_stats->err_cqe++; in mlx5e_ptp_handle_ts_cqe()
97 hwtstamp, ptpsq->cq_stats); in mlx5e_ptp_handle_ts_cqe()
98 ptpsq->cq_stats->cqe++; in mlx5e_ptp_handle_ts_cqe()
395 ptpsq->cq_stats = &c->priv->ptp_stats.cq[tc]; in mlx5e_ptp_open_tx_cqs()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c739 hwts.hwtstamp, sq->ptpsq->cq_stats); in mlx5e_consume_skb()