Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c371 char ppbt_pl[MLXSW_REG_PPBT_LEN]; in mlxsw_sp_acl_tcam_group_bind() local
373 mlxsw_reg_ppbt_pack(ppbt_pl, ingress ? MLXSW_REG_PXBT_E_IACL : in mlxsw_sp_acl_tcam_group_bind()
377 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ppbt), ppbt_pl); in mlxsw_sp_acl_tcam_group_bind()
386 char ppbt_pl[MLXSW_REG_PPBT_LEN]; in mlxsw_sp_acl_tcam_group_unbind() local
388 mlxsw_reg_ppbt_pack(ppbt_pl, ingress ? MLXSW_REG_PXBT_E_IACL : in mlxsw_sp_acl_tcam_group_unbind()
392 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ppbt), ppbt_pl); in mlxsw_sp_acl_tcam_group_unbind()