Lines Matching defs:ibah
143 static inline struct efa_ah *to_eah(struct ib_ah *ibah)
145 return container_of(ibah, struct efa_ah, ibah);
1819 .pdn = to_epd(ah->ibah.pd)->pdn,
1825 int efa_create_ah(struct ib_ah *ibah,
1830 struct efa_dev *dev = to_edev(ibah->device);
1834 struct efa_ah *ah = to_eah(ibah);
1853 params.pdn = to_epd(ibah->pd)->pdn;
1883 int efa_destroy_ah(struct ib_ah *ibah, u32 flags)
1885 struct efa_dev *dev = to_edev(ibah->pd->device);
1886 struct efa_ah *ah = to_eah(ibah);