Searched refs:ib_type (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/include/rdma/ |
D | ib_verbs.h | 2301 #define rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, gfp) \ argument 2302 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2305 #define rdma_zalloc_drv_obj_numa(ib_dev, ib_type) \ argument 2306 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2309 #define rdma_zalloc_drv_obj(ib_dev, ib_type) \ argument 2310 rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, GFP_KERNEL)
|