Home
last modified time | relevance | path

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

/linux-6.1.9/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.c2581 listener->dis_action; in mlxsw_core_trap_register()
2608 mlxsw_reg_hpkt_pack(hpkt_pl, listener->dis_action, in mlxsw_core_trap_unregister()
2670 action = enabled ? listener->en_action : listener->dis_action; in mlxsw_core_trap_state_set()