pefa_pl            74 drivers/net/ethernet/mellanox/mlxsw/spectrum2_acl_tcam.c 	char pefa_pl[MLXSW_REG_PEFA_LEN];
pefa_pl           101 drivers/net/ethernet/mellanox/mlxsw/spectrum2_acl_tcam.c 		mlxsw_reg_pefa_pack(pefa_pl, tcam->kvdl_index + i,
pefa_pl           103 drivers/net/ethernet/mellanox/mlxsw/spectrum2_acl_tcam.c 		err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pefa), pefa_pl);
pefa_pl            12 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	char pefa_pl[MLXSW_REG_PEFA_LEN];
pefa_pl            26 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	mlxsw_reg_pefa_pack(pefa_pl, kvdl_index, ca, enc_actions);
pefa_pl            27 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pefa), pefa_pl);
pefa_pl            74 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	char pefa_pl[MLXSW_REG_PEFA_LEN];
pefa_pl            77 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	mlxsw_reg_pefa_pack(pefa_pl, kvdl_index, true, NULL);
pefa_pl            78 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pefa), pefa_pl);
pefa_pl            81 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_actions.c 	mlxsw_reg_pefa_unpack(pefa_pl, activity);