Searched refs:policers (Results 1 – 5 of 5) sorted by relevance
| /linux/net/devlink/ |
| H A D | trap.c | 1807 const struct devlink_trap_policer *policers, in devl_trap_policers_register() argument 1814 const struct devlink_trap_policer *policer = &policers[i]; in devl_trap_policers_register() 1832 devlink_trap_policer_unregister(devlink, &policers[i]); in devl_trap_policers_register() 1845 const struct devlink_trap_policer *policers, in devl_trap_policers_unregister() argument 1852 devlink_trap_policer_unregister(devlink, &policers[i]); in devl_trap_policers_unregister()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpsw_ale.c | 1509 u32 ale_entries, rev_major, rev_minor, policers; in cpsw_ale_create() local 1572 regmap_field_read(ale->fields[ALE_POLICERS], &policers); in cpsw_ale_create() 1573 if (!policers) in cpsw_ale_create() 1576 policers *= ALE_POLICER_SIZE_MULTIPLIER; in cpsw_ale_create() 1577 ale->params.num_policers = policers; in cpsw_ale_create()
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-trap.rst | 615 devices usually include packet trap policers that are able to police the 619 supported packet trap policers with ``devlink``. The device driver can choose 620 to associate these policers with supported packet trap groups (see 624 Device drivers should allow user space to change the parameters of the policers 625 (e.g., rate, burst size) as well as the association between the policers and
|
| /linux/include/net/ |
| H A D | devlink.h | 2072 const struct devlink_trap_policer *policers, 2076 const struct devlink_trap_policer *policers,
|
| /linux/net/ipv4/ |
| H A D | Kconfig | 678 operate with shallow buffers, deep buffers, bufferbloat, policers, or
|