Lines Matching defs:ib_device
2740 struct ib_device { struct
2743 struct ib_device_ops ops; argument
2744 char name[IB_DEVICE_NAME_MAX];
2745 struct rcu_head rcu_head;
2747 struct list_head event_handler_list;
2749 struct rw_semaphore event_handler_rwsem;
2752 spinlock_t qp_open_list_lock;
2754 struct rw_semaphore client_data_rwsem;
2755 struct xarray client_data;
2756 struct mutex unregistration_lock;
2759 rwlock_t cache_lock;
2763 struct ib_port_data *port_data;
2765 int num_comp_vectors;
2767 union {
2792 struct ib_device_attr attrs; argument
2793 struct hw_stats_device_data *hw_stats_data;
2796 struct rdmacg_device cg_device;
2799 u32 index;
2801 spinlock_t cq_pools_lock;
2802 struct list_head cq_pools[IB_POLL_LAST_POOL_TYPE + 1];
2804 struct rdma_restrack_root *res;
2806 const struct uapi_definition *driver_def;
2834 struct ib_device *parent; argument
2840 static inline void *rdma_zalloc_obj(struct ib_device *dev, size_t size, in rdma_zalloc_obj() argument