Home
last modified time | relevance | path

Searched refs:mthca_array (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h186 struct mthca_array { struct
241 struct mthca_array cq;
248 struct mthca_array srq;
258 struct mthca_array qp;
418 void *mthca_array_get(struct mthca_array *array, int index);
419 int mthca_array_set(struct mthca_array *array, int index, void *value);
420 void mthca_array_clear(struct mthca_array *array, int index);
421 int mthca_array_init(struct mthca_array *array, int nent);
422 void mthca_array_cleanup(struct mthca_array *array, int nent);
H A Dmthca_allocator.c113 void *mthca_array_get(struct mthca_array *array, int index) in mthca_array_get()
123 int mthca_array_set(struct mthca_array *array, int index, void *value) in mthca_array_set()
140 void mthca_array_clear(struct mthca_array *array, int index) in mthca_array_clear()
155 int mthca_array_init(struct mthca_array *array, int nent) in mthca_array_init()
173 void mthca_array_cleanup(struct mthca_array *array, int nent) in mthca_array_cleanup()