Home
last modified time | relevance | path

Searched refs:IB_FLOW_SPEC_ETH (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dfs.c222 case IB_FLOW_SPEC_ETH: in parse_flow_attr()
560 if (flow_spec->type == IB_FLOW_SPEC_ETH) { in flow_is_multicast_only()
592 if ((ib_spec->type == (IB_FLOW_SPEC_ETH | inner_bit)) && in is_valid_ethertype()
1196 .type = IB_FLOW_SPEC_ETH, in create_leftovers_rule()
1208 .type = IB_FLOW_SPEC_ETH, in create_leftovers_rule()
/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c1353 case IB_FLOW_SPEC_ETH: in parse_flow_attr()
1422 .mandatory_not_fields = {IB_FLOW_SPEC_ETH},
1583 if (header_spec == IB_FLOW_SPEC_ETH) in __mlx4_ib_create_flow()
1628 if (ib_spec->type != IB_FLOW_SPEC_ETH || flow_attr->num_of_specs != 1) in mlx4_ib_tunnel_steer_add()
1657 if (ib_spec->type != IB_FLOW_SPEC_ETH) in mlx4_ib_add_dont_trap_rule()
/linux/include/rdma/
H A Dib_verbs.h1882 IB_FLOW_SPEC_ETH = 0x20, enumerator
/linux/drivers/infiniband/core/
H A Duverbs_cmd.c2739 case IB_FLOW_SPEC_ETH: in ib_uverbs_kern_spec_to_ib_spec_filter()