Lines Matching refs:ibah
159 static int rxe_create_ah(struct ib_ah *ibah,
165 struct rxe_dev *rxe = to_rdev(ibah->device);
166 struct rxe_ah *ah = to_rah(ibah);
180 static int rxe_modify_ah(struct ib_ah *ibah, struct rdma_ah_attr *attr)
183 struct rxe_dev *rxe = to_rdev(ibah->device);
184 struct rxe_ah *ah = to_rah(ibah);
194 static int rxe_query_ah(struct ib_ah *ibah, struct rdma_ah_attr *attr)
196 struct rxe_ah *ah = to_rah(ibah);
199 attr->type = ibah->type;
204 static int rxe_destroy_ah(struct ib_ah *ibah, u32 flags)
206 struct rxe_ah *ah = to_rah(ibah);
1109 INIT_RDMA_OBJ_SIZE(ib_ah, rxe_ah, ibah),