Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cbs.c76 s32 hicredit; /* in bytes */ member
193 q->credits = min_t(s64, credits, q->hicredit); in cbs_dequeue_soft()
291 cbs.hicredit = opt->hicredit; in cbs_enable_offload()
391 q->hicredit = qopt->hicredit; in cbs_change()
461 opt.hicredit = q->hicredit; in cbs_dump()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst233 hicredit 62 sendslope -959000 idleslope 41000 offload 1
241 hicredit 65 sendslope -979000 idleslope 21000 offload 1
455 hicredit 62 sendslope -959000 idleslope 41000 offload 1
462 hicredit 65 sendslope -979000 idleslope 21000 offload 1
515 hicredit 465 sendslope -69000 idleslope 31000 offload 1
523 hicredit 405 sendslope -89000 idleslope 11000 offload 1
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_sched.h148 s32 hicredit; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c374 value = qopt->hicredit * 1024ll * 8; in tc_setup_cbs()
391 qopt->hicredit, qopt->locredit); in tc_setup_cbs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h941 __s32 hicredit; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h971 __s32 hicredit; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h941 __s32 hicredit; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb.h337 s32 hicredit; /* hiCredit in bytes */ member
H A Digb_main.c1266 ring->hicredit = 0; in igb_alloc_q_vector()
1724 ring->hicredit = ETH_FRAME_LEN; in igb_config_tx_modes()
1800 0x80000000 + ring->hicredit * 0x7735); in igb_config_tx_modes()
1859 ring->hicredit, ring->locredit); 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()
2570 qopt->hicredit, qopt->locredit); in igb_offload_cbs()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h1038 __s32 hicredit; member
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1291 burst = DIV_ROUND_UP(cbs_qopt->hicredit, 4096); in vsc9959_qos_port_cbs_set()
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c1743 cbs->credit_hi = offload->hicredit; in sja1105_setup_tc_cbs()