Searched refs:tbnet_dir (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/net/ |
| D | thunderbolt.c | 212 static struct tb_property_dir *tbnet_dir; variable 1381 tbnet_dir = tb_property_create_dir(&tbnet_dir_uuid); in tbnet_init() 1382 if (!tbnet_dir) in tbnet_init() 1385 tb_property_add_immediate(tbnet_dir, "prtcid", 1); in tbnet_init() 1386 tb_property_add_immediate(tbnet_dir, "prtcvers", 1); in tbnet_init() 1387 tb_property_add_immediate(tbnet_dir, "prtcrevs", 1); in tbnet_init() 1392 tb_property_add_immediate(tbnet_dir, "prtcstns", flags); in tbnet_init() 1394 ret = tb_register_property_dir("network", tbnet_dir); in tbnet_init() 1405 tb_unregister_property_dir("network", tbnet_dir); in tbnet_init() 1407 tb_property_free_dir(tbnet_dir); in tbnet_init() [all …]
|