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

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1429 struct npc_kpu_action1 action1 = {0}; local
1432 action1.errlev = kpuaction->errlev;
1433 action1.errcode = kpuaction->errcode;
1434 action1.dp0_offset = kpuaction->dp0_offset;
1435 action1.dp1_offset = kpuaction->dp1_offset;
1436 action1.dp2_offset = kpuaction->dp2_offset;
1443 rvu_write64(rvu, blkaddr, reg, *(u64 *)&action1);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1733 u32 action1 = act1->action; local
1737 xored_actions = action1 ^ action2;
1740 if (action1 == MLX5_FLOW_CONTEXT_ACTION_COUNT ||
1754 if (action1 & MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT &&
1758 if (action1 & MLX5_FLOW_CONTEXT_ACTION_MOD_HDR &&
1762 if (action1 & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH &&
1766 if (action1 & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2 &&

Completed in 468 milliseconds