Searched refs:rewrite (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c830 if (action->rewrite->ptrn && action->rewrite->arg) {
831 attr.decap_index = mlx5dr_arg_get_obj_id(action->rewrite->arg);
832 attr.decap_actions = action->rewrite->ptrn->num_of_actions;
833 attr.decap_pat_idx = action->rewrite->ptrn->index;
835 attr.decap_index = action->rewrite->index;
836 attr.decap_actions = action->rewrite->num_of_actions;
843 if (action->rewrite->single_action_opt) {
844 attr.modify_actions = action->rewrite->num_of_actions;
845 attr.single_modify_action = action->rewrite
[all...]
H A Ddr_dbg.c277 struct mlx5dr_ptrn_obj *ptrn = action->rewrite->ptrn;
278 struct mlx5dr_arg_obj *arg = action->rewrite->arg;
279 u8 *rewrite_data = action->rewrite->data;
283 ptrn_arg = !action->rewrite->single_action_opt && ptrn && arg;
288 rule_id, action->rewrite->index,
289 action->rewrite->single_action_opt,
290 ptrn_arg ? action->rewrite->num_of_actions : 0,
301 for (i = 0; i < action->rewrite->num_of_actions; i++) {
351 (action->rewrite->ptrn && action->rewrite
[all...]
H A Ddr_ste_v1.c2237 ptrn_mgr = action->rewrite->dmn->ptrn_mgr;
2241 action->rewrite->arg = mlx5dr_arg_get_obj(action->rewrite->dmn->arg_mgr,
2242 action->rewrite->num_of_actions,
2243 action->rewrite->data);
2244 if (!action->rewrite->arg) {
2245 mlx5dr_err(action->rewrite->dmn, "Failed allocating args for modify header\n");
2249 action->rewrite->ptrn =
2251 action->rewrite->num_of_actions,
2252 action->rewrite
[all...]
H A Ddr_ste.c640 struct mlx5dr_domain *dmn = action->rewrite->dmn;
644 chunk_size = ilog2(roundup_pow_of_two(action->rewrite->num_of_actions));
649 action->rewrite->chunk = mlx5dr_icm_alloc_chunk(dmn->action_icm_pool,
651 if (!action->rewrite->chunk)
654 action->rewrite->index = (mlx5dr_icm_pool_get_chunk_icm_addr(action->rewrite->chunk) -
658 ret = mlx5dr_send_postsend_action(action->rewrite->dmn, action);
665 mlx5dr_icm_free_chunk(action->rewrite->chunk);
671 mlx5dr_icm_free_chunk(action->rewrite->chunk);
676 struct mlx5dr_domain *dmn = action->rewrite
[all...]
H A Ddr_send.c841 send_info.write.addr = (uintptr_t)action->rewrite->data;
842 send_info.write.length = action->rewrite->num_of_actions *
846 mlx5dr_icm_pool_get_chunk_mr_addr(action->rewrite->chunk);
847 send_info.rkey = mlx5dr_icm_pool_get_chunk_rkey(action->rewrite->chunk);
H A Ddr_types.h1125 struct mlx5dr_action_rewrite *rewrite; member in union:mlx5dr_action::__anon555
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S76 strne r0, [r1] @ rewrite DLLA to force DLL reload
78 strne r0, [r1] @ rewrite DLLB to force DLL reload
/linux-master/samples/bpf/
H A Dtest_lwt_bpf.c84 static inline int rewrite(struct __sk_buff *skb, uint32_t old_ip, function
154 return rewrite(skb, old_ip, new_ip, 1);
/linux-master/arch/sh/kernel/
H A Dentry-common.S378 ! This allows the parent to rewrite system calls
/linux-master/arch/alpha/lib/
H A Dev6-clear_user.S59 # and we can rewrite this later...
/linux-master/drivers/md/
H A Dmd.c2864 rewrite:
2891 goto rewrite;
/linux-master/scripts/
H A Dcheckpatch.pl7790 This EXPERIMENTAL file is simply a convenience to help rewrite patches.

Completed in 332 milliseconds