Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_tm.h1057 int32_t pkt_length_adjust; member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c374 adjust = profile->params.pkt_length_adjust & 0x1FF; in prepare_tm_shaper_reg()
2162 if (params->pkt_length_adjust < NIX_LENGTH_ADJUST_MIN || in otx2_nix_tm_shaper_profile_add()
2163 params->pkt_length_adjust > NIX_LENGTH_ADJUST_MAX) { in otx2_nix_tm_shaper_profile_add()
2187 params->pkt_length_adjust, in otx2_nix_tm_shaper_profile_add()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c251 if (profile->pkt_length_adjust) { in ixgbe_shaper_profile_param_check()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c242 if (profile->pkt_length_adjust) { in i40e_shaper_profile_param_check()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c1009 if (profile->pkt_length_adjust != RTE_TM_ETH_FRAMING_OVERHEAD_FCS) in shaper_profile_check()
2755 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()
/f-stack/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c800 if (profile->pkt_length_adjust != 0) in ipn3ke_tm_shaper_profile_add()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_tm.c909 sp.pkt_length_adjust = pkt_len_adjust; in cmd_add_port_tm_node_shaper_profile_parsed()