Searched refs:ib_type (Results 1 – 1 of 1) sorted by relevance
| /include/rdma/ |
| D | ib_verbs.h | 2288 #define rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, gfp) \ argument 2289 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2292 #define rdma_zalloc_drv_obj_numa(ib_dev, ib_type) \ argument 2293 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2296 #define rdma_zalloc_drv_obj(ib_dev, ib_type) \ argument 2297 rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, GFP_KERNEL)
|