Home
last modified time | relevance | path

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

/linux/drivers/vdpa/vdpa_sim/
H A 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/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.c97 ptpsq->cq_stats->abort++; in mlx5e_skb_cb_hwtstamp_tx()
98 ptpsq->cq_stats->abort_abs_diff_ns += diff; in mlx5e_skb_cb_hwtstamp_tx()
182 ptpsq->cq_stats->lost_cqe++; in mlx5e_ptpsq_mark_ts_cqes_undelivered()
209 ptpsq->cq_stats->late_cqe++; in mlx5e_ptp_handle_ts_cqe()
215 ptpsq->cq_stats->err_cqe++; in mlx5e_ptp_handle_ts_cqe()
222 ptpsq->cq_stats->cqe++; in mlx5e_ptp_handle_ts_cqe()
596 ptpsq->cq_stats = &c->priv->ptp_stats.cq[tc]; in mlx5e_ptp_open_tx_cqs()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c1189 ptp->ptpsq[i].cq_stats; in mlx5e_stats_ts_get()