Searched defs:ib_device (Results 1 – 1 of 1) sorted by relevance
2585 struct ib_device { struct2588 struct ib_device_ops ops; argument2589 char name[IB_DEVICE_NAME_MAX];2590 struct rcu_head rcu_head;2592 struct list_head event_handler_list;2593 spinlock_t event_handler_lock;2595 struct rw_semaphore client_data_rwsem;2596 struct xarray client_data;2597 struct mutex unregistration_lock;2599 struct ib_cache cache;[all …]