Lines Matching defs:ib_device
2585 struct ib_device { struct
2588 struct ib_device_ops ops; argument
2589 char name[IB_DEVICE_NAME_MAX];
2590 struct rcu_head rcu_head;
2592 struct list_head event_handler_list;
2593 spinlock_t event_handler_lock;
2595 struct rw_semaphore client_data_rwsem;
2596 struct xarray client_data;
2597 struct mutex unregistration_lock;
2599 struct ib_cache cache;
2603 struct ib_port_data *port_data;
2605 int num_comp_vectors;
2607 union {
2631 struct ib_device_attr attrs; argument
2632 struct attribute_group *hw_stats_ag;
2633 struct rdma_hw_stats *hw_stats;
2636 struct rdmacg_device cg_device;
2639 u32 index;
2640 struct rdma_restrack_root *res;
2642 const struct uapi_definition *driver_def;
2667 void (*add) (struct ib_device *); argument