Searched refs:cq_stats (Results 1 – 5 of 5) sorted by relevance
60 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 in vdpasim_net_get_stats() [all...]
85 struct mlx5e_ptp_cq_stats *cq_stats) in mlx5e_skb_cb_hwtstamp_tx() argument 95 cq_stats->abort++; in mlx5e_skb_cb_hwtstamp_tx() 96 cq_stats->abort_abs_diff_ns += diff; in mlx5e_skb_cb_hwtstamp_tx() 106 struct mlx5e_ptp_cq_stats *cq_stats) in mlx5e_skb_cb_hwtstamp_handler() argument 124 mlx5e_skb_cb_hwtstamp_tx(skb, cq_stats); in mlx5e_skb_cb_hwtstamp_handler() 173 ptpsq->cq_stats->lost_cqe++; in mlx5e_ptpsq_mark_ts_cqes_undelivered() 200 ptpsq->cq_stats->late_cqe++; in mlx5e_ptp_handle_ts_cqe() 206 ptpsq->cq_stats->err_cqe++; in mlx5e_ptp_handle_ts_cqe() 212 hwtstamp, ptpsq->cq_stats); in mlx5e_ptp_handle_ts_cqe() 213 ptpsq->cq_stats in mlx5e_ptp_handle_ts_cqe() [all...]
35 struct mlx5e_ptp_cq_stats *cq_stats; member 150 struct mlx5e_ptp_cq_stats *cq_stats);
752 hwts.hwtstamp, sq->ptpsq->cq_stats); in mlx5e_consume_skb()
1189 ptp->ptpsq[i].cq_stats; in mlx5e_stats_ts_get()