Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c1180 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, trap_id); in mlxsw_sx_event_register()
1328 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_TRAP_TO_CPU, in mlxsw_sx_traps_init()
1342 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, in mlxsw_sx_traps_init()
1359 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, in mlxsw_sx_traps_fini()
Dspectrum.c1439 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, trap_id); in mlxsw_sp_event_register()
1587 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_TRAP_TO_CPU, in mlxsw_sp_traps_init()
1601 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, in mlxsw_sp_traps_init()
1618 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, in mlxsw_sp_traps_fini()
Dcore.c513 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_TRAP_TO_CPU, in mlxsw_emad_traps_set()
559 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_DISCARD, in mlxsw_emad_fini()
Dreg.h2069 static inline void mlxsw_reg_hpkt_pack(char *payload, u8 action, u16 trap_id) in mlxsw_reg_hpkt_pack() function