Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/vdpa/vdpa_sim/
A Dvdpa_sim_net.c61 struct vdpasim_cq_stats cq_stats; member
188 u64_stats_update_begin(&net->cq_stats.syncp); in vdpasim_handle_cvq()
189 net->cq_stats.requests += requests; in vdpasim_handle_cvq()
190 net->cq_stats.errors += errors; in vdpasim_handle_cvq()
191 net->cq_stats.successes += successes; in vdpasim_handle_cvq()
192 u64_stats_update_end(&net->cq_stats.syncp); in vdpasim_handle_cvq()
377 start = u64_stats_fetch_begin(&net->cq_stats.syncp); in vdpasim_net_get_stats()
378 cq_requests = net->cq_stats.requests; in vdpasim_net_get_stats()
379 cq_successes = net->cq_stats.successes; in vdpasim_net_get_stats()
380 cq_errors = net->cq_stats.errors; in vdpasim_net_get_stats()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A 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()
106 ptpsq->cq_stats->resync_event++; in mlx5e_ptp_skb_fifo_ts_cqe_resync()
112 ptpsq->cq_stats->resync_cqe++; in mlx5e_ptp_skb_fifo_ts_cqe_resync()
130 ptpsq->cq_stats->err_cqe++; in mlx5e_ptp_handle_ts_cqe()
137 ptpsq->cq_stats->ooo_cqe_drop++; in mlx5e_ptp_handle_ts_cqe()
146 hwtstamp, ptpsq->cq_stats); in mlx5e_ptp_handle_ts_cqe()
[all …]
A Dptp.h20 struct mlx5e_ptp_cq_stats *cq_stats; member
99 struct mlx5e_ptp_cq_stats *cq_stats);
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tx.c745 hwts.hwtstamp, sq->ptpsq->cq_stats); in mlx5e_consume_skb()

Completed in 10 milliseconds