Lines Matching defs:shaper
3082 * After a reset, the shaper parameters of queues need to be replayed again.
5072 const struct net_shaper *shaper,
5078 if (shaper->handle.scope == NET_SHAPER_SCOPE_QUEUE) {
5079 vf_max = adapter->qos_caps->cap[0].shaper.peak;
5080 if (vf_max && shaper->bw_max > vf_max) {
5082 shaper->bw_max, shaper->handle.id,
5092 const struct net_shaper *shaper,
5096 const struct net_shaper_handle *handle = &shaper->handle;
5105 ret = iavf_verify_shaper(binding, shaper, extack);
5111 tx_ring->q_shaper.bw_min = div_u64(shaper->bw_min, 1000);
5112 tx_ring->q_shaper.bw_max = div_u64(shaper->bw_max, 1000);