Lines Matching defs:idleslope
1248 ring->idleslope = 0;
1705 /* max "linkspeed" idleslope in kbps */
1706 ring->idleslope = 1000000;
1761 * NOTE: For i210, given the above, we can see that idleslope
1764 * the granularity for idleslope increments.
1766 * idleslope, the value to be written on the register
1775 value = DIV_ROUND_UP_ULL(ring->idleslope * 61034ULL, 1000000);
1837 netdev_dbg(netdev, "Qav Tx mode: cbs %s, launchtime %s, queue %d idleslope %d sendslope %d hiCredit %d locredit %d\n",
1841 ring->idleslope, ring->sendslope,
1860 bool enable, int idleslope, int sendslope,
1871 ring->idleslope = idleslope;
2602 qopt->idleslope, qopt->sendslope,