Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h177 struct mthca_alloc { struct
194 struct mthca_alloc alloc; argument
200 struct mthca_alloc alloc;
211 struct mthca_alloc mpt_alloc;
226 struct mthca_alloc alloc;
239 struct mthca_alloc alloc;
246 struct mthca_alloc alloc;
253 struct mthca_alloc alloc;
269 struct mthca_alloc alloc;
274 struct mthca_alloc alloc;
[all …]
H A Dmthca_allocator.c40 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc() function
64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free()
79 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, in mthca_alloc_init()
100 void mthca_alloc_cleanup(struct mthca_alloc *alloc) in mthca_alloc_cleanup()
H A Dmthca_uar.c40 uar->index = mthca_alloc(&dev->uar_table.alloc); in mthca_uar_alloc()
H A Dmthca_pd.c46 pd->pd_num = mthca_alloc(&dev->pd_table.alloc); in mthca_pd_alloc()
H A Dmthca_mcg.c148 index = mthca_alloc(&dev->mcg_table.alloc); in mthca_multicast_attach()
H A Dmthca_av.c172 index = mthca_alloc(&dev->av_table.alloc); in mthca_create_ah()
H A Dmthca_srq.c237 srq->srqn = mthca_alloc(&dev->srq_table.alloc); in mthca_alloc_srq()
H A Dmthca_mr.c438 key = mthca_alloc(&dev->mr_table.mpt_alloc); in mthca_mr_alloc()
H A Dmthca_cq.c779 cq->cqn = mthca_alloc(&dev->cq_table.alloc); in mthca_init_cq()
H A Dmthca_eq.c514 eq->eqn = mthca_alloc(&dev->eq_table.alloc); in mthca_create_eq()
H A Dmthca_qp.c1314 qp->qpn = mthca_alloc(&dev->qp_table.alloc); in mthca_alloc_qp()