Symbol: mthca_alloc
drivers/infiniband/hw/mthca/mthca_allocator.c
100
void mthca_alloc_cleanup(struct mthca_alloc *alloc)
drivers/infiniband/hw/mthca/mthca_allocator.c
40
u32 mthca_alloc(struct mthca_alloc *alloc)
drivers/infiniband/hw/mthca/mthca_allocator.c
64
void mthca_free(struct mthca_alloc *alloc, u32 obj)
drivers/infiniband/hw/mthca/mthca_allocator.c
79
int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask,
drivers/infiniband/hw/mthca/mthca_av.c
172
index = mthca_alloc(&dev->av_table.alloc);
drivers/infiniband/hw/mthca/mthca_cq.c
779
cq->cqn = mthca_alloc(&dev->cq_table.alloc);
drivers/infiniband/hw/mthca/mthca_dev.h
194
struct mthca_alloc alloc;
drivers/infiniband/hw/mthca/mthca_dev.h
200
struct mthca_alloc alloc;
drivers/infiniband/hw/mthca/mthca_dev.h
211
struct mthca_alloc mpt_alloc;
drivers/infiniband/hw/mthca/mthca_dev.h
226
struct mthca_alloc alloc;
drivers/infiniband/hw/mthca/mthca_dev.h
239
struct mthca_alloc alloc;
drivers/infiniband/hw/mthca/mthca_dev.h
246
struct mthca_alloc alloc;
drivers/infiniband/hw/mthca/mthca_dev.h
253
struct mthca_alloc alloc;
drivers/infiniband/hw/mthca/mthca_dev.h
269
struct mthca_alloc alloc;
drivers/infiniband/hw/mthca/mthca_dev.h
274
struct mthca_alloc alloc;
drivers/infiniband/hw/mthca/mthca_dev.h
413
u32 mthca_alloc(struct mthca_alloc *alloc);
drivers/infiniband/hw/mthca/mthca_dev.h
414
void mthca_free(struct mthca_alloc *alloc, u32 obj);
drivers/infiniband/hw/mthca/mthca_dev.h
415
int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask,
drivers/infiniband/hw/mthca/mthca_dev.h
417
void mthca_alloc_cleanup(struct mthca_alloc *alloc);
drivers/infiniband/hw/mthca/mthca_eq.c
513
eq->eqn = mthca_alloc(&dev->eq_table.alloc);
drivers/infiniband/hw/mthca/mthca_mcg.c
148
index = mthca_alloc(&dev->mcg_table.alloc);
drivers/infiniband/hw/mthca/mthca_mr.c
437
key = mthca_alloc(&dev->mr_table.mpt_alloc);
drivers/infiniband/hw/mthca/mthca_pd.c
46
pd->pd_num = mthca_alloc(&dev->pd_table.alloc);
drivers/infiniband/hw/mthca/mthca_qp.c
1314
qp->qpn = mthca_alloc(&dev->qp_table.alloc);
drivers/infiniband/hw/mthca/mthca_srq.c
237
srq->srqn = mthca_alloc(&dev->srq_table.alloc);
drivers/infiniband/hw/mthca/mthca_uar.c
40
uar->index = mthca_alloc(&dev->uar_table.alloc);