Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_allocator.c178 void mthca_array_cleanup(struct mthca_array *array, int nent) in mthca_array_cleanup() function
Dmthca_dev.h422 void mthca_array_cleanup(struct mthca_array *array, int nent);
Dmthca_srq.c696 mthca_array_cleanup(&dev->srq_table.srq, dev->limits.num_srqs); in mthca_cleanup_srq_table()
Dmthca_cq.c976 mthca_array_cleanup(&dev->cq_table.cq, dev->limits.num_cqs); in mthca_cleanup_cq_table()
Dmthca_qp.c2299 mthca_array_cleanup(&dev->qp_table.qp, dev->limits.num_qps); in mthca_init_qp_table()
2312 mthca_array_cleanup(&dev->qp_table.qp, dev->limits.num_qps); in mthca_cleanup_qp_table()