Home
last modified time | relevance | path

Searched refs:pkt_len_adj (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_ops.c164 if (profile->pkt_len_adj < NIX_TM_LENGTH_ADJUST_MIN || in nix_tm_shaper_profile_add()
165 profile->pkt_len_adj > NIX_TM_LENGTH_ADJUST_MAX) in nix_tm_shaper_profile_add()
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()
231 profile->pkt_len_adj = roc_profile->pkt_len_adj; in roc_nix_tm_shaper_profile_add()
251 profile->pkt_len_adj = roc_profile->pkt_len_adj; in roc_nix_tm_shaper_profile_update()
H A Droc_nix_priv.h109 int32_t pkt_len_adj; member
H A Droc_nix.h551 int32_t pkt_len_adj; member
H A Droc_nix_tm_utils.c723 adjust = profile->pkt_len_adj; in nix_tm_shaper_reg_prep()
/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()