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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_pd.c46 pd->pd_num = mthca_alloc(&dev->pd_table.alloc);
H A Dmthca_uar.c40 uar->index = mthca_alloc(&dev->uar_table.alloc);
H A Dmthca_dev.h178 struct mthca_alloc { struct
195 struct mthca_alloc alloc;
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 allo
[all...]
H A Dmthca_allocator.c40 u32 mthca_alloc(struct mthca_alloc *alloc) function
64 void mthca_free(struct mthca_alloc *alloc, u32 obj)
79 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask,
105 void mthca_alloc_cleanup(struct mthca_alloc *alloc)
H A Dmthca_av.c172 index = mthca_alloc(&dev->av_table.alloc);
H A Dmthca_mcg.c156 index = mthca_alloc(&dev->mcg_table.alloc);
H A Dmthca_mr.c448 key = mthca_alloc(&dev->mr_table.mpt_alloc);
608 key = mthca_alloc(&dev->mr_table.mpt_alloc);
H A Dmthca_srq.c226 srq->srqn = mthca_alloc(&dev->srq_table.alloc);
H A Dmthca_cq.c787 cq->cqn = mthca_alloc(&dev->cq_table.alloc);
H A Dmthca_eq.c515 eq->eqn = mthca_alloc(&dev->eq_table.alloc);
H A Dmthca_qp.c1299 qp->qpn = mthca_alloc(&dev->qp_table.alloc);

Completed in 128 milliseconds