Home
last modified time | relevance | path

Searched refs:hicredit (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/sched/
Dsch_cbs.c77 s32 hicredit; /* in bytes */ member
187 q->credits = min_t(s64, credits, q->hicredit); in cbs_dequeue_soft()
279 cbs.hicredit = opt->hicredit; in cbs_enable_offload()
335 q->hicredit = qopt->hicredit; in cbs_change()
395 opt.hicredit = q->hicredit; in cbs_dump()
/Linux-v4.19/Documentation/networking/
Dti-cpsw.txt215 hicredit 62 sendslope -959000 idleslope 41000 offload 1
222 hicredit 65 sendslope -979000 idleslope 21000 offload 1
423 hicredit 62 sendslope -959000 idleslope 41000 offload 1
429 hicredit 65 sendslope -979000 idleslope 21000 offload 1
476 hicredit 465 sendslope -69000 idleslope 31000 offload 1
483 hicredit 405 sendslope -89000 idleslope 11000 offload 1
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c329 value = qopt->hicredit * 1024ll * 8; in tc_setup_cbs()
346 qopt->hicredit, qopt->locredit); in tc_setup_cbs()
/Linux-v4.19/include/net/
Dpkt_sched.h152 s32 hicredit; member
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb.h269 s32 hicredit; /* hiCredit in bytes */ member
Digb_main.c1266 ring->hicredit = 0; in igb_alloc_q_vector()
1723 ring->hicredit = ETH_FRAME_LEN; in igb_config_tx_modes()
1799 0x80000000 + ring->hicredit * 0x7735); in igb_config_tx_modes()
1858 ring->idleslope, ring->sendslope, ring->hicredit, in igb_config_tx_modes()
1878 int hicredit, int locredit) in igb_save_cbs_params() argument
1890 ring->hicredit = hicredit; in igb_save_cbs_params()
2567 qopt->hicredit, qopt->locredit); in igb_offload_cbs()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h941 __s32 hicredit; member