Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mthca/
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);
Dmthca_allocator.c118 void *mthca_array_get(struct mthca_array *array, int index) in mthca_array_get()
128 int mthca_array_set(struct mthca_array *array, int index, void *value) in mthca_array_set()
145 void mthca_array_clear(struct mthca_array *array, int index) in mthca_array_clear()
160 int mthca_array_init(struct mthca_array *array, int nent) in mthca_array_init()
178 void mthca_array_cleanup(struct mthca_array *array, int nent) in mthca_array_cleanup()