Home
last modified time | relevance | path

Searched refs:iov_parent (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
Dsysfs.c716 kobject_create_and_add(name, kobject_get(dev->iov_parent)); in register_one_pkey_tree()
764 kobject_put(dev->iov_parent); in register_one_pkey_tree()
805 kobject_put(device->iov_parent); in unregister_pkey_tree()
817 dev->iov_parent = kobject_create_and_add("iov", &dev->ib_dev.dev.kobj); in mlx4_ib_device_register_sysfs()
818 if (!dev->iov_parent) { in mlx4_ib_device_register_sysfs()
824 kobject_get(dev->iov_parent)); in mlx4_ib_device_register_sysfs()
845 kobject_put(dev->iov_parent); in mlx4_ib_device_register_sysfs()
880 kobject_put(device->iov_parent); in mlx4_ib_device_unregister_sysfs()
881 kobject_put(device->iov_parent); in mlx4_ib_device_unregister_sysfs()
Dmlx4_ib.h630 struct kobject *iov_parent; member