Searched refs:pefa_pl (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_flex_actions.c12 char pefa_pl[MLXSW_REG_PEFA_LEN]; local
26 mlxsw_reg_pefa_pack(pefa_pl, kvdl_index, ca, enc_actions);
27 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pefa), pefa_pl);
74 char pefa_pl[MLXSW_REG_PEFA_LEN]; local
77 mlxsw_reg_pefa_pack(pefa_pl, kvdl_index, true, NULL);
78 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pefa), pefa_pl);
81 mlxsw_reg_pefa_unpack(pefa_pl, activity);
H A Dspectrum2_acl_tcam.c74 char pefa_pl[MLXSW_REG_PEFA_LEN]; local
111 mlxsw_reg_pefa_pack(pefa_pl, tcam->kvdl_index + i,
113 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pefa), pefa_pl);

Completed in 148 milliseconds