| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_flow.c | 182 count->hits = 0; in bond_flow_query_count() 194 count->hits += slave_count.hits; in bond_flow_query_count() 196 slave_count.hits = 0; in bond_flow_query_count()
|
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_fc_mgr.c | 344 qcount->hits = FLOW_CNTR_PKTS(stats, dparms); in ulp_fc_tf_flow_stat_get() 345 if (qcount->hits) in ulp_fc_tf_flow_stat_get() 746 count->hits = sw_acc_tbl_entry->pkt_count; in ulp_fc_mgr_query_count_get() 759 &count->hits, &count->bytes, in ulp_fc_mgr_query_count_get() 761 if (count->hits) in ulp_fc_mgr_query_count_get()
|
| /dpdk/lib/hash/ |
| H A D | rte_cuckoo_hash.c | 1906 uint64_t hits = 0; in __bulk_lookup_l() local 1973 hits |= 1ULL << i; in __bulk_lookup_l() 2002 hits |= 1ULL << i; in __bulk_lookup_l() 2015 *hit_mask = hits; in __bulk_lookup_l() 2034 hits |= 1ULL << i; in __bulk_lookup_l() 2043 *hit_mask = hits; in __bulk_lookup_l() 2053 uint64_t hits = 0; in __bulk_lookup_lf() local 2133 hits |= 1ULL << i; in __bulk_lookup_lf() 2166 hits |= 1ULL << i; in __bulk_lookup_lf() 2179 *hit_mask = hits; in __bulk_lookup_lf() [all …]
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_flow.h | 15 uint64_t hits; /* Number of packets matched by the rule. */ member
|
| H A D | hns3_flow.c | 196 cnt->hits = 0; in hns3_counter_new() 229 qc->hits = value; in hns3_counter_query() 279 cnt_ptr->hits = 0; in hns3_counter_flush()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae_counter.c | 966 data->hits = value.pkts - p->reset.pkts; in sfc_mae_counter_get() 969 data->hits += ft->group_hit_counter; in sfc_mae_counter_get() 970 non_reset_jump_hit_counter = data->hits; in sfc_mae_counter_get() 971 data->hits -= ft->reset_jump_hit_counter; in sfc_mae_counter_get()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 276 cnt->hits = 0; in flow_verbs_counter_new() 356 qc->hits = counters[0] - cnt->hits; in flow_verbs_counter_query() 359 cnt->hits = counters[0]; in flow_verbs_counter_query()
|
| H A D | mlx5.h | 417 uint64_t hits; member 463 uint64_t hits; /**< Reset value of hits packets. */ member
|
| H A D | mlx5_flow.c | 9001 if (cur->data[i].hits != prev->data[i].hits) { in mlx5_flow_aging_check() 9270 type, id, count->hits, count->bytes); in save_dump_file() 9358 &count.hits, &count.bytes, &action)) && action) { in mlx5_flow_dev_dump_ipool() 9502 if ((!mlx5_counter_query(dev, j, false, &count.hits, in mlx5_flow_dev_dump_sh_all()
|
| H A D | mlx5_flow_dv.c | 6027 *pkts = rte_be_to_cpu_64(pool->raw->data[offset].hits); in _flow_dv_query_count() 6232 if (_flow_dv_query_count(dev, cnt_idx, &cnt_free->hits, in flow_dv_counter_alloc() 16126 qc->hits = pkts - cnt->hits; in flow_dv_query_count() 16129 cnt->hits = pkts; in flow_dv_query_count() 17737 *pkts = inn_pkts - cnt->hits; in flow_dv_counter_query() 17740 cnt->hits = inn_pkts; in flow_dv_counter_query()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_flow.c | 406 rc = roc_npc_mcam_read_counter(npc, in_flow->ctr_id, &query->hits); in cnxk_flow_query()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.h | 383 uint64_t hits; member
|
| H A D | ice_fdir_filter.c | 1595 flow_stats->hits = hits_lo | (hits_hi << 32); in ice_fdir_query_count()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vm_power_management.rst | 129 doing this is to monitor the ratio of the branch miss to branch hits 132 branch misses to branch hits is very low, but when the core is 412 to branch hits. A tightly-polling PMD thread has a very low 867 between branch hits and misses on a core
|
| /dpdk/app/test/ |
| H A D | test_flow_classify.c | 186 .hits = 0,
|
| /dpdk/examples/flow_classify/ |
| H A D | flow_classify.c | 173 .hits = 0,
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.h | 2991 uint64_t hits; /**< Number of hits for this rule [out]. */ member
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_flow.c | 1308 ret = __cxgbe_flow_query(flow, &c->hits, &c->bytes); in cxgbe_flow_query()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_flow.c | 2280 flow_stats->hits = stats.n_packets; in pmd_flow_query()
|
| /dpdk/app/test-pmd/ |
| H A D | config.c | 1998 query.count.hits, in port_action_handle_query() 3121 query.count.hits, in port_flow_query()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 1985 | ``hits_set`` | out | ``hits`` field is set | 1989 | ``hits`` | out | number of hits for this rule |
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 2926 query->hits = args[0]; in enic_fm_flow_query_count()
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4564 hits_set: [...] # whether "hits" contains a valid value 4566 hits: [...] # number of packets 4578 hits: 386446
|