Home
last modified time | relevance | path

Searched refs:locredit (Results 1 – 4 of 4) sorted by relevance

/linux/net/sched/
H A Dsch_cbs.c46 * 'locredit': Locredit is the minimum amount of credits that can
50 * locredit = max_frame_size * (sendslope / port_transmit_rate)
76 s32 locredit; /* in bytes */ member
220 q->credits = max_t(s64, credits, q->locredit); in cbs_dequeue_soft()
307 cbs.locredit = opt->locredit; in cbs_enable_offload()
407 WRITE_ONCE(q->locredit, qopt->locredit); in cbs_change()
477 opt.locredit = READ_ONCE(q->locredit); in cbs_dump()
[all...]
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_cbs.c15 qopt->locredit >= qopt->hicredit) in lan966x_cbs_add()
21 (qopt->hicredit - qopt->locredit) / in lan966x_cbs_add()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h864 __s32 locredit; member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c402 value = qopt->locredit * 1024ll * 8; in tc_setup_cbs()
416 qopt->hicredit, qopt->locredit); in tc_setup_cbs()