Searched refs:aging (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | fs_counters.c | 66 bool aging; member 290 static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_acquire() argument 295 if (aging && MLX5_CAP_GEN(dev, flow_counter_bulk_alloc) != 0) { in mlx5_fc_acquire() 304 struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create_ex() argument 306 struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging); in mlx5_fc_create_ex() 314 counter->aging = aging; in mlx5_fc_create_ex() 316 if (aging) { in mlx5_fc_create_ex() 344 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging) in mlx5_fc_create() argument 346 struct mlx5_fc *counter = mlx5_fc_create_ex(dev, aging); in mlx5_fc_create() 349 if (aging) in mlx5_fc_create() [all …]
|
| /linux/include/linux/mlx5/ |
| A D | fs.h | 247 struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging); 250 struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging);
|
| /linux/drivers/net/dsa/ |
| A D | qca8k.c | 324 fdb->aging = reg[2] & QCA8K_ATU_STATUS_M; in qca8k_fdb_read() 340 u8 aging) in qca8k_fdb_write() argument 348 reg[2] |= aging & QCA8K_ATU_STATUS_M; in qca8k_fdb_write() 405 qca8k_fdb_write(priv, fdb->vid, fdb->port_mask, fdb->mac, fdb->aging); in qca8k_fdb_next() 415 u16 vid, u8 aging) in qca8k_fdb_add() argument 420 qca8k_fdb_write(priv, vid, port_mask, mac, aging); in qca8k_fdb_add() 1898 if (!_fdb.aging) in qca8k_port_fdb_dump() 1900 is_static = (_fdb.aging == QCA8K_ATU_STATUS_STATIC); in qca8k_port_fdb_dump()
|
| A D | qca8k.h | 307 u8 aging; member
|
| A D | mt7530.h | 695 u8 aging; member
|
| A D | mt7530.c | 350 fdb->aging = (reg[2] >> AGE_TIMER) & AGE_TIMER_MASK; in mt7530_fdb_read() 364 u8 aging, u8 type) in mt7530_fdb_write() argument 372 reg[2] |= (aging & AGE_TIMER_MASK) << AGE_TIMER; in mt7530_fdb_write()
|
| /linux/Documentation/devicetree/bindings/opp/ |
| A D | opp-v2-base.yaml | 78 system specific parameters (such as transients, process, aging,
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | control.rst | 213 - An aging (old photo) effect.
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-fs-f2fs | 486 in between aging and valid blocks, the value should be in range of
|
| A D | sysfs-class-power | 587 is needed for unavoidable corrections of aging batteries.
|
| /linux/Documentation/block/ |
| A D | biodoc.rst | 284 tunability. Time based aging avoids starvation of lower priority
|
| /linux/drivers/video/fbdev/ |
| A D | Kconfig | 1009 to maximize the performance of an aging display, or if you just
|
Completed in 43 milliseconds