Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2254 struct ib_flow_spec_eth *eth_spec; in flow_is_multicast_only() local
2262 eth_spec = (struct ib_flow_spec_eth *)(ib_attr + 1); in flow_is_multicast_only()
2263 if (eth_spec->type != IB_FLOW_SPEC_ETH || in flow_is_multicast_only()
2264 eth_spec->size != sizeof(*eth_spec)) in flow_is_multicast_only()
2267 return is_multicast_ether_addr(eth_spec->mask.dst_mac) && in flow_is_multicast_only()
2268 is_multicast_ether_addr(eth_spec->val.dst_mac); in flow_is_multicast_only()