Lines Matching defs:ibah
261 static int rxe_create_ah(struct ib_ah *ibah,
265 struct rxe_dev *rxe = to_rdev(ibah->device);
266 struct rxe_ah *ah = to_rah(ibah);
323 static int rxe_modify_ah(struct ib_ah *ibah, struct rdma_ah_attr *attr)
325 struct rxe_ah *ah = to_rah(ibah);
343 static int rxe_query_ah(struct ib_ah *ibah, struct rdma_ah_attr *attr)
345 struct rxe_ah *ah = to_rah(ibah);
348 attr->type = ibah->type;
354 static int rxe_destroy_ah(struct ib_ah *ibah, u32 flags)
356 struct rxe_ah *ah = to_rah(ibah);
735 struct ib_ah *ibah = ud_wr(ibwr)->ah;
739 wr->wr.ud.ah_num = to_rah(ibah)->ah_num;
1489 INIT_RDMA_OBJ_SIZE(ib_ah, rxe_ah, ibah),