Searched refs:ib_type (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/rdma/ |
D | ib_verbs.h | 2290 #define rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, gfp) \ argument 2291 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2294 #define rdma_zalloc_drv_obj_numa(ib_dev, ib_type) \ argument 2295 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2298 #define rdma_zalloc_drv_obj(ib_dev, ib_type) \ argument 2299 rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, GFP_KERNEL)
|