Home
last modified time | relevance | path

Searched refs:mthca_ah (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h109 struct mthca_ah { struct
296 static inline struct mthca_ah *to_mah(struct ib_ah *ibah) in to_mah()
298 return container_of(ibah, struct mthca_ah, ibah); in to_mah()
H A Dmthca_av.c156 struct mthca_ah *ah) in mthca_create_ah()
243 int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah) in mthca_destroy_ah()
264 int mthca_ah_grh_present(struct mthca_ah *ah) in mthca_ah_grh_present()
269 int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah, in mthca_read_ah()
294 struct mthca_ah *ah = to_mah(ibah); in mthca_ah_query()
H A Dmthca_dev.h556 struct mthca_ah *ah);
557 int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah);
558 int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah,
561 int mthca_ah_grh_present(struct mthca_ah *ah);
H A Dmthca_provider.c379 struct mthca_ah *ah = to_mah(ibah); in mthca_ah_create()
1095 INIT_RDMA_OBJ_SIZE(ib_ah, mthca_ah, ibah),