Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dsysfs.c706 kobject_create_and_add(name, kobject_get(dev->iov_parent)); in register_one_pkey_tree()
754 kobject_put(dev->iov_parent); in register_one_pkey_tree()
795 kobject_put(device->iov_parent); in unregister_pkey_tree()
807 dev->iov_parent = kobject_create_and_add("iov", &dev->ib_dev.dev.kobj); in mlx4_ib_device_register_sysfs()
808 if (!dev->iov_parent) { in mlx4_ib_device_register_sysfs()
814 kobject_get(dev->iov_parent)); in mlx4_ib_device_register_sysfs()
835 kobject_put(dev->iov_parent); in mlx4_ib_device_register_sysfs()
870 kobject_put(device->iov_parent); in mlx4_ib_device_unregister_sysfs()
871 kobject_put(device->iov_parent); in mlx4_ib_device_unregister_sysfs()
H A Dmlx4_ib.h631 struct kobject *iov_parent; member