Searched refs:yellow_pkt_drop (Results 1 – 3 of 3) sorted by relevance
154 (uint64_t)bpf->yellow_pkt_drop); in nix_lf_bpf_dump()858 uint8_t yellow_pkt_pass, yellow_octs_pass, yellow_pkt_drop; in roc_nix_bpf_stats_read() local897 yellow_pkt_drop = in roc_nix_bpf_stats_read()928 if (yellow_pkt_drop != ROC_NIX_BPF_STATS_MAX) in roc_nix_bpf_stats_read()929 stats[yellow_pkt_drop] = rsp->prof.yellow_pkt_drop; in roc_nix_bpf_stats_read()1000 aq->prof.yellow_pkt_drop = 0; in roc_nix_bpf_stats_reset()1001 aq->prof_mask.yellow_pkt_drop = in roc_nix_bpf_stats_reset()1002 ~(aq->prof_mask.yellow_pkt_drop); in roc_nix_bpf_stats_reset()1051 yellow_pkt_drop = in roc_nix_bpf_lf_stats_read()1094 if (yellow_pkt_drop != 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() local806 yellow_pkt_drop = in cnxk_nix_mtr_stats_read()835 bpf_stats[yellow_pkt_drop] + in cnxk_nix_mtr_stats_read()
974 uint64_t yellow_pkt_drop : 48; member