Lines Matching defs:dev
68 void ocrdma_get_guid(struct ocrdma_dev *dev, u8 *guid) in ocrdma_get_guid()
106 static int ocrdma_register_device(struct ocrdma_dev *dev) in ocrdma_register_device()
211 static int ocrdma_alloc_resources(struct ocrdma_dev *dev) in ocrdma_alloc_resources()
240 static void ocrdma_free_resources(struct ocrdma_dev *dev) in ocrdma_free_resources()
251 struct ocrdma_dev *dev = dev_get_drvdata(device); in show_rev() local
259 struct ocrdma_dev *dev = dev_get_drvdata(device); in show_fw_ver() local
267 struct ocrdma_dev *dev = dev_get_drvdata(device); in show_hca_type() local
282 static void ocrdma_remove_sysfiles(struct ocrdma_dev *dev) in ocrdma_remove_sysfiles()
294 struct ocrdma_dev *dev; in ocrdma_add() local
359 static void ocrdma_remove_free(struct ocrdma_dev *dev) in ocrdma_remove_free()
367 static void ocrdma_remove(struct ocrdma_dev *dev) in ocrdma_remove()
382 static int ocrdma_dispatch_port_active(struct ocrdma_dev *dev) in ocrdma_dispatch_port_active()
393 static int ocrdma_dispatch_port_error(struct ocrdma_dev *dev) in ocrdma_dispatch_port_error()
404 static void ocrdma_shutdown(struct ocrdma_dev *dev) in ocrdma_shutdown()
414 static void ocrdma_event_handler(struct ocrdma_dev *dev, u32 event) in ocrdma_event_handler()
425 void ocrdma_update_link_state(struct ocrdma_dev *dev, u8 lstate) in ocrdma_update_link_state()