Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c35 } rule_activity_update; member
991 unsigned long interval = acl->rule_activity_update.interval; in mlxsw_sp_acl_rule_activity_work_schedule()
993 mlxsw_core_schedule_dw(&acl->rule_activity_update.dw, in mlxsw_sp_acl_rule_activity_work_schedule()
1000 rule_activity_update.dw.work); in mlxsw_sp_acl_rule_activity_update_work()
1092 INIT_DELAYED_WORK(&acl->rule_activity_update.dw, in mlxsw_sp_acl_init()
1094 acl->rule_activity_update.interval = MLXSW_SP_ACL_RULE_ACTIVITY_UPDATE_PERIOD_MS; in mlxsw_sp_acl_init()
1095 mlxsw_core_schedule_dw(&acl->rule_activity_update.dw, 0); in mlxsw_sp_acl_init()
1114 cancel_delayed_work_sync(&mlxsw_sp->acl->rule_activity_update.dw); in mlxsw_sp_acl_fini()