mthca_array
void *mthca_array_get(struct mthca_array *array, int index)
int mthca_array_set(struct mthca_array *array, int index, void *value)
void mthca_array_clear(struct mthca_array *array, int index)
int mthca_array_init(struct mthca_array *array, int nent)
void mthca_array_cleanup(struct mthca_array *array, int nent)
struct mthca_array cq;
struct mthca_array srq;
struct mthca_array qp;
void *mthca_array_get(struct mthca_array *array, int index);
int mthca_array_set(struct mthca_array *array, int index, void *value);
void mthca_array_clear(struct mthca_array *array, int index);
int mthca_array_init(struct mthca_array *array, int nent);
void mthca_array_cleanup(struct mthca_array *array, int nent);