Searched refs:hicredit (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/net/sched/ ! |
D | sch_cbs.c | 77 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 WRITE_ONCE(q->hicredit, qopt->hicredit); in cbs_change() 462 opt.hicredit = READ_ONCE(q->hicredit); in cbs_dump()
|
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/ ! |
D | lan966x_cbs.c | 15 qopt->locredit >= qopt->hicredit) in lan966x_cbs_add() 21 (qopt->hicredit - qopt->locredit) / in lan966x_cbs_add()
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/ti/ ! |
D | cpsw.rst | 233 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
|
/linux-6.12.1/include/net/ ! |
D | pkt_sched.h | 155 s32 hicredit; member
|
/linux-6.12.1/drivers/net/ethernet/intel/igc/ ! |
D | igc_tsn.c | 346 0x80000000 + ring->hicredit * 0x7736); in igc_tsn_enable_offload()
|
D | igc.h | 172 s32 hicredit; /* hiCredit in bytes */ member
|
D | igc_main.c | 6468 int hicredit, int locredit) in igc_save_cbs_params() argument 6507 ring->hicredit = hicredit; in igc_save_cbs_params() 6527 qopt->hicredit, qopt->locredit); in igc_tsn_enable_cbs()
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ ! |
D | stmmac_tc.c | 399 value = qopt->hicredit * 1024ll * 8; in tc_setup_cbs() 416 qopt->hicredit, qopt->locredit); in tc_setup_cbs()
|
/linux-6.12.1/tools/include/uapi/linux/ ! |
D | pkt_sched.h | 863 __s32 hicredit; member
|
/linux-6.12.1/drivers/net/ethernet/intel/igb/ ! |
D | igb.h | 337 s32 hicredit; /* hiCredit in bytes */ member
|
D | igb_main.c | 1240 ring->hicredit = 0; in igb_alloc_q_vector() 1698 ring->hicredit = ETH_FRAME_LEN; in igb_config_tx_modes() 1774 0x80000000 + ring->hicredit * 0x7735); in igb_config_tx_modes() 1833 ring->hicredit, ring->locredit); in igb_config_tx_modes() 1852 int hicredit, int locredit) in igb_save_cbs_params() argument 1864 ring->hicredit = hicredit; in igb_save_cbs_params() 2569 qopt->hicredit, qopt->locredit); in igb_offload_cbs()
|
/linux-6.12.1/include/uapi/linux/ ! |
D | pkt_sched.h | 960 __s32 hicredit; member
|
/linux-6.12.1/drivers/net/dsa/ocelot/ ! |
D | felix_vsc9959.c | 1611 burst = DIV_ROUND_UP(cbs_qopt->hicredit, 4096); in vsc9959_qos_port_cbs_set()
|
/linux-6.12.1/drivers/net/dsa/sja1105/ ! |
D | sja1105_main.c | 2228 cbs->credit_hi = offload->hicredit; in sja1105_setup_tc_cbs()
|
/linux-6.12.1/drivers/net/dsa/microchip/ ! |
D | ksz_common.c | 3689 qopt->hicredit); in ksz_setup_tc_cbs()
|