Searched refs:mthca_array (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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 | 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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 4 milliseconds