Lines Matching defs:in

7  * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
102 * are not needed as well in the following process. So clear them all for simplicity.
134 * VHCA in dual-port RoCE mode, and matching on source vport may fail.
322 * in a single flow
357 * return false in case at least one of destinations doesn't meet
702 /* Header rewrite with combined wire+loopback in FDB is not allowed */
826 * supported in the rule of split action.
1077 u32 in[MLX5_ST_SZ_DW(query_esw_vport_context_in)] = {};
1085 MLX5_SET(query_esw_vport_context_in, in, opcode,
1087 err = mlx5_cmd_exec_inout(esw->dev, query_esw_vport_context, in, out);
1539 * when ESWITCH_IPV4_TTL_MODIFY_ENABLE = true in mlxconfig
1857 * but as the peer device might not be in switchdev mode it's not
1859 * to the same value on both devices. If it needs to be changed in the future note
1885 /* Create empty TC-miss managed table. This allows plugging in following
2618 u32 in[MLX5_ST_SZ_DW(set_flow_table_root_in)] = {};
2624 MLX5_SET(set_flow_table_root_in, in, opcode,
2626 MLX5_SET(set_flow_table_root_in, in, table_type,
2634 MLX5_SET(set_flow_table_root_in, in,
2636 MLX5_SET(set_flow_table_root_in, in,
2639 MLX5_SET(set_flow_table_root_in, in, table_id,
2646 MLX5_SET(set_flow_table_root_in, in, table_id,
2650 err = mlx5_cmd_exec(slave, in, sizeof(in), out, sizeof(out));
3485 /* External host number starts with zero in device */