Home
last modified time | relevance | path

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

/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c182 uint8_t lvl_mask = ROC_NIX_BPF_LEVEL_F_LEAF | ROC_NIX_BPF_LEVEL_F_MID | in cnxk_nix_mtr_capabilities_get() local
197 rc = roc_nix_bpf_count_get(nix, lvl_mask, count); in cnxk_nix_mtr_capabilities_get()
1168 uint8_t lvl_mask; in nix_mtr_configure() local
1182 lvl_mask = ROC_NIX_BPF_LEVEL_F_LEAF; in nix_mtr_configure()
1197 lvl_mask |= ROC_NIX_BPF_LEVEL_F_MID; in nix_mtr_configure()
1214 lvl_mask |= ROC_NIX_BPF_LEVEL_F_TOP; in nix_mtr_configure()
1221 rc = roc_nix_bpf_alloc(nix, lvl_mask, per_lvl_cnt, profs); in nix_mtr_configure()
/dpdk/drivers/common/cnxk/
H A Droc_nix_bpf.c338 roc_nix_bpf_count_get(struct roc_nix *roc_nix, uint8_t lvl_mask, in roc_nix_bpf_count_get() argument
341 uint8_t mask = lvl_mask & NIX_BPF_LEVEL_F_MASK; in roc_nix_bpf_count_get()
380 roc_nix_bpf_alloc(struct roc_nix *roc_nix, uint8_t lvl_mask, in roc_nix_bpf_alloc() argument
384 uint8_t mask = lvl_mask & NIX_BPF_LEVEL_F_MASK; in roc_nix_bpf_alloc()
H A Droc_nix.h677 roc_nix_bpf_count_get(struct roc_nix *roc_nix, uint8_t lvl_mask,
680 int __roc_api roc_nix_bpf_alloc(struct roc_nix *roc_nix, uint8_t lvl_mask,