Searched refs:mthca_array (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/infiniband/hw/mthca/ |
D | mthca_dev.h | 187 struct mthca_array { struct 242 struct mthca_array cq; 249 struct mthca_array srq; 259 struct mthca_array qp; 419 void *mthca_array_get(struct mthca_array *array, int index); 420 int mthca_array_set(struct mthca_array *array, int index, void *value); 421 void mthca_array_clear(struct mthca_array *array, int index); 422 int mthca_array_init(struct mthca_array *array, int nent); 423 void mthca_array_cleanup(struct mthca_array *array, int nent);
|
D | mthca_allocator.c | 118 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()
|