Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dfs.c232 case IB_FLOW_SPEC_ETH: in parse_flow_attr()
577 if (flow_spec->type == IB_FLOW_SPEC_ETH) { in flow_is_multicast_only()
650 if ((ib_spec->type == (IB_FLOW_SPEC_ETH | inner_bit)) && in is_valid_ethertype()
1067 .type = IB_FLOW_SPEC_ETH, in create_leftovers_rule()
1079 .type = IB_FLOW_SPEC_ETH, in create_leftovers_rule()
/Linux-v5.10/drivers/infiniband/hw/mlx4/
Dmain.c1357 case IB_FLOW_SPEC_ETH: in parse_flow_attr()
1426 .mandatory_not_fields = {IB_FLOW_SPEC_ETH},
1587 if (header_spec == IB_FLOW_SPEC_ETH) in __mlx4_ib_create_flow()
1632 if (ib_spec->type != IB_FLOW_SPEC_ETH || flow_attr->num_of_specs != 1) in mlx4_ib_tunnel_steer_add()
1661 if (ib_spec->type != IB_FLOW_SPEC_ETH) in mlx4_ib_add_dont_trap_rule()
/Linux-v5.10/include/rdma/
Dib_verbs.h1839 IB_FLOW_SPEC_ETH = 0x20, enumerator
/Linux-v5.10/drivers/infiniband/core/
Duverbs_cmd.c2725 case IB_FLOW_SPEC_ETH: in ib_uverbs_kern_spec_to_ib_spec_filter()