Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dsysfs.c296 container_of(kobj, struct hfi1_pportdata, sc2vl_kobj); in sc2vl_attr_show()
667 ret = kobject_init_and_add(&ppd->sc2vl_kobj, &hfi1_sc2vl_ktype, kobj, in hfi1_create_port_files()
675 kobject_uevent(&ppd->sc2vl_kobj, KOBJ_ADD); in hfi1_create_port_files()
740 kobject_put(&ppd->sc2vl_kobj); in hfi1_create_port_files()
885 kobject_put(&ppd->sc2vl_kobj); in hfi1_verbs_unregister_sysfs()
Dhfi.h710 struct kobject sc2vl_kobj; member