Home
last modified time | relevance | path

Searched refs:ageing_time (Results 1 – 25 of 40) sorted by path

12

/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dam65_nuss_cpsw_switchdev.rst59 ip link set dev br0 type bridge ageing_time 1000
H A Dcpsw_switchdev.rst109 ip link set dev br0 type bridge ageing_time 1000
212 ip link set dev br0 type bridge ageing_time 1000
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c3637 unsigned int ageing_time) in mv88e6xxx_set_ageing_time() argument
3643 err = mv88e6xxx_g1_atu_set_age_time(chip, ageing_time); in mv88e6xxx_set_ageing_time()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c755 unsigned int ageing_time) in felix_set_ageing_time() argument
759 ocelot_set_ageing_time(ocelot, ageing_time); in felix_set_ageing_time()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2786 unsigned int ageing_time) in sja1105_set_ageing_time() argument
2796 maxage = SJA1105_AGEING_TIME_MS(ageing_time); in sja1105_set_ageing_time()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c846 br_port->bridge->ageing_time = in ice_eswitch_br_port_obj_attr_set()
847 clock_t_to_jiffies(attr->u.ageing_time); in ice_eswitch_br_port_obj_attr_set()
1024 bridge->ageing_time = clock_t_to_jiffies(BR_DEFAULT_AGEING_TIME); in ice_eswitch_br_init()
1263 bridge->ageing_time)) in ice_eswitch_br_update()
H A Dice_eswitch_br.h65 unsigned long ageing_time; member
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c1181 attr->u.ageing_time); in prestera_port_obj_attr_set()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbridge.c312 attr->u.ageing_time, br_offloads); in mlx5_esw_bridge_port_obj_attr_set()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c863 bridge->ageing_time = clock_t_to_jiffies(BR_DEFAULT_AGEING_TIME); in mlx5_esw_bridge_create()
1450 int mlx5_esw_bridge_ageing_time_set(u16 vport_num, u16 esw_owner_vhca_id, unsigned long ageing_time, in mlx5_esw_bridge_ageing_time_set() argument
1459 bridge->ageing_time = clock_t_to_jiffies(ageing_time); in mlx5_esw_bridge_ageing_time_set()
1842 time_is_before_jiffies(entry->lastuse + bridge->ageing_time)) in mlx5_esw_bridge_update()
H A Dbridge.h75 int mlx5_esw_bridge_ageing_time_set(u16 vport_num, u16 esw_owner_vhca_id, unsigned long ageing_time,
H A Dbridge_priv.h218 unsigned long ageing_time; member
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c38 u32 ageing_time; member
946 static int mlxsw_sp_ageing_set(struct mlxsw_sp *mlxsw_sp, u32 ageing_time) in mlxsw_sp_ageing_set() argument
951 mlxsw_reg_sfdat_pack(sfdat_pl, ageing_time); in mlxsw_sp_ageing_set()
955 mlxsw_sp->bridge->ageing_time = ageing_time; in mlxsw_sp_ageing_set()
964 u32 ageing_time = jiffies_to_msecs(ageing_jiffies) / 1000; in mlxsw_sp_port_attr_br_ageing_set() local
966 if (ageing_time < MLXSW_SP_MIN_AGEING_TIME || in mlxsw_sp_port_attr_br_ageing_set()
967 ageing_time > MLXSW_SP_MAX_AGEING_TIME) in mlxsw_sp_port_attr_br_ageing_set()
970 return mlxsw_sp_ageing_set(mlxsw_sp, ageing_time); in mlxsw_sp_port_attr_br_ageing_set()
1307 attr->u.ageing_time); in mlxsw_sp_port_attr_set()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_switchdev.c181 u32 ageing_time = jiffies_to_msecs(ageing_jiffies) / 1000; in lan966x_port_ageing_set() local
183 lan966x_mac_set_ageing(port->lan966x, ageing_time); in lan966x_port_ageing_set()
229 lan966x_port_ageing_set(port, attr->u.ageing_time); in lan966x_port_attr_set()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c89 u32 ageing_time = jiffies_to_msecs(ageing_jiffies); in sparx5_port_attr_ageing_set() local
91 sparx5_set_ageing(port->sparx5, ageing_time); in sparx5_port_attr_ageing_set()
142 sparx5_port_attr_ageing_set(port, attr->u.ageing_time); in sparx5_port_attr_set()
/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c1014 u32 ageing_time = jiffies_to_msecs(ageing_jiffies); in ocelot_port_attr_ageing_set() local
1016 ocelot_set_ageing_time(ocelot, ageing_time); in ocelot_port_attr_ageing_set()
1050 ocelot_port_attr_ageing_set(ocelot, port, attr->u.ageing_time); in ocelot_port_attr_set()
1262 clock_t ageing_time; in ocelot_switchdev_sync() local
1270 ageing_time = br_get_ageing_time(bridge_dev); in ocelot_switchdev_sync()
1271 ocelot_port_attr_ageing_set(ocelot, port, ageing_time); in ocelot_switchdev_sync()
/linux/drivers/net/ethernet/rocker/
H A Drocker.h112 u32 ageing_time);
H A Drocker_main.c1612 u32 ageing_time) in rocker_world_port_attr_bridge_ageing_time_set() argument
1619 return wops->port_attr_bridge_ageing_time_set(rocker_port, ageing_time); in rocker_world_port_attr_bridge_ageing_time_set()
2057 attr->u.ageing_time); in rocker_port_attr_set()
H A Drocker_ofdpa.c189 unsigned long ageing_time; member
202 unsigned long ageing_time; member
1989 unsigned long next_timer = jiffies + ofdpa->ageing_time; in ofdpa_fdb_cleanup()
2002 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup()
2371 ofdpa->ageing_time = BR_DEFAULT_AGEING_TIME; in ofdpa_init()
2428 ofdpa_port->ageing_time = BR_DEFAULT_AGEING_TIME; in ofdpa_port_pre_init()
2520 u32 ageing_time) in ofdpa_port_attr_bridge_ageing_time_set() argument
2525 ofdpa_port->ageing_time = clock_t_to_jiffies(ageing_time); in ofdpa_port_attr_bridge_ageing_time_set()
2526 if (ofdpa_port->ageing_time < ofdpa->ageing_time) in ofdpa_port_attr_bridge_ageing_time_set()
2527 ofdpa->ageing_time = ofdpa_port->ageing_time; in ofdpa_port_attr_bridge_ageing_time_set()
/linux/drivers/net/
H A Dtun.c203 unsigned long ageing_time; member
446 unsigned long delay = tun->ageing_time; in tun_flow_cleanup()
480 unsigned long delay = tun->ageing_time; in tun_flow_update()
1354 tun->ageing_time = TUN_FLOW_EXPIRE; in tun_flow_init()
1357 round_jiffies_up(jiffies + tun->ageing_time)); in tun_flow_init()
/linux/include/net/
H A Ddsa.h291 unsigned int ageing_time; member
H A Dswitchdev.h62 clock_t ageing_time; /* BRIDGE_AGEING_TIME */ member
/linux/include/uapi/linux/
H A Dif_bridge.h69 __u32 ageing_time; member
/linux/net/bridge/
H A Dbr_device.c524 br->bridge_ageing_time = br->ageing_time = BR_DEFAULT_AGEING_TIME; in br_dev_setup()
H A Dbr_fdb.c65 return br->topology_change ? br->forward_delay : br->ageing_time; in hold_time()

12