Home
last modified time | relevance | path

Searched refs:aging (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_counters.c66 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 Dfs.h247 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 Dqca8k.c324 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 Dqca8k.h307 u8 aging; member
A Dmt7530.h695 u8 aging; member
A Dmt7530.c350 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 Dopp-v2-base.yaml78 system specific parameters (such as transients, process, aging,
/linux/Documentation/userspace-api/media/v4l/
A Dcontrol.rst213 - An aging (old photo) effect.
/linux/Documentation/ABI/testing/
A Dsysfs-fs-f2fs486 in between aging and valid blocks, the value should be in range of
A Dsysfs-class-power587 is needed for unavoidable corrections of aging batteries.
/linux/Documentation/block/
A Dbiodoc.rst284 tunability. Time based aging avoids starvation of lower priority
/linux/drivers/video/fbdev/
A DKconfig1009 to maximize the performance of an aging display, or if you just

Completed in 43 milliseconds