Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_av.c156 struct mthca_ah *ah) in mthca_create_ah()
240 int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah) in mthca_destroy_ah()
261 int mthca_ah_grh_present(struct mthca_ah *ah) in mthca_ah_grh_present()
266 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_provider.h129 struct mthca_ah { struct
321 static inline struct mthca_ah *to_mah(struct ib_ah *ibah) in to_mah()
323 return container_of(ibah, struct mthca_ah, ibah); in to_mah()
H A Dmthca_dev.h569 struct mthca_ah *ah);
570 int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah);
571 int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah,
574 int mthca_ah_grh_present(struct mthca_ah *ah);
H A Dmthca_provider.c394 struct mthca_ah *ah = to_mah(ibah); in mthca_ah_create()
1145 #define mthca_ib_ah mthca_ah in mthca_register_device()