Searched refs:pport_kobj (Results 1 – 2 of 2) sorted by relevance
302 container_of(kobj, struct qib_pportdata, pport_kobj); in qib_portattr_show()313 container_of(kobj, struct qib_pportdata, pport_kobj); in qib_portattr_store()747 ret = kobject_init_and_add(&ppd->pport_kobj, &qib_port_ktype, kobj, in qib_create_port_files()755 kobject_uevent(&ppd->pport_kobj, KOBJ_ADD); in qib_create_port_files()824 kobject_put(&ppd->pport_kobj); in qib_create_port_files()869 kobject_put(&ppd->pport_kobj); in qib_verbs_unregister_sysfs()
540 struct kobject pport_kobj; member