Home
last modified time | relevance | path

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

/Linux-v5.4/include/rdma/
Dib_verbs.h1866 struct ib_flow_spec_eth { struct
2034 struct ib_flow_spec_eth eth;
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c3065 struct ib_flow_spec_eth *eth_spec; in flow_is_multicast_only()
3067 eth_spec = (struct ib_flow_spec_eth *)flow_spec; in flow_is_multicast_only()
3700 struct ib_flow_spec_eth eth_flow; in create_leftovers_rule()
3709 .size = sizeof(struct ib_flow_spec_eth), in create_leftovers_rule()
3721 .size = sizeof(struct ib_flow_spec_eth), in create_leftovers_rule()
/Linux-v5.4/drivers/infiniband/core/
Duverbs_cmd.c2771 ib_spec->size = sizeof(struct ib_flow_spec_eth); in ib_uverbs_kern_spec_to_ib_spec_filter()