Searched refs:mthca_free (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_pd.c | 56 mthca_free(&dev->pd_table.alloc, pd->pd_num); in mthca_pd_alloc() 66 mthca_free(&dev->pd_table.alloc, pd->pd_num); in mthca_pd_free()
|
H A D | mthca_mcg.c | 206 mthca_free(&dev->mcg_table.alloc, index); in mthca_multicast_attach() 286 mthca_free(&dev->mcg_table.alloc, amgm_index_to_free); in mthca_multicast_detach() 305 mthca_free(&dev->mcg_table.alloc, index); in mthca_multicast_detach()
|
H A D | mthca_uar.c | 51 mthca_free(&dev->uar_table.alloc, uar->index); in mthca_uar_free()
|
H A D | mthca_allocator.c | 64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free() function
|
H A D | mthca_srq.c | 322 mthca_free(&dev->srq_table.alloc, srq->srqn); in mthca_alloc_srq() 368 mthca_free(&dev->srq_table.alloc, srq->srqn); in mthca_free_srq()
|
H A D | mthca_mr.c | 505 mthca_free(&dev->mr_table.mpt_alloc, key); in mthca_mr_alloc() 547 mthca_free(&dev->mr_table.mpt_alloc, key_to_hw_index(dev, lkey)); in mthca_free_region()
|
H A D | mthca_av.c | 247 mthca_free(&dev->av_table.alloc, in mthca_destroy_ah()
|
H A D | mthca_cq.c | 884 mthca_free(&dev->cq_table.alloc, cq->cqn); in mthca_init_cq() 949 mthca_free(&dev->cq_table.alloc, cq->cqn); in mthca_free_cq()
|
H A D | mthca_dev.h | 414 void mthca_free(struct mthca_alloc *alloc, u32 obj);
|
H A D | mthca_eq.c | 568 mthca_free(&dev->eq_table.alloc, eq->eqn); in mthca_create_eq()
|
H A D | mthca_qp.c | 1324 mthca_free(&dev->qp_table.alloc, qp->qpn); in mthca_alloc_qp() 1496 mthca_free(&dev->qp_table.alloc, qp->qpn); in mthca_free_qp()
|