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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_pd.c48 pd->pd_num = mthca_alloc(&dev->pd_table.alloc);
H A Dmthca_uar.c42 uar->index = mthca_alloc(&dev->uar_table.alloc);
H A Dmthca_dev.h181 struct mthca_alloc { struct
198 struct mthca_alloc alloc;
204 struct mthca_alloc alloc;
214 struct mthca_alloc mpt_alloc;
229 struct mthca_alloc alloc;
242 struct mthca_alloc alloc;
249 struct mthca_alloc alloc;
256 struct mthca_alloc alloc;
272 struct mthca_alloc alloc;
277 struct mthca_alloc allo
[all...]
H A Dmthca_allocator.c42 u32 mthca_alloc(struct mthca_alloc *alloc) function
66 void mthca_free(struct mthca_alloc *alloc, u32 obj)
81 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask,
107 void mthca_alloc_cleanup(struct mthca_alloc *alloc)
H A Dmthca_av.c174 index = mthca_alloc(&dev->av_table.alloc);
H A Dmthca_mcg.c168 index = mthca_alloc(&dev->mcg_table.alloc);
H A Dmthca_mr.c436 key = mthca_alloc(&dev->mr_table.mpt_alloc);
596 key = mthca_alloc(&dev->mr_table.mpt_alloc);
H A Dmthca_cq.c799 cq->cqn = mthca_alloc(&dev->cq_table.alloc);
H A Dmthca_eq.c531 eq->eqn = mthca_alloc(&dev->eq_table.alloc);
H A Dmthca_srq.c220 srq->srqn = mthca_alloc(&dev->srq_table.alloc);
H A Dmthca_qp.c1312 qp->qpn = mthca_alloc(&dev->qp_table.alloc);

Completed in 88 milliseconds