Lines Matching refs:hpkt_pl
1427 char hpkt_pl[MLXSW_REG_HPKT_LEN]; in mlxsw_sp_event_register() local
1439 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, trap_id); in mlxsw_sp_event_register()
1440 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(hpkt), hpkt_pl); in mlxsw_sp_event_register()
1566 char hpkt_pl[MLXSW_REG_HPKT_LEN]; in mlxsw_sp_traps_init() local
1587 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_TRAP_TO_CPU, in mlxsw_sp_traps_init()
1589 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(hpkt), hpkt_pl); in mlxsw_sp_traps_init()
1601 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, in mlxsw_sp_traps_init()
1603 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(hpkt), hpkt_pl); in mlxsw_sp_traps_init()
1614 char hpkt_pl[MLXSW_REG_HPKT_LEN]; in mlxsw_sp_traps_fini() local
1618 mlxsw_reg_hpkt_pack(hpkt_pl, MLXSW_REG_HPKT_ACTION_FORWARD, in mlxsw_sp_traps_fini()
1620 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(hpkt), hpkt_pl); in mlxsw_sp_traps_fini()