Searched defs:ib_xrcd (Results 1 – 2 of 2) sorted by relevance
157 int hns_roce_alloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata) in hns_roce_alloc_xrcd()173 int hns_roce_dealloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata) in hns_roce_dealloc_xrcd()
1540 struct ib_xrcd { struct1541 struct ib_device *device;1542 atomic_t usecnt; /* count all exposed resources */1543 struct inode *inode;1544 struct rw_semaphore tgt_qps_rwsem;1545 struct xarray tgt_qps;
Completed in 20 milliseconds