Searched refs:enc_actions (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_flex_actions.c9 char *enc_actions, bool is_first, bool ca)
26 mlxsw_reg_pefa_pack(pefa_pl, kvdl_index, ca, enc_actions);
40 char *enc_actions, bool is_first)
42 return mlxsw_sp_act_kvdl_set_add(priv, p_kvdl_index, enc_actions,
47 char *enc_actions, bool is_first)
49 return mlxsw_sp_act_kvdl_set_add(priv, p_kvdl_index, enc_actions,
8 mlxsw_sp_act_kvdl_set_add(void *priv, u32 *p_kvdl_index, char *enc_actions, bool is_first, bool ca) argument
39 mlxsw_sp1_act_kvdl_set_add(void *priv, u32 *p_kvdl_index, char *enc_actions, bool is_first) argument
46 mlxsw_sp2_act_kvdl_set_add(void *priv, u32 *p_kvdl_index, char *enc_actions, bool is_first) argument
H A Dspectrum2_acl_tcam.c76 char *enc_actions; local
105 enc_actions = mlxsw_afa_block_cur_set(afa_block);
112 true, enc_actions);
H A Dcore_acl_flex_actions.h16 char *enc_actions, bool is_first);
H A Dcore_acl_flex_actions.c78 char enc_actions[MLXSW_AFA_SET_LEN]; /* Encoded set */ member in struct:mlxsw_afa_set_ht_key
258 char *actions = set->ht_key.enc_actions;
269 char *actions = set->ht_key.enc_actions;
305 set->ht_key.enc_actions,
494 return block->first_set->ht_key.enc_actions;
500 return block->cur_set->ht_key.enc_actions;
1059 actions = block->cur_set->ht_key.enc_actions;

Completed in 365 milliseconds