Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dsysfs.c422 container_of(kobj, struct hfi1_pportdata, vl2mtu_kobj); in vl2mtu_attr_show()
637 ret = kobject_init_and_add(&ppd->vl2mtu_kobj, &hfi1_vl2mtu_ktype, kobj, in hfi1_create_port_files()
645 kobject_uevent(&ppd->vl2mtu_kobj, KOBJ_ADD); in hfi1_create_port_files()
689 kobject_put(&ppd->vl2mtu_kobj); in hfi1_create_port_files()
735 kobject_put(&ppd->vl2mtu_kobj); in hfi1_verbs_unregister_sysfs()
Dhfi.h555 struct kobject vl2mtu_kobj; member