Searched refs:RES_GET_FUNCS (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/infiniband/core/ |
| H A D | nldev.c | 1710 #define RES_GET_FUNCS(name, type) \ macro 1725 RES_GET_FUNCS(qp, RDMA_RESTRACK_QP); 1726 RES_GET_FUNCS(qp_raw, RDMA_RESTRACK_QP); 1727 RES_GET_FUNCS(cm_id, RDMA_RESTRACK_CM_ID); 1728 RES_GET_FUNCS(cq, RDMA_RESTRACK_CQ); 1729 RES_GET_FUNCS(cq_raw, RDMA_RESTRACK_CQ); 1730 RES_GET_FUNCS(pd, RDMA_RESTRACK_PD); 1731 RES_GET_FUNCS(mr, RDMA_RESTRACK_MR); 1732 RES_GET_FUNCS(mr_raw, RDMA_RESTRACK_MR); 1733 RES_GET_FUNCS(counter, RDMA_RESTRACK_COUNTER); [all …]
|