Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_ops.c280 roc_nix_tm_node_add(struct roc_nix *roc_nix, struct roc_nix_tm_node *roc_node) in roc_nix_tm_node_add() argument
284 node = (struct nix_tm_node *)&roc_node->reserved; in roc_nix_tm_node_add()
285 node->id = roc_node->id; in roc_nix_tm_node_add()
286 node->priority = roc_node->priority; in roc_nix_tm_node_add()
287 node->weight = roc_node->weight; in roc_nix_tm_node_add()
288 node->lvl = roc_node->lvl; in roc_nix_tm_node_add()
289 node->parent_id = roc_node->parent_id; in roc_nix_tm_node_add()
290 node->shaper_profile_id = roc_node->shaper_profile_id; in roc_nix_tm_node_add()
291 node->pkt_mode = roc_node->pkt_mode; in roc_nix_tm_node_add()
292 node->pkt_mode_set = roc_node->pkt_mode_set; in roc_nix_tm_node_add()
[all …]
H A Dcnxk_telemetry_nix.c26 struct nix_tel_node *node, *roc_node = NULL; in nix_tel_node_get() local
30 roc_node = node; in nix_tel_node_get()
35 return roc_node; in nix_tel_node_get()
89 struct nix_tel_node *node, *roc_node = NULL; in nix_tel_node_get_by_pcidev_name() local
94 roc_node = node; in nix_tel_node_get_by_pcidev_name()
99 return roc_node; in nix_tel_node_get_by_pcidev_name()
H A Droc_nix.h591 struct roc_nix_tm_node *roc_node);