Home
last modified time | relevance | path

Searched refs:IB_FLOW_SPEC_INNER (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dfs.c215 if (ib_spec->type & IB_FLOW_SPEC_INNER) { in parse_flow_attr()
231 switch (ib_spec->type & ~IB_FLOW_SPEC_INNER) { in parse_flow_attr()
366 ib_spec->type & IB_FLOW_SPEC_INNER); in parse_flow_attr()
472 if (ib_spec->type & IB_FLOW_SPEC_INNER) { in parse_flow_attr()
639 int inner_bit = check_inner ? IB_FLOW_SPEC_INNER : 0; in is_valid_ethertype()
/Linux-v5.10/drivers/infiniband/core/
Duverbs_cmd.c2721 if (ib_spec->type == (IB_FLOW_SPEC_INNER | IB_FLOW_SPEC_VXLAN_TUNNEL)) in ib_uverbs_kern_spec_to_ib_spec_filter()
2724 switch (ib_spec->type & ~IB_FLOW_SPEC_INNER) { in ib_uverbs_kern_spec_to_ib_spec_filter()
/Linux-v5.10/include/rdma/
Dib_verbs.h1851 IB_FLOW_SPEC_INNER = 0x100, enumerator