Home
last modified time | relevance | path

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

/drivers/staging/rdma/hfi1/
Dsysfs.c242 container_of(kobj, struct hfi1_pportdata, sc2vl_kobj); in sc2vl_attr_show()
617 ret = kobject_init_and_add(&ppd->sc2vl_kobj, &hfi1_sc2vl_ktype, kobj, in hfi1_create_port_files()
629 kobject_uevent(&ppd->sc2vl_kobj, KOBJ_ADD); in hfi1_create_port_files()
697 kobject_put(&ppd->sc2vl_kobj); in hfi1_create_port_files()
740 kobject_put(&ppd->sc2vl_kobj); in hfi1_verbs_unregister_sysfs()
Dhfi.h553 struct kobject sc2vl_kobj; member