Lines Matching refs:ocrdma_dev

56 void ocrdma_get_guid(struct ocrdma_dev *dev, u8 *guid)  in ocrdma_get_guid()
71 static bool ocrdma_add_sgid(struct ocrdma_dev *dev, union ib_gid *new_sgid) in ocrdma_add_sgid()
99 static bool ocrdma_del_sgid(struct ocrdma_dev *dev, union ib_gid *sgid) in ocrdma_del_sgid()
124 struct ocrdma_dev *dev; in ocrdma_addr_event()
205 static int ocrdma_register_device(struct ocrdma_dev *dev) in ocrdma_register_device()
307 static int ocrdma_alloc_resources(struct ocrdma_dev *dev) in ocrdma_alloc_resources()
342 static void ocrdma_free_resources(struct ocrdma_dev *dev) in ocrdma_free_resources()
354 struct ocrdma_dev *dev = dev_get_drvdata(device); in show_rev()
362 struct ocrdma_dev *dev = dev_get_drvdata(device); in show_fw_ver()
370 struct ocrdma_dev *dev = dev_get_drvdata(device); in show_hca_type()
385 static void ocrdma_remove_sysfiles(struct ocrdma_dev *dev) in ocrdma_remove_sysfiles()
393 static void ocrdma_add_default_sgid(struct ocrdma_dev *dev) in ocrdma_add_default_sgid()
402 static void ocrdma_init_ipv4_gids(struct ocrdma_dev *dev, in ocrdma_init_ipv4_gids()
419 static void ocrdma_init_ipv6_gids(struct ocrdma_dev *dev, in ocrdma_init_ipv6_gids()
439 static void ocrdma_init_gid_table(struct ocrdma_dev *dev) in ocrdma_init_gid_table()
455 static struct ocrdma_dev *ocrdma_add(struct be_dev_info *dev_info) in ocrdma_add()
458 struct ocrdma_dev *dev; in ocrdma_add()
460 dev = (struct ocrdma_dev *)ib_alloc_device(sizeof(struct ocrdma_dev)); in ocrdma_add()
524 struct ocrdma_dev *dev = container_of(rcu, struct ocrdma_dev, rcu); in ocrdma_remove_free()
531 static void ocrdma_remove(struct ocrdma_dev *dev) in ocrdma_remove()
552 static int ocrdma_open(struct ocrdma_dev *dev) in ocrdma_open()
563 static int ocrdma_close(struct ocrdma_dev *dev) in ocrdma_close()
597 static void ocrdma_shutdown(struct ocrdma_dev *dev) in ocrdma_shutdown()
607 static void ocrdma_event_handler(struct ocrdma_dev *dev, u32 event) in ocrdma_event_handler()