Searched defs:ib_device (Results 1 – 5 of 5) sorted by relevance
2742 struct ib_device { struct2745 struct ib_device_ops ops; argument2746 char name[IB_DEVICE_NAME_MAX];2747 struct rcu_head rcu_head;2749 struct list_head event_handler_list;2751 struct rw_semaphore event_handler_rwsem;2754 spinlock_t qp_open_list_lock;2756 struct rw_semaphore client_data_rwsem;2757 struct xarray client_data;2758 struct mutex unregistration_lock;[all …]
172 struct ib_device *ib_device; member1641 static void cm_path_set_rec_type(struct ib_device *ib_device, u32 port_num, in cm_path_set_rec_type()4321 static int cm_add_one(struct ib_device *ib_device) in cm_add_one()4422 static void cm_remove_one(struct ib_device *ib_device, void *client_data) in cm_remove_one()
198 struct ib_device *ib_device; member
307 struct ib_device *ib_device; member
2362 static void nvme_rdma_remove_one(struct ib_device *ib_device, void *client_data) in nvme_rdma_remove_one()