Searched refs:sendslope (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_cbs.c | 14 qopt->sendslope >= 0 || in lan966x_cbs_add() 20 cbs = (qopt->idleslope - qopt->sendslope) * in lan966x_cbs_add() 22 -qopt->sendslope; in lan966x_cbs_add()
|
| /linux/net/sched/ |
| H A D | sch_cbs.c | 28 * 'sendslope': 34 * sendslope = idleslope - port_transmit_rate 50 * locredit = max_frame_size * (sendslope / port_transmit_rate) 78 s64 sendslope; /* in bytes/s */ member 213 /* As sendslope is a negative number, this will decrease the in cbs_dequeue_soft() 216 credits = credits_from_len(len, q->sendslope, in cbs_dequeue_soft() 309 cbs.sendslope = opt->sendslope; in cbs_enable_offload() 409 WRITE_ONCE(q->sendslope, qopt->sendslope * BYTES_PER_KBI in cbs_change() [all...] |
| /linux/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase.h | 319 int sendslope; member
|
| H A D | rtase_main.c | 1916 tp->tx_qos[queue].sendslope = 0; in rtase_setup_tc_cbs() 1923 tp->tx_qos[queue].sendslope = qopt->sendslope; in rtase_setup_tc_cbs()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_tc.c | 349 port_transmit_rate_kbps = qopt->idleslope - qopt->sendslope; in tc_setup_cbs() 396 value = div_s64(-qopt->sendslope * 1024ll * ptr, port_transmit_rate_kbps); in tc_setup_cbs() 415 queue, qopt->sendslope, qopt->idleslope, in tc_setup_cbs()
|
| /linux/tools/include/uapi/linux/ |
| H A D | pkt_sched.h | 866 __s32 sendslope; member
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc.h | 179 s32 sendslope; /* sendSlope in kbps */ member
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb.h | 341 s32 sendslope; /* sendSlope in kbps */ member
|
| H A D | igb_main.c | 1249 ring->sendslope = 0; in igb_alloc_q_vector() 1841 ring->idleslope, ring->sendslope, in igb_config_tx_modes() 1860 bool enable, int idleslope, int sendslope, in igb_save_cbs_params() argument 1872 ring->sendslope = sendslope; in igb_save_cbs_params() 2601 qopt->idleslope, qopt->sendslope, in igb_offload_cbs()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_qos.c | 274 if (cbs->idleslope - cbs->sendslope != port_transmit_rate * 1000L || in enetc_setup_tc_cbs() 275 cbs->idleslope < 0 || cbs->sendslope > 0) in enetc_setup_tc_cbs()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 3083 ret = cinc_cal(qopt->idleslope, qopt->sendslope, &bw); in ksz_setup_tc_cbs()
|