Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_cbs.c77 s32 hicredit; /* in bytes */ member
194 q->credits = min_t(s64, credits, q->hicredit); in cbs_dequeue_soft()
292 cbs.hicredit = opt->hicredit; in cbs_enable_offload()
392 q->hicredit = qopt->hicredit; in cbs_change()
462 opt.hicredit = q->hicredit; in cbs_dump()
/openbmc/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()
/openbmc/linux/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
/openbmc/linux/include/net/
H A Dpkt_sched.h153 s32 hicredit; member
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.c279 0x80000000 + ring->hicredit * 0x7736); in igc_tsn_enable_offload()
H A Digc.h124 s32 hicredit; /* hiCredit in bytes */ member
H A Digc_main.c6348 int hicredit, int locredit) in igc_save_cbs_params() argument
6387 ring->hicredit = hicredit; in igc_save_cbs_params()
6407 qopt->hicredit, qopt->locredit); in igc_tsn_enable_cbs()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c409 value = qopt->hicredit * 1024ll * 8; in tc_setup_cbs()
426 qopt->hicredit, qopt->locredit); in tc_setup_cbs()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h972 __s32 hicredit; member
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h337 s32 hicredit; /* hiCredit in bytes */ member
H A Digb_main.c1268 ring->hicredit = 0; in igb_alloc_q_vector()
1726 ring->hicredit = ETH_FRAME_LEN; in igb_config_tx_modes()
1802 0x80000000 + ring->hicredit * 0x7735); in igb_config_tx_modes()
1861 ring->hicredit, ring->locredit); in igb_config_tx_modes()
1880 int hicredit, int locredit) in igb_save_cbs_params() argument
1892 ring->hicredit = hicredit; in igb_save_cbs_params()
2597 qopt->hicredit, qopt->locredit); in igb_offload_cbs()
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h1058 __s32 hicredit; member
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1611 burst = DIV_ROUND_UP(cbs_qopt->hicredit, 4096); in vsc9959_qos_port_cbs_set()
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2223 cbs->credit_hi = offload->hicredit; in sja1105_setup_tc_cbs()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_common.c3185 qopt->hicredit); in ksz_setup_tc_cbs()