Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.c1254 char htgt_pl[MLXSW_REG_HTGT_LEN]; in mlxsw_sp_trap_dummy_group_init() local
1256 mlxsw_reg_htgt_pack(htgt_pl, MLXSW_REG_HTGT_TRAP_GROUP_SP_DUMMY, in mlxsw_sp_trap_dummy_group_init()
1258 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(htgt), htgt_pl); in mlxsw_sp_trap_dummy_group_init()
1668 char htgt_pl[MLXSW_REG_HTGT_LEN]; in __mlxsw_sp_trap_group_init() local
1689 mlxsw_reg_htgt_pack(htgt_pl, group_item->hw_group_id, hw_policer_id, in __mlxsw_sp_trap_group_init()
1691 return mlxsw_reg_write(mlxsw_core, MLXSW_REG(htgt), htgt_pl); in __mlxsw_sp_trap_group_init()
H A Dspectrum.c2442 char htgt_pl[MLXSW_REG_HTGT_LEN]; in mlxsw_sp_trap_groups_set() local
2478 mlxsw_reg_htgt_pack(htgt_pl, i, policer_id, priority, tc); in mlxsw_sp_trap_groups_set()
2479 err = mlxsw_reg_write(mlxsw_core, MLXSW_REG(htgt), htgt_pl); in mlxsw_sp_trap_groups_set()