Home
last modified time | relevance | path

Searched refs:pkt_mode (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_ops.c92 if (!profile->pkt_mode) in nix_tm_adjust_shaper_pps_rate()
169 if (profile->pkt_mode && profile->pkt_len_adj) in nix_tm_shaper_profile_add()
202 profile->pkt_len_adj, profile->pkt_mode); in nix_tm_shaper_profile_add()
232 profile->pkt_mode = roc_profile->pkt_mode; in roc_nix_tm_shaper_profile_add()
291 node->pkt_mode = roc_node->pkt_mode; in roc_nix_tm_node_add()
301 bool pkt_mode) in roc_nix_tm_node_pkt_mode_update() argument
312 if (node->pkt_mode == pkt_mode) { in roc_nix_tm_node_pkt_mode_update()
334 node->pkt_mode = pkt_mode; in roc_nix_tm_node_pkt_mode_update()
776 if (profile && profile->pkt_mode != node->pkt_mode) in roc_nix_tm_node_shaper_update()
H A Droc_nix_tm_utils.c720 if (profile && node->pkt_mode) in nix_tm_shaper_reg_prep()
732 node->pkt_mode, node); in nix_tm_shaper_reg_prep()
752 (uint64_t)node->pkt_mode << 24); in nix_tm_shaper_reg_prep()
772 (uint64_t)node->pkt_mode << 24); in nix_tm_shaper_reg_prep()
792 (uint64_t)node->pkt_mode << 24); in nix_tm_shaper_reg_prep()
813 (uint64_t)node->pkt_mode << 24); in nix_tm_shaper_reg_prep()
827 regval[k] = (adjust | (uint64_t)node->pkt_mode << 24); in nix_tm_shaper_reg_prep()
H A Droc_nix_priv.h90 uint32_t pkt_mode : 1; member
111 bool pkt_mode; member
H A Droc_nix.h536 bool pkt_mode; member
552 bool pkt_mode; member
606 uint32_t node_id, bool pkt_mode);
H A Droc_nix_tm.c251 if (profile && profile->pkt_mode != node->pkt_mode) in nix_tm_node_add()
/dpdk/drivers/net/cnxk/
H A Dcnxk_tm.c301 profile->profile.pkt_mode = params->packet_mode; in cnxk_nix_tm_shaper_profile_add()
388 ((profile && profile->pkt_mode) || in cnxk_nix_tm_node_add()
392 node->nix_node.pkt_mode = 1; in cnxk_nix_tm_node_add()
/dpdk/app/test-pmd/
H A Dcmdline_tm.c830 int pkt_mode; member
887 pkt_mode, RTE_UINT32);
912 sp.packet_mode = res->pkt_mode; in cmd_add_port_tm_node_shaper_profile_parsed()