Lines Matching refs:hpkt_pl
1168 char hpkt_pl[MLXSW_REG_HPKT_LEN]; in mlxsw_sx_event_register() local
1180 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, trap_id); in mlxsw_sx_event_register()
1181 err = mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(hpkt), hpkt_pl); in mlxsw_sx_event_register()
1307 char hpkt_pl[MLXSW_REG_HPKT_LEN]; in mlxsw_sx_traps_init() local
1328 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_TRAP_TO_CPU, in mlxsw_sx_traps_init()
1330 err = mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(hpkt), hpkt_pl); in mlxsw_sx_traps_init()
1342 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, in mlxsw_sx_traps_init()
1344 mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(hpkt), hpkt_pl); in mlxsw_sx_traps_init()
1355 char hpkt_pl[MLXSW_REG_HPKT_LEN]; in mlxsw_sx_traps_fini() local
1359 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, in mlxsw_sx_traps_fini()
1361 mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(hpkt), hpkt_pl); in mlxsw_sx_traps_fini()