Searched full:shapers (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/netlink/specs/ |
| H A D | net_shaper.yaml | 8 This API allows configuring HW shapers available on the network 11 shapers. 16 Depending on the @scope value, the shapers are attached to specific 21 Shapers can be created with two different operations: the @set 24 group. Only the @group operation can create @node scope shapers. 26 Existing shapers can be deleted/reset via the @delete operation. 56 node shapers; can be nested in either @netdev 57 shapers or other @node shapers, allowing placement 105 scheduling is applied to sibling shapers. 112 The scheduling is applied to all sibling shapers [all …]
|
| /linux/net/shaper/ |
| H A D | shaper.c | 25 struct xarray shapers; member 292 if (!hierarchy || xa_get_mark(&hierarchy->shapers, index, in net_shaper_lookup() 296 return xa_load(&hierarchy->shapers, index); in net_shaper_lookup() 315 xa_init_flags(&hierarchy->shapers, XA_FLAGS_ALLOC); in net_shaper_hierarchy_setup() 342 cur = xa_load(&hierarchy->shapers, index); in net_shaper_pre_insert() 356 ret = xa_alloc(&hierarchy->shapers, &index, NULL, in net_shaper_pre_insert() 376 xa_lock(&hierarchy->shapers); in net_shaper_pre_insert() 377 prev = __xa_store(&hierarchy->shapers, index, cur, GFP_KERNEL); in net_shaper_pre_insert() 378 __xa_set_mark(&hierarchy->shapers, index, NET_SHAPER_NOT_VALID); in net_shaper_pre_insert() 379 xa_unlock(&hierarchy->shapers); in net_shaper_pre_insert() [all …]
|
| /linux/tools/include/uapi/linux/ |
| H A D | pkt_sched.h | 587 TC_MQPRIO_SHAPER_BW_RATE, /* Add new shapers below */
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_main.c | 2114 /* Port 0 (the uC port) does not have CBS shapers */ 2223 /* The credit based shapers are only allocated if in sja1105_reload_cbs()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpni.c | 2078 * @coupled: Committed and excess rate shapers are coupled
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 909 NL_SET_ERR_MSG_MOD(extack, "Cannot create multiple shapers"); in mana_shaper_set()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6942 shapers= [NET] 6943 Maximal number of shapers.
|