Home
last modified time | relevance | path

Searched refs:mthca_array_cleanup (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_allocator.c176 void mthca_array_cleanup(struct mthca_array *array, int nent) in mthca_array_cleanup() function
HDmthca_dev.h423 void mthca_array_cleanup(struct mthca_array *array, int nent);
HDmthca_srq.c713 mthca_array_cleanup(&dev->srq_table.srq, dev->limits.num_srqs); in mthca_cleanup_srq_table()
HDmthca_cq.c990 mthca_array_cleanup(&dev->cq_table.cq, dev->limits.num_cqs); in mthca_cleanup_cq_table()
HDmthca_qp.c2317 mthca_array_cleanup(&dev->qp_table.qp, dev->limits.num_qps); in mthca_init_qp_table()
2331 mthca_array_cleanup(&dev->qp_table.qp, dev->limits.num_qps); in mthca_cleanup_qp_table()