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
525 pr_warn("mlx5: flow steering node is not in tree or garbaged\n");
682 "flow steering can't delete fte in index %d of flow group id %d\n",
894 /* If reverse is false, then we search for the first flow table in the
896 * last flow table in the root sub-tree till start(closest from left).
946 * in the tree, else return the last flow table before the node in the tree.
947 * If skip is true, skip the flow tables in the same prio_chains prio.
1083 /* Don't set any QPN (zero) in case QPN list is empty */
1375 /* We save place for flow groups in addition to max types */
1503 /* Add dest to dests list- we need flow tables to be in the
1633 u32 *in;
1635 in = kvzalloc(inlen, GFP_KERNEL);
1636 if (!in)
1639 MLX5_SET(create_flow_group_in, in, match_criteria_enable,
1641 MLX5_SET(create_flow_group_in, in, start_flow_index, fg->start_index);
1642 MLX5_SET(create_flow_group_in, in, end_flow_index, fg->start_index +
1649 MLX5_SET(create_flow_group_in, in,
1653 in, match_criteria);
1657 err = root->cmds->create_flow_group(root, ft, in, fg);
1663 kvfree(in);
2251 * changes, and increase its refcount, in order not to perform the
2255 * rules, it means we just need to modify the FTE in FW, and
2258 * FTE in FW. Then, unlock the FTE, and proceed the tree_put_node of
2320 /* Don't set any QPN (zero) in case QPN list is empty */
2966 /* FT and tc chains are stored in the same array so we can re-use the
2968 * When creating a new ns for each chain store it in the first available slot.
3568 mlx5_core_warn(dev, "Failed finding underlay qp (%u) in qpn list\n",
3752 * are executed in the namespace.