Searched refs:ib_attr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1871 static bool flow_is_multicast_only(struct ib_flow_attr *ib_attr) argument
1875 if (ib_attr->type != IB_FLOW_ATTR_NORMAL ||
1876 ib_attr->size < sizeof(struct ib_flow_attr) +
1878 ib_attr->num_of_specs < 1)
1881 eth_spec = (struct ib_flow_spec_eth *)(ib_attr + 1);

Completed in 106 milliseconds