Lines Matching defs:offload
1736 struct tc_cbs_qopt_offload *offload)
1743 if (!offload->enable)
1744 return sja1105_delete_cbs_shaper(priv, port, offload->queue);
1747 index = sja1105_find_cbs_shaper(priv, port, offload->queue);
1757 cbs->prio = offload->queue;
1761 cbs->credit_hi = offload->hicredit;
1762 cbs->credit_lo = abs(offload->locredit);
1764 * link speed. Since the given offload->sendslope is good only for the
1769 port_transmit_rate_kbps = offload->idleslope - offload->sendslope;
1770 cbs->idle_slope = div_s64(offload->idleslope * BYTES_PER_KBIT,
1772 cbs->send_slope = div_s64(abs(offload->sendslope * BYTES_PER_KBIT),