Searched defs:rxe_dev (Results 1 – 1 of 1) sorted by relevance
379 struct rxe_dev { struct380 struct ib_device ib_dev;381 struct ib_device_attr attr;382 int max_ucontext;383 int max_inline_data;384 struct kref ref_cnt;385 struct mutex usdev_lock;387 struct net_device *ndev;389 int xmit_errors;391 struct rxe_pool uc_pool;[all …]