Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vdpa/vdpa_sim/
Dvdpa_sim_net.c60 struct vdpasim_cq_stats cq_stats; member
189 u64_stats_update_begin(&net->cq_stats.syncp); in vdpasim_handle_cvq()
190 net->cq_stats.requests += requests; in vdpasim_handle_cvq()
191 net->cq_stats.errors += errors; in vdpasim_handle_cvq()
192 net->cq_stats.successes += successes; in vdpasim_handle_cvq()
193 u64_stats_update_end(&net->cq_stats.syncp); in vdpasim_handle_cvq()
376 start = u64_stats_fetch_begin(&net->cq_stats.syncp); in vdpasim_net_get_stats()
377 cq_requests = net->cq_stats.requests; in vdpasim_net_get_stats()
378 cq_successes = net->cq_stats.successes; in vdpasim_net_get_stats()
379 cq_errors = net->cq_stats.errors; in vdpasim_net_get_stats()
[all …]
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.h35 struct mlx5e_ptp_cq_stats *cq_stats; member
144 struct mlx5e_ptp_cq_stats *cq_stats);
Dptp.c84 struct mlx5e_ptp_cq_stats *cq_stats) in mlx5e_skb_cb_hwtstamp_tx() argument
94 cq_stats->abort++; in mlx5e_skb_cb_hwtstamp_tx()
95 cq_stats->abort_abs_diff_ns += diff; in mlx5e_skb_cb_hwtstamp_tx()
105 struct mlx5e_ptp_cq_stats *cq_stats) in mlx5e_skb_cb_hwtstamp_handler() argument
123 mlx5e_skb_cb_hwtstamp_tx(skb, cq_stats); in mlx5e_skb_cb_hwtstamp_handler()
196 ptpsq->cq_stats->late_cqe++; in mlx5e_ptp_handle_ts_cqe()
202 ptpsq->cq_stats->err_cqe++; in mlx5e_ptp_handle_ts_cqe()
208 hwtstamp, ptpsq->cq_stats); in mlx5e_ptp_handle_ts_cqe()
209 ptpsq->cq_stats->cqe++; in mlx5e_ptp_handle_ts_cqe()
569 ptpsq->cq_stats = &c->priv->ptp_stats.cq[tc]; in mlx5e_ptp_open_tx_cqs()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c753 hwts.hwtstamp, sq->ptpsq->cq_stats); in mlx5e_consume_skb()