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

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h443 struct ib_device_attr ib_attr; member in struct:qlnxr_dev_attr
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2013 static bool flow_is_multicast_only(struct ib_flow_attr *ib_attr) argument
2017 if (ib_attr->type != IB_FLOW_ATTR_NORMAL ||
2018 ib_attr->size < sizeof(struct ib_flow_attr) +
2020 ib_attr->num_of_specs < 1)
2023 eth_spec = (struct ib_flow_spec_eth *)(ib_attr + 1);

Completed in 172 milliseconds