Home
last modified time | relevance | path

Searched refs:pkt_length_adjust (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c306 if (params->pkt_length_adjust > DPAA2_PKT_ADJUST_LEN_MAX || in dpaa2_shaper_profile_add()
307 params->pkt_length_adjust < DPAA2_PKT_ADJUST_LEN_MIN) in dpaa2_shaper_profile_add()
740 param |= node->profile->params.pkt_length_adjust << 16; in dpaa2_hierarchy_commit()
/dpdk/lib/ethdev/
H A Drte_tm.h1057 int32_t pkt_length_adjust; member
/dpdk/drivers/net/cnxk/
H A Dcnxk_tm.c300 profile->profile.pkt_len_adj = params->pkt_length_adjust; in cnxk_nix_tm_shaper_profile_add()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c251 if (profile->pkt_length_adjust) { in ixgbe_shaper_profile_param_check()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_tm.c243 if (profile->pkt_length_adjust) { in txgbe_shaper_profile_param_check()
/dpdk/drivers/net/ice/
H A Dice_dcf_sched.c480 if (profile->pkt_length_adjust) { in ice_dcf_shaper_profile_param_check()
/dpdk/drivers/net/iavf/
H A Diavf_tm.c506 if (profile->pkt_length_adjust) { in iavf_shaper_profile_param_check()
/dpdk/drivers/net/i40e/
H A Di40e_tm.c242 if (profile->pkt_length_adjust) { in i40e_shaper_profile_param_check()
/dpdk/drivers/net/hns3/
H A Dhns3_tm.c205 if (profile->pkt_length_adjust) { in hns3_tm_shaper_profile_param_check()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1003 if (profile->pkt_length_adjust != RTE_TM_ETH_FRAMING_OVERHEAD_FCS) in shaper_profile_check()
2749 root->shaper_profile->params.pkt_length_adjust, in hierarchy_blueprints_create()
H A Drte_eth_softnic_cli.c260 if (softnic_parser_read_int32(&sp.pkt_length_adjust, tokens[10]) != 0) { in cmd_tmgr_shaper_profile()
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c800 if (profile->pkt_length_adjust != 0) in ipn3ke_tm_shaper_profile_add()
/dpdk/app/test-pmd/
H A Dcmdline_tm.c911 sp.pkt_length_adjust = pkt_len_adjust; in cmd_add_port_tm_node_shaper_profile_parsed()