Searched defs:ib_device (Results 1 – 6 of 6) sorted by relevance
2629 struct ib_device { struct2632 struct ib_device_ops ops; argument2633 char name[IB_DEVICE_NAME_MAX];2634 struct rcu_head rcu_head;2636 struct list_head event_handler_list;2638 struct rw_semaphore event_handler_rwsem;2641 spinlock_t qp_open_list_lock;2643 struct rw_semaphore client_data_rwsem;2644 struct xarray client_data;2645 struct mutex unregistration_lock;[all …]
213 struct ib_device *ib_device; member1633 static void cm_path_set_rec_type(struct ib_device *ib_device, u8 port_num, in cm_path_set_rec_type()4323 static int cm_add_one(struct ib_device *ib_device) in cm_add_one()4425 static void cm_remove_one(struct ib_device *ib_device, void *client_data) in cm_remove_one()
198 struct ib_device *ib_device; member
313 struct ib_device *ib_device; member
2016 static void nvmet_rdma_remove_one(struct ib_device *ib_device, void *client_data) in nvmet_rdma_remove_one()
2428 static void nvme_rdma_remove_one(struct ib_device *ib_device, void *client_data) in nvme_rdma_remove_one()