Home
last modified time | relevance | path

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

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c722 struct dpni_tx_shaping_cfg tx_cr_shaper, tx_er_shaper; in dpaa2_hierarchy_commit() local
730 tx_er_shaper.max_burst_size = in dpaa2_hierarchy_commit()
732 tx_er_shaper.rate_limit = in dpaa2_hierarchy_commit()
748 &tx_cr_shaper, &tx_er_shaper, param); in dpaa2_hierarchy_commit()
/dpdk/drivers/net/dpaa2/mc/
H A Ddpni.c1018 const struct dpni_tx_shaping_cfg *tx_er_shaper, in dpni_set_tx_shaping() argument
1035 cpu_to_le16(tx_er_shaper->max_burst_size); in dpni_set_tx_shaping()
1039 cpu_to_le32(tx_er_shaper->rate_limit); in dpni_set_tx_shaping()
H A Dfsl_dpni.h824 const struct dpni_tx_shaping_cfg *tx_er_shaper,