Lines Matching defs:ib_device
2705 struct ib_device { struct
2708 struct ib_device_ops ops; argument
2709 char name[IB_DEVICE_NAME_MAX];
2710 struct rcu_head rcu_head;
2712 struct list_head event_handler_list;
2714 struct rw_semaphore event_handler_rwsem;
2717 spinlock_t qp_open_list_lock;
2719 struct rw_semaphore client_data_rwsem;
2720 struct xarray client_data;
2721 struct mutex unregistration_lock;
2724 rwlock_t cache_lock;
2728 struct ib_port_data *port_data;
2730 int num_comp_vectors;
2732 union {
2756 struct ib_device_attr attrs; argument
2757 struct hw_stats_device_data *hw_stats_data;
2760 struct rdmacg_device cg_device;
2763 u32 index;
2765 spinlock_t cq_pools_lock;
2766 struct list_head cq_pools[IB_POLL_LAST_POOL_TYPE + 1];
2768 struct rdma_restrack_root *res;
2793 static inline void *rdma_zalloc_obj(struct ib_device *dev, size_t size, in rdma_zalloc_obj() argument