Searched defs:rxe_dev (Results 1 – 1 of 1) sorted by relevance
418 struct rxe_dev { struct419 struct ib_device ib_dev;420 struct ib_device_attr attr;421 int max_ucontext;422 int max_inline_data;423 struct mutex usdev_lock;425 char raw_gid[ETH_ALEN];427 struct rxe_pool uc_pool;428 struct rxe_pool pd_pool;429 struct rxe_pool ah_pool;[all …]