Searched refs:cq_stats (Results 1 – 2 of 2) sorted by relevance
60 struct vdpasim_cq_stats cq_stats; member189 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 …]
1189 ptp->ptpsq[i].cq_stats; in mlx5e_stats_ts_get()