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

/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c117 void *mthca_array_get(struct mthca_array *array, int index)
127 int mthca_array_set(struct mthca_array *array, int index, void *value)
144 void mthca_array_clear(struct mthca_array *array, int index)
159 int mthca_array_init(struct mthca_array *array, int nent)
176 void mthca_array_cleanup(struct mthca_array *array, int nent)
H A Dmthca_dev.h187 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);

Completed in 45 milliseconds