Lines Matching defs:ib_device
2702 struct ib_device { struct
2705 struct ib_device_ops ops; argument
2706 char name[IB_DEVICE_NAME_MAX];
2707 struct rcu_head rcu_head;
2709 struct list_head event_handler_list;
2711 struct rw_semaphore event_handler_rwsem;
2714 spinlock_t qp_open_list_lock;
2716 struct rw_semaphore client_data_rwsem;
2717 struct xarray client_data;
2718 struct mutex unregistration_lock;
2721 rwlock_t cache_lock;
2725 struct ib_port_data *port_data;
2727 int num_comp_vectors;
2729 union {
2754 struct ib_device_attr attrs; argument
2755 struct hw_stats_device_data *hw_stats_data;
2758 struct rdmacg_device cg_device;
2761 u32 index;
2763 spinlock_t cq_pools_lock;
2764 struct list_head cq_pools[IB_POLL_LAST_POOL_TYPE + 1];
2766 struct rdma_restrack_root *res;
2768 const struct uapi_definition *driver_def;
2796 struct ib_device *parent; argument
2802 static inline void *rdma_zalloc_obj(struct ib_device *dev, size_t size, in rdma_zalloc_obj() argument