Searched refs:ppbt_pl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 307 char ppbt_pl[MLXSW_REG_PPBT_LEN]; in mlxsw_sp_acl_tcam_group_bind() local 309 mlxsw_reg_ppbt_pack(ppbt_pl, ingress ? MLXSW_REG_PXBT_E_IACL : in mlxsw_sp_acl_tcam_group_bind() 313 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ppbt), ppbt_pl); in mlxsw_sp_acl_tcam_group_bind() 322 char ppbt_pl[MLXSW_REG_PPBT_LEN]; in mlxsw_sp_acl_tcam_group_unbind() local 324 mlxsw_reg_ppbt_pack(ppbt_pl, ingress ? MLXSW_REG_PXBT_E_IACL : in mlxsw_sp_acl_tcam_group_unbind() 328 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ppbt), ppbt_pl); in mlxsw_sp_acl_tcam_group_unbind()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 308 char ppbt_pl[MLXSW_REG_PPBT_LEN]; in mlxsw_sp_acl_tcam_group_bind() local 310 mlxsw_reg_ppbt_pack(ppbt_pl, ingress ? MLXSW_REG_PXBT_E_IACL : in mlxsw_sp_acl_tcam_group_bind() 314 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ppbt), ppbt_pl); in mlxsw_sp_acl_tcam_group_bind() 323 char ppbt_pl[MLXSW_REG_PPBT_LEN]; in mlxsw_sp_acl_tcam_group_unbind() local 325 mlxsw_reg_ppbt_pack(ppbt_pl, ingress ? MLXSW_REG_PXBT_E_IACL : in mlxsw_sp_acl_tcam_group_unbind() 329 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ppbt), ppbt_pl); in mlxsw_sp_acl_tcam_group_unbind()
|
Completed in 6 milliseconds