Searched refs:mthca_array (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_dev.h | 186 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 D | mthca_allocator.c | 113 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()
|