mthca_ah          156 drivers/infiniband/hw/mthca/mthca_av.c 		    struct mthca_ah *ah)
mthca_ah          243 drivers/infiniband/hw/mthca/mthca_av.c int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah)
mthca_ah          264 drivers/infiniband/hw/mthca/mthca_av.c int mthca_ah_grh_present(struct mthca_ah *ah)
mthca_ah          269 drivers/infiniband/hw/mthca/mthca_av.c int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah,
mthca_ah          294 drivers/infiniband/hw/mthca/mthca_av.c 	struct mthca_ah *ah   = to_mah(ibah);
mthca_ah          567 drivers/infiniband/hw/mthca/mthca_dev.h 		    struct mthca_ah *ah);
mthca_ah          568 drivers/infiniband/hw/mthca/mthca_dev.h int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah);
mthca_ah          569 drivers/infiniband/hw/mthca/mthca_dev.h int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah,
mthca_ah          572 drivers/infiniband/hw/mthca/mthca_dev.h int mthca_ah_grh_present(struct mthca_ah *ah);
mthca_ah          395 drivers/infiniband/hw/mthca/mthca_provider.c 	struct mthca_ah *ah = to_mah(ibah);
mthca_ah         1182 drivers/infiniband/hw/mthca/mthca_provider.c 	INIT_RDMA_OBJ_SIZE(ib_ah, mthca_ah, ibah),
mthca_ah          319 drivers/infiniband/hw/mthca/mthca_provider.h static inline struct mthca_ah *to_mah(struct ib_ah *ibah)
mthca_ah          321 drivers/infiniband/hw/mthca/mthca_provider.h 	return container_of(ibah, struct mthca_ah, ibah);