Home
last modified time | relevance | path

Searched refs:yellow_pkt_drop (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_bpf.c154 (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() local
897 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 …]
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c765 uint8_t yellow_pkt_pass, yellow_octs_pass, yellow_pkt_drop; in cnxk_nix_mtr_stats_read() local
806 yellow_pkt_drop = in cnxk_nix_mtr_stats_read()
835 bpf_stats[yellow_pkt_drop] + in cnxk_nix_mtr_stats_read()
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h974 uint64_t yellow_pkt_drop : 48; member