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

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_ctcam.c48 char ptce2_pl[MLXSW_REG_PTCE2_LEN]; local
60 mlxsw_reg_ptce2_pack(ptce2_pl, true, MLXSW_REG_PTCE2_OP_WRITE_WRITE,
63 key = mlxsw_reg_ptce2_flex_key_blocks_data(ptce2_pl);
64 mask = mlxsw_reg_ptce2_mask_data(ptce2_pl);
73 mlxsw_reg_ptce2_flex_action_set_memcpy_to(ptce2_pl, act_set);
75 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptce2), ptce2_pl);
91 char ptce2_pl[MLXSW_REG_PTCE2_LEN]; local
93 mlxsw_reg_ptce2_pack(ptce2_pl, false, MLXSW_REG_PTCE2_OP_WRITE_WRITE,
96 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptce2), ptce2_pl);
107 char ptce2_pl[MLXSW_REG_PTCE2_LE local
[all...]
H A Dspectrum1_acl_tcam.c210 char ptce2_pl[MLXSW_REG_PTCE2_LEN]; local
213 mlxsw_reg_ptce2_pack(ptce2_pl, true, MLXSW_REG_PTCE2_OP_QUERY_CLEAR_ON_READ,
215 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptce2), ptce2_pl);
218 *activity = mlxsw_reg_ptce2_a_get(ptce2_pl);

Completed in 258 milliseconds