Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h117 enum mlxsw_reg_hpkt_action dis_action; /* Action when disabled */ member
140 .dis_action = MLXSW_REG_HPKT_ACTION_##_dis_action, \
Dcore.c2630 listener->dis_action; in mlxsw_core_trap_register()
2657 mlxsw_reg_hpkt_pack(hpkt_pl, listener->dis_action, in mlxsw_core_trap_unregister()
2719 action = enabled ? listener->en_action : listener->dis_action; in mlxsw_core_trap_state_set()