Lines Matching refs:ocrdma_dev

67 void ocrdma_get_guid(struct ocrdma_dev *dev, u8 *guid)  in ocrdma_get_guid()
91 struct ocrdma_dev *dev; in ocrdma_port_immutable()
112 struct ocrdma_dev *dev = get_ocrdma_dev(device); in get_dev_fw_str()
117 static int ocrdma_register_device(struct ocrdma_dev *dev) in ocrdma_register_device()
220 static int ocrdma_alloc_resources(struct ocrdma_dev *dev) in ocrdma_alloc_resources()
255 static void ocrdma_free_resources(struct ocrdma_dev *dev) in ocrdma_free_resources()
267 struct ocrdma_dev *dev = dev_get_drvdata(device); in show_rev()
275 struct ocrdma_dev *dev = dev_get_drvdata(device); in show_hca_type()
288 static void ocrdma_remove_sysfiles(struct ocrdma_dev *dev) in ocrdma_remove_sysfiles()
296 static struct ocrdma_dev *ocrdma_add(struct be_dev_info *dev_info) in ocrdma_add()
300 struct ocrdma_dev *dev; in ocrdma_add()
302 dev = (struct ocrdma_dev *)ib_alloc_device(sizeof(struct ocrdma_dev)); in ocrdma_add()
365 static void ocrdma_remove_free(struct ocrdma_dev *dev) in ocrdma_remove_free()
373 static void ocrdma_remove(struct ocrdma_dev *dev) in ocrdma_remove()
388 static int ocrdma_dispatch_port_active(struct ocrdma_dev *dev) in ocrdma_dispatch_port_active()
399 static int ocrdma_dispatch_port_error(struct ocrdma_dev *dev) in ocrdma_dispatch_port_error()
410 static void ocrdma_shutdown(struct ocrdma_dev *dev) in ocrdma_shutdown()
420 static void ocrdma_event_handler(struct ocrdma_dev *dev, u32 event) in ocrdma_event_handler()
431 void ocrdma_update_link_state(struct ocrdma_dev *dev, u8 lstate) in ocrdma_update_link_state()