Lines Matching defs:ib_device
2784 struct ib_device { struct
2787 struct ib_device_ops ops; argument
2788 char name[IB_DEVICE_NAME_MAX];
2789 struct rcu_head rcu_head;
2791 struct list_head event_handler_list;
2793 struct rw_semaphore event_handler_rwsem;
2796 spinlock_t qp_open_list_lock;
2798 struct rw_semaphore client_data_rwsem;
2799 struct xarray client_data;
2800 struct mutex unregistration_lock;
2803 rwlock_t cache_lock;
2807 struct ib_port_data *port_data;
2809 int num_comp_vectors;
2811 union {
2836 struct ib_device_attr attrs; argument
2837 struct hw_stats_device_data *hw_stats_data;
2840 struct rdmacg_device cg_device;
2843 u32 index;
2845 spinlock_t cq_pools_lock;
2846 struct list_head cq_pools[IB_POLL_LAST_POOL_TYPE + 1];
2848 struct rdma_restrack_root *res;
2850 const struct uapi_definition *driver_def;
2878 struct ib_device *parent; argument
2884 static inline void *rdma_zalloc_obj(struct ib_device *dev, size_t size, in rdma_zalloc_obj() argument