Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dfs.c206 if (ib_spec->type & IB_FLOW_SPEC_INNER) { in parse_flow_attr()
222 switch (ib_spec->type & ~IB_FLOW_SPEC_INNER) { in parse_flow_attr()
357 ib_spec->type & IB_FLOW_SPEC_INNER); in parse_flow_attr()
456 if (ib_spec->type & IB_FLOW_SPEC_INNER) { in parse_flow_attr()
582 int inner_bit = check_inner ? IB_FLOW_SPEC_INNER : 0; in is_valid_ethertype()
/linux-6.1.9/drivers/infiniband/core/
Duverbs_cmd.c2729 if (ib_spec->type == (IB_FLOW_SPEC_INNER | IB_FLOW_SPEC_VXLAN_TUNNEL)) in ib_uverbs_kern_spec_to_ib_spec_filter()
2732 switch (ib_spec->type & ~IB_FLOW_SPEC_INNER) { in ib_uverbs_kern_spec_to_ib_spec_filter()
/linux-6.1.9/include/rdma/
Dib_verbs.h1880 IB_FLOW_SPEC_INNER = 0x100, enumerator