Searched full:shapers (Results 1 – 9 of 9) 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 257 if (!hierarchy || xa_get_mark(&hierarchy->shapers, index, in net_shaper_lookup() 261 return xa_load(&hierarchy->shapers, index); in net_shaper_lookup() 280 xa_init_flags(&hierarchy->shapers, XA_FLAGS_ALLOC); in net_shaper_hierarchy_setup() 307 cur = xa_load(&hierarchy->shapers, index); in net_shaper_pre_insert() 321 ret = xa_alloc(&hierarchy->shapers, &index, NULL, in net_shaper_pre_insert() 341 xa_lock(&hierarchy->shapers); in net_shaper_pre_insert() 342 prev = __xa_store(&hierarchy->shapers, index, cur, GFP_KERNEL); in net_shaper_pre_insert() 343 __xa_set_mark(&hierarchy->shapers, index, NET_SHAPER_NOT_VALID); in net_shaper_pre_insert() 344 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/include/uapi/linux/ |
| H A D | pkt_sched.h | 608 TC_MQPRIO_SHAPER_BW_RATE, /* Add new shapers below */
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | davinci_cpdma.c | 852 /* on shapers */ in cpdma_chan_set_rate()
|
| /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 | 902 NL_SET_ERR_MSG_MOD(extack, "Cannot create multiple shapers"); in mana_shaper_set()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6960 shapers= [NET] 6961 Maximal number of shapers.
|