Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1841 case IB_FLOW_SPEC_ETH: in parse_flow_attr()
2024 if (eth_spec->type != IB_FLOW_SPEC_ETH || in flow_is_multicast_only()
2041 if (ib_spec->type == IB_FLOW_SPEC_ETH && in is_valid_attr()
2283 .type = IB_FLOW_SPEC_ETH, in create_leftovers_rule()
2295 .type = IB_FLOW_SPEC_ETH, in create_leftovers_rule()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1302 case IB_FLOW_SPEC_ETH: in parse_flow_attr()
1371 .mandatory_not_fields = {IB_FLOW_SPEC_ETH},
1579 if (ib_spec->type != IB_FLOW_SPEC_ETH || flow_attr->num_of_specs != 1) in mlx4_ib_tunnel_steer_add()
1608 if (ib_spec->type != IB_FLOW_SPEC_ETH) in mlx4_ib_add_dont_trap_rule()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1669 IB_FLOW_SPEC_ETH = 0x20, enumerator
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2756 case IB_FLOW_SPEC_ETH: in ib_uverbs_kern_spec_to_ib_spec_filter()