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