Searched refs:vl2mtu_kobj (Results 1 – 2 of 2) sorted by relevance
475 container_of(kobj, struct hfi1_pportdata, vl2mtu_kobj); in vl2mtu_attr_show()695 ret = kobject_init_and_add(&ppd->vl2mtu_kobj, &hfi1_vl2mtu_ktype, kobj, in hfi1_create_port_files()703 kobject_uevent(&ppd->vl2mtu_kobj, KOBJ_ADD); in hfi1_create_port_files()744 kobject_put(&ppd->vl2mtu_kobj); in hfi1_create_port_files()890 kobject_put(&ppd->vl2mtu_kobj); in hfi1_verbs_unregister_sysfs()
785 struct kobject vl2mtu_kobj; member