Searched defs:rxe_dev (Results 1 – 1 of 1) sorted by relevance
374 struct rxe_dev { struct375 struct ib_device ib_dev;376 struct ib_device_attr attr;377 int max_ucontext;378 int max_inline_data;379 struct mutex usdev_lock;381 struct rxe_pool uc_pool;382 struct rxe_pool pd_pool;383 struct rxe_pool ah_pool;384 struct rxe_pool srq_pool;[all …]