Searched refs:cnts (Results 1 – 10 of 10) sorted by relevance
124 vp9_ctx->cnts.skip = &cnts->mbskip_count; in init_v4l2_vp9_count_tbl()126 vp9_ctx->cnts.tx32p = &cnts->tx32x32_count; in init_v4l2_vp9_count_tbl()133 vp9_ctx->cnts.tx8p = &cnts->tx8x8_count; in init_v4l2_vp9_count_tbl()135 vp9_ctx->cnts.y_mode = &cnts->sb_ymode_counts; in init_v4l2_vp9_count_tbl()136 vp9_ctx->cnts.uv_mode = &cnts->uv_mode_counts; in init_v4l2_vp9_count_tbl()137 vp9_ctx->cnts.comp = &cnts->comp_inter_count; in init_v4l2_vp9_count_tbl()138 vp9_ctx->cnts.comp_ref = &cnts->comp_ref_count; in init_v4l2_vp9_count_tbl()142 vp9_ctx->cnts.sign = &cnts->mv_counts.sign; in init_v4l2_vp9_count_tbl()145 vp9_ctx->cnts.bits = &cnts->mv_counts.bits; in init_v4l2_vp9_count_tbl()147 vp9_ctx->cnts.fp = &cnts->mv_counts.fp; in init_v4l2_vp9_count_tbl()[all …]
243 struct v4l2_vp9_frame_symbol_counts cnts; member
961 counts = &vp9_ctx->cnts; in hantro_g2_vp9_dec_done()
238 &dev->port[1].cnts : &dev->port[port_num - 1].cnts; in get_counters()254 return cnts->set_id; in mlx5_ib_get_counters_id()263 num_hw_counters = cnts->num_q_counters + cnts->num_cong_counters + in do_alloc_stats()282 const struct mlx5_ib_counters *cnts = &dev->port[0].cnts; in mlx5_ib_alloc_hw_device_stats() local324 int offset = cnts->num_q_counters + cnts->num_cong_counters; in mlx5_ib_query_ext_ppcnt_counters()538 num_hw_counters = cnts->num_q_counters + cnts->num_cong_counters + in do_get_op_stats()559 num_hw_counters = cnts->num_q_counters + cnts->num_cong_counters + in mlx5_ib_get_hw_stats()863 if (!cnts->descs) in __mlx5_ib_alloc_counters()868 if (!cnts->offsets) in __mlx5_ib_alloc_counters()1159 cnts = &dev->port[port - 1].cnts; in mlx5_ib_modify_stat()[all …]
1406 struct mlx5_ib_counters *cnts; in mlx5r_fs_bind_op_fc() local1412 cnts = &dev->port[port - 1].cnts; in mlx5r_fs_bind_op_fc()1415 opfc = &cnts->opfcs[i]; in mlx5r_fs_bind_op_fc()
929 struct mlx5_ib_counters cnts; member
27 struct counter_count cnts; member216 priv->cnts.name = "Channel 0 Count"; in interrupt_cnt_probe()217 priv->cnts.functions_list = interrupt_cnt_functions; in interrupt_cnt_probe()218 priv->cnts.num_functions = ARRAY_SIZE(interrupt_cnt_functions); in interrupt_cnt_probe()219 priv->cnts.synapses = &priv->synapses; in interrupt_cnt_probe()220 priv->cnts.num_synapses = 1; in interrupt_cnt_probe()221 priv->cnts.ext = interrupt_cnt_ext; in interrupt_cnt_probe()222 priv->cnts.num_ext = ARRAY_SIZE(interrupt_cnt_ext); in interrupt_cnt_probe()227 counter->counts = &priv->cnts; in interrupt_cnt_probe()
802 struct gve_rx_cnts *cnts) in gve_rx() argument827 cnts->desc_err_pkt_cnt++; in gve_rx()926 cnts->ok_pkt_bytes += ctx->total_size; in gve_rx()927 cnts->ok_pkt_cnt++; in gve_rx()931 cnts->total_pkt_cnt++; in gve_rx()932 cnts->cont_pkt_cnt += (ctx->frag_cnt > 1); in gve_rx()1011 struct gve_rx_cnts cnts = {0}; in gve_clean_rx_done() local1024 gve_rx(rx, feat, desc, idx, &cnts); in gve_clean_rx_done()1049 rx->rpackets += cnts.ok_pkt_cnt; in gve_clean_rx_done()1050 rx->rbytes += cnts.ok_pkt_bytes; in gve_clean_rx_done()[all …]
335 int cnts[TURRIS_MOX_MODULE_LAST]; in moxtet_find_topology() local338 memset(cnts, 0, sizeof(cnts)); in moxtet_find_topology()371 if (moxtet_set_irq(moxtet, i-1, id, cnts[id]++) < 0) in moxtet_find_topology()
1455 const struct vsc73xx_counter *cnts; in vsc73xx_find_counter() local1460 cnts = vsc73xx_tx_counters; in vsc73xx_find_counter()1463 cnts = vsc73xx_rx_counters; in vsc73xx_find_counter()1470 cnt = &cnts[i]; in vsc73xx_find_counter()
Completed in 813 milliseconds