Searched refs:IB_FLOW_ATTR_FLAGS_DONT_TRAP (Results 1 – 4 of 4) sorted by relevance
1819 if (flow_attr->flags & ~IB_FLOW_ATTR_FLAGS_DONT_TRAP) in mlx4_ib_create_flow()1822 if ((flow_attr->flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP) && in mlx4_ib_create_flow()1844 if (unlikely(flow_attr->flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP)) { in mlx4_ib_create_flow()
3049 bool dont_trap = flow_attr->flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP; in get_flow_table()3570 (flow_attr->flags & ~(IB_FLOW_ATTR_FLAGS_DONT_TRAP | in mlx5_ib_create_flow()3617 if (flow_attr->flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP) { in mlx5_ib_create_flow()
1881 IB_FLOW_ATTR_FLAGS_DONT_TRAP = 1UL << 1, /* Continue match, no steal */ enumerator
3521 if ((cmd.flow_attr.flags & IB_FLOW_ATTR_FLAGS_DONT_TRAP) && in ib_uverbs_ex_create_flow()