Home
last modified time | relevance | path

Searched defs:lvl (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_utils.c31 nix_tm_lvl2nix_tl1_root(uint32_t lvl) in nix_tm_lvl2nix_tl1_root()
50 nix_tm_lvl2nix_tl2_root(uint32_t lvl) in nix_tm_lvl2nix_tl2_root()
67 nix_tm_lvl2nix(struct nix *nix, uint32_t lvl) in nix_tm_lvl2nix()
420 nix_tm_validate_prio(struct nix *nix, uint32_t lvl, uint32_t parent_id, in nix_tm_validate_prio()
1217 roc_nix_tm_max_prio(struct roc_nix *roc_nix, int lvl) in roc_nix_tm_max_prio()
1226 roc_nix_tm_lvl_is_leaf(struct roc_nix *roc_nix, int lvl) in roc_nix_tm_lvl_is_leaf()
1261 roc_nix_tm_lvl_have_link_access(struct roc_nix *roc_nix, int lvl) in roc_nix_tm_lvl_have_link_access()
H A Droc_nix_tm.c193 uint32_t node_id, parent_id, lvl; in nix_tm_node_add() local
1213 uint8_t lvl; in nix_tm_copy_rsp_to_nix() local
1313 uint8_t leaf_lvl, lvl, lvl_end; in nix_tm_prepare_default_tree() local
1382 uint8_t leaf_lvl, lvl, lvl_end; in roc_nix_tm_prepare_rate_limited_tree() local
1474 uint8_t leaf_lvl, lvl, lvl_end; in roc_nix_tm_pfc_prepare_tree() local
H A Droc_nix_priv.h72 uint16_t lvl; member
319 nix_tm_is_leaf(struct nix *nix, int lvl) in nix_tm_is_leaf()
H A Droc_nix_tm_ops.c701 roc_nix_tm_prealloc_res(struct roc_nix *roc_nix, uint8_t lvl, in roc_nix_tm_prealloc_res()
H A Droc_nix.h535 uint16_t lvl; member
H A Droc_mbox.h945 uint8_t __io lvl; /* SMQ/MDQ/TL4/TL3/TL2/TL1 */ member
/dpdk/lib/ip_frag/
H A Dip_frag_common.h13 #define IP_FRAG_LOG(lvl, fmt, args...) RTE_LOG(lvl, USER1, fmt, ##args) argument
15 #define IP_FRAG_LOG(lvl, fmt, args...) do {} while(0) argument
/dpdk/lib/bpf/
H A Dbpf_impl.h29 #define RTE_BPF_LOG(lvl, fmt, args...) \ argument
/dpdk/drivers/net/cnxk/
H A Dcnxk_tm.c107 cnxk_nix_tm_level_capa_get(struct rte_eth_dev *eth_dev, uint32_t lvl, in cnxk_nix_tm_level_capa_get()
209 int rc, n_lvl, lvl; in cnxk_nix_tm_node_capa_get() local
338 uint32_t weight, uint32_t lvl, in cnxk_nix_tm_node_add()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_tf_common.h14 #define BNXT_TF_DBG(lvl, fmt, args...) PMD_DRV_LOG(lvl, fmt, ## args) argument
/dpdk/drivers/net/enic/
H A Denic_fm_flow.c413 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_eth() local
438 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_vlan() local
493 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_ipv4() local
521 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_ipv6() local
549 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_udp() local
577 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_tcp() local
605 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_sctp() local
955 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_raw() local
/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c248 int bnxt_rte_to_hwrm_hash_level(struct bnxt *bp, uint64_t hash_f, uint32_t lvl) in bnxt_rte_to_hwrm_hash_level()
H A Dbnxt_rxq.c178 uint32_t lvl = RTE_ETH_RSS_LEVEL(rss->rss_hf); in bnxt_mq_rx_configure() local
/dpdk/lib/timer/
H A Drte_timer.c352 unsigned lvl = priv_timer[tim_lcore].curr_skiplist_depth; in timer_get_prev_entries() local
395 unsigned lvl; in timer_add() local
/dpdk/drivers/net/bonding/
H A Deth_bond_private.h38 #define RTE_BOND_LOG(lvl, msg, ...) \ argument
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_common.c379 int lvl = TF_PT_LVL_0; in tf_em_size_page_tbl_lvl() local
/dpdk/app/test-acl/
H A Dmain.c346 #define dump_verbose(lvl, fh, fmt, args...) do { \ argument