Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dsysfs.c296 container_of(kobj, struct hfi1_pportdata, sc2vl_kobj); in sc2vl_attr_show()
671 ret = kobject_init_and_add(&ppd->sc2vl_kobj, &hfi1_sc2vl_ktype, kobj, in hfi1_create_port_files()
679 kobject_uevent(&ppd->sc2vl_kobj, KOBJ_ADD); in hfi1_create_port_files()
744 kobject_put(&ppd->sc2vl_kobj); in hfi1_create_port_files()
880 kobject_put(&ppd->sc2vl_kobj); in hfi1_verbs_unregister_sysfs()
Dhfi.h774 struct kobject sc2vl_kobj; member