Searched refs:tx_cr_shaper (Results 1 – 3 of 3) sorted by relevance
722 struct dpni_tx_shaping_cfg tx_cr_shaper, tx_er_shaper; in dpaa2_hierarchy_commit() local725 tx_cr_shaper.max_burst_size = in dpaa2_hierarchy_commit()727 tx_cr_shaper.rate_limit = in dpaa2_hierarchy_commit()737 tx_cr_shaper.rate_limit, in dpaa2_hierarchy_commit()738 tx_cr_shaper.max_burst_size); in dpaa2_hierarchy_commit()744 tx_cr_shaper.rate_limit); in dpaa2_hierarchy_commit()748 &tx_cr_shaper, &tx_er_shaper, param); in dpaa2_hierarchy_commit()
1017 const struct dpni_tx_shaping_cfg *tx_cr_shaper, in dpni_set_tx_shaping() argument1033 cpu_to_le16(tx_cr_shaper->max_burst_size); in dpni_set_tx_shaping()1037 cpu_to_le32(tx_cr_shaper->rate_limit); in dpni_set_tx_shaping()
823 const struct dpni_tx_shaping_cfg *tx_cr_shaper,