Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mthca/
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()
Dmthca_provider.h127 struct mthca_ah { struct
319 static inline struct mthca_ah *to_mah(struct ib_ah *ibah) in to_mah()
321 return container_of(ibah, struct mthca_ah, ibah); in to_mah()
Dmthca_dev.h567 struct mthca_ah *ah);
568 int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah);
569 int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah,
572 int mthca_ah_grh_present(struct mthca_ah *ah);
Dmthca_provider.c395 struct mthca_ah *ah = to_mah(ibah); in mthca_ah_create()
1182 INIT_RDMA_OBJ_SIZE(ib_ah, mthca_ah, ibah),