Home
last modified time | relevance | path

Searched refs:mthca_alloc (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_dev.h178 struct mthca_alloc { struct
195 struct mthca_alloc alloc; argument
201 struct mthca_alloc alloc;
212 struct mthca_alloc mpt_alloc;
227 struct mthca_alloc alloc;
240 struct mthca_alloc alloc;
247 struct mthca_alloc alloc;
254 struct mthca_alloc alloc;
270 struct mthca_alloc alloc;
275 struct mthca_alloc alloc;
[all …]
HDmthca_allocator.c39 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc() function
63 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free()
78 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, in mthca_alloc_init()
104 void mthca_alloc_cleanup(struct mthca_alloc *alloc) in mthca_alloc_cleanup()
HDmthca_uar.c40 uar->index = mthca_alloc(&dev->uar_table.alloc); in mthca_uar_alloc()
HDmthca_pd.c46 pd->pd_num = mthca_alloc(&dev->pd_table.alloc); in mthca_pd_alloc()
HDmthca_mcg.c156 index = mthca_alloc(&dev->mcg_table.alloc); in mthca_multicast_attach()
HDmthca_av.c172 index = mthca_alloc(&dev->av_table.alloc); in mthca_create_ah()
HDmthca_mr.c444 key = mthca_alloc(&dev->mr_table.mpt_alloc); in mthca_mr_alloc()
604 key = mthca_alloc(&dev->mr_table.mpt_alloc); in mthca_fmr_alloc()
HDmthca_srq.c230 srq->srqn = mthca_alloc(&dev->srq_table.alloc); in mthca_alloc_srq()
HDmthca_eq.c514 eq->eqn = mthca_alloc(&dev->eq_table.alloc); in mthca_create_eq()
HDmthca_cq.c785 cq->cqn = mthca_alloc(&dev->cq_table.alloc); in mthca_init_cq()
HDmthca_qp.c1307 qp->qpn = mthca_alloc(&dev->qp_table.alloc); in mthca_alloc_qp()