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

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1870 static bool flow_is_multicast_only(struct ib_flow_attr *ib_attr) argument
1874 if (ib_attr->type != IB_FLOW_ATTR_NORMAL ||
1875 ib_attr->size < sizeof(struct ib_flow_attr) +
1877 ib_attr->num_of_specs < 1)
1880 eth_spec = (struct ib_flow_spec_eth *)(ib_attr + 1);

Completed in 109 milliseconds