mthca_array       118 drivers/infiniband/hw/mthca/mthca_allocator.c void *mthca_array_get(struct mthca_array *array, int index)
mthca_array       128 drivers/infiniband/hw/mthca/mthca_allocator.c int mthca_array_set(struct mthca_array *array, int index, void *value)
mthca_array       145 drivers/infiniband/hw/mthca/mthca_allocator.c void mthca_array_clear(struct mthca_array *array, int index)
mthca_array       160 drivers/infiniband/hw/mthca/mthca_allocator.c int mthca_array_init(struct mthca_array *array, int nent)
mthca_array       178 drivers/infiniband/hw/mthca/mthca_allocator.c void mthca_array_cleanup(struct mthca_array *array, int nent)
mthca_array       242 drivers/infiniband/hw/mthca/mthca_dev.h 	struct mthca_array      cq;
mthca_array       249 drivers/infiniband/hw/mthca/mthca_dev.h 	struct mthca_array      srq;
mthca_array       259 drivers/infiniband/hw/mthca/mthca_dev.h 	struct mthca_array     	qp;
mthca_array       419 drivers/infiniband/hw/mthca/mthca_dev.h void *mthca_array_get(struct mthca_array *array, int index);
mthca_array       420 drivers/infiniband/hw/mthca/mthca_dev.h int mthca_array_set(struct mthca_array *array, int index, void *value);
mthca_array       421 drivers/infiniband/hw/mthca/mthca_dev.h void mthca_array_clear(struct mthca_array *array, int index);
mthca_array       422 drivers/infiniband/hw/mthca/mthca_dev.h int mthca_array_init(struct mthca_array *array, int nent);
mthca_array       423 drivers/infiniband/hw/mthca/mthca_dev.h void mthca_array_cleanup(struct mthca_array *array, int nent);