Lines Matching defs:ib_device
2703 struct ib_device { struct
2706 struct ib_device_ops ops; argument
2707 char name[IB_DEVICE_NAME_MAX];
2708 struct rcu_head rcu_head;
2710 struct list_head event_handler_list;
2712 struct rw_semaphore event_handler_rwsem;
2715 spinlock_t qp_open_list_lock;
2717 struct rw_semaphore client_data_rwsem;
2718 struct xarray client_data;
2719 struct mutex unregistration_lock;
2722 rwlock_t cache_lock;
2726 struct ib_port_data *port_data;
2728 int num_comp_vectors;
2730 union {
2755 struct ib_device_attr attrs; argument
2756 struct hw_stats_device_data *hw_stats_data;
2759 struct rdmacg_device cg_device;
2762 u32 index;
2764 spinlock_t cq_pools_lock;
2765 struct list_head cq_pools[IB_POLL_LAST_POOL_TYPE + 1];
2767 struct rdma_restrack_root *res;
2792 static inline void *rdma_zalloc_obj(struct ib_device *dev, size_t size, in rdma_zalloc_obj() argument