Lines Matching defs:ib_device
2701 struct ib_device { struct
2704 struct ib_device_ops ops; argument
2705 char name[IB_DEVICE_NAME_MAX];
2706 struct rcu_head rcu_head;
2708 struct list_head event_handler_list;
2710 struct rw_semaphore event_handler_rwsem;
2713 spinlock_t qp_open_list_lock;
2715 struct rw_semaphore client_data_rwsem;
2716 struct xarray client_data;
2717 struct mutex unregistration_lock;
2720 rwlock_t cache_lock;
2724 struct ib_port_data *port_data;
2726 int num_comp_vectors;
2728 union {
2752 struct ib_device_attr attrs; argument
2753 struct hw_stats_device_data *hw_stats_data;
2756 struct rdmacg_device cg_device;
2759 u32 index;
2761 spinlock_t cq_pools_lock;
2762 struct list_head cq_pools[IB_POLL_LAST_POOL_TYPE + 1];
2764 struct rdma_restrack_root *res;
2789 static inline void *rdma_zalloc_obj(struct ib_device *dev, size_t size, in rdma_zalloc_obj() argument