Searched refs:hns_roce_xrcd (Results 1 – 3 of 3) sorted by relevance
149 struct hns_roce_xrcd *xrcd = to_hr_xrcd(ib_xrcd); in hns_roce_alloc_xrcd()
212 struct hns_roce_xrcd { struct984 static inline struct hns_roce_xrcd *to_hr_xrcd(struct ib_xrcd *ibxrcd) in to_hr_xrcd()986 return container_of(ibxrcd, struct hns_roce_xrcd, ibxrcd); in to_hr_xrcd()
566 INIT_RDMA_OBJ_SIZE(ib_xrcd, hns_roce_xrcd, ibxrcd),