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