Searched refs:yellow_pkt_pass (Results 1 – 3 of 3) sorted by relevance
142 (uint64_t)bpf->yellow_pkt_pass); in nix_lf_bpf_dump()858 uint8_t yellow_pkt_pass, yellow_octs_pass, yellow_pkt_drop; in roc_nix_bpf_stats_read() local893 yellow_pkt_pass = in roc_nix_bpf_stats_read()922 if (yellow_pkt_pass != ROC_NIX_BPF_STATS_MAX) in roc_nix_bpf_stats_read()923 stats[yellow_pkt_pass] = rsp->prof.yellow_pkt_pass; in roc_nix_bpf_stats_read()990 aq->prof.yellow_pkt_pass = 0; in roc_nix_bpf_stats_reset()991 aq->prof_mask.yellow_pkt_pass = in roc_nix_bpf_stats_reset()992 ~(aq->prof_mask.yellow_pkt_pass); in roc_nix_bpf_stats_reset()1047 yellow_pkt_pass = in roc_nix_bpf_lf_stats_read()1084 if (yellow_pkt_pass != ROC_NIX_BPF_STATS_MAX) { in roc_nix_bpf_lf_stats_read()[all …]
765 uint8_t yellow_pkt_pass, yellow_octs_pass, yellow_pkt_drop; in cnxk_nix_mtr_stats_read() local802 yellow_pkt_pass = in cnxk_nix_mtr_stats_read()819 stats->n_pkts[RTE_COLOR_YELLOW] = bpf_stats[yellow_pkt_pass]; in cnxk_nix_mtr_stats_read()
962 uint64_t yellow_pkt_pass : 48; member