Lines Matching refs:ocrdma_dev
75 struct ocrdma_dev *dev; in ocrdma_port_immutable()
96 struct ocrdma_dev *dev = get_ocrdma_dev(device); in get_dev_fw_str()
105 struct ocrdma_dev *dev = in hw_rev_show()
106 rdma_device_to_drv_device(device, struct ocrdma_dev, ibdev); in hw_rev_show()
115 struct ocrdma_dev *dev = in hca_type_show()
116 rdma_device_to_drv_device(device, struct ocrdma_dev, ibdev); in hca_type_show()
188 static int ocrdma_register_device(struct ocrdma_dev *dev) in ocrdma_register_device()
219 static int ocrdma_alloc_resources(struct ocrdma_dev *dev) in ocrdma_alloc_resources()
254 static void ocrdma_free_resources(struct ocrdma_dev *dev) in ocrdma_free_resources()
262 static struct ocrdma_dev *ocrdma_add(struct be_dev_info *dev_info) in ocrdma_add()
266 struct ocrdma_dev *dev; in ocrdma_add()
268 dev = ib_alloc_device(ocrdma_dev, ibdev); in ocrdma_add()
322 static void ocrdma_remove_free(struct ocrdma_dev *dev) in ocrdma_remove_free()
329 static void ocrdma_remove(struct ocrdma_dev *dev) in ocrdma_remove()
343 static int ocrdma_dispatch_port_active(struct ocrdma_dev *dev) in ocrdma_dispatch_port_active()
354 static int ocrdma_dispatch_port_error(struct ocrdma_dev *dev) in ocrdma_dispatch_port_error()
365 static void ocrdma_shutdown(struct ocrdma_dev *dev) in ocrdma_shutdown()
375 static void ocrdma_event_handler(struct ocrdma_dev *dev, u32 event) in ocrdma_event_handler()
386 void ocrdma_update_link_state(struct ocrdma_dev *dev, u8 lstate) in ocrdma_update_link_state()