Lines Matching defs:ib_device
2680 struct ib_device { struct
2683 struct ib_device_ops ops; argument
2684 char name[IB_DEVICE_NAME_MAX];
2685 struct rcu_head rcu_head;
2687 struct list_head event_handler_list;
2689 struct rw_semaphore event_handler_rwsem;
2692 spinlock_t qp_open_list_lock;
2694 struct rw_semaphore client_data_rwsem;
2695 struct xarray client_data;
2696 struct mutex unregistration_lock;
2699 rwlock_t cache_lock;
2703 struct ib_port_data *port_data;
2705 int num_comp_vectors;
2707 union {
2731 struct ib_device_attr attrs; argument
2732 struct hw_stats_device_data *hw_stats_data;
2735 struct rdmacg_device cg_device;
2738 u32 index;
2740 spinlock_t cq_pools_lock;
2741 struct list_head cq_pools[IB_POLL_LAST_POOL_TYPE + 1];
2743 struct rdma_restrack_root *res;
2768 static inline void *rdma_zalloc_obj(struct ib_device *dev, size_t size, in rdma_zalloc_obj() argument