Searched defs:ib_device (Results 1 – 1 of 1) sorted by relevance
2672 struct ib_device { struct2675 struct ib_device_ops ops; argument2676 char name[IB_DEVICE_NAME_MAX];2677 struct rcu_head rcu_head;2679 struct list_head event_handler_list;2681 struct rw_semaphore event_handler_rwsem;2684 spinlock_t qp_open_list_lock;2686 struct rw_semaphore client_data_rwsem;2687 struct xarray client_data;2688 struct mutex unregistration_lock;[all …]