Searched refs:ib_sa_service_rec (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/ |
D | ib_sa.h | 369 struct ib_sa_service_rec { struct 435 struct ib_sa_service_rec *rec, 439 struct ib_sa_service_rec *resp,
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | sa_query.c | 127 void (*callback)(int, struct ib_sa_service_rec *, void *); 506 .struct_offset_bytes = offsetof(struct ib_sa_service_rec, field), \ 507 .struct_size_bytes = sizeof_field(struct ib_sa_service_rec, field), \ 1649 struct ib_sa_service_rec rec; in ib_sa_service_rec_callback() 1692 struct ib_sa_service_rec *rec, in ib_sa_service_rec_query() 1696 struct ib_sa_service_rec *resp, in ib_sa_service_rec_query()
|