Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/mthca/
H A Dmthca_allocator.c160 int mthca_array_init(struct mthca_array *array, int nent) in mthca_array_init() function
H A Dmthca_dev.h424 int mthca_array_init(struct mthca_array *array, int nent);
H A Dmthca_srq.c683 err = mthca_array_init(&dev->srq_table.srq, in mthca_init_srq_table()
H A Dmthca_cq.c969 err = mthca_array_init(&dev->cq_table.cq, in mthca_init_cq_table()
H A Dmthca_qp.c2280 err = mthca_array_init(&dev->qp_table.qp, in mthca_init_qp_table()