Searched refs:interface_head (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | netcp_core.c | 76 struct list_head interface_head; member 300 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe() 337 &netcp_device->interface_head, in netcp_module_probe() 399 &netcp_device->interface_head, in netcp_release_module() 2111 list_add_tail(&netcp->interface_list, &netcp_device->interface_head); in netcp_create_interface() 2182 INIT_LIST_HEAD(&netcp_device->interface_head); in netcp_probe() 2221 &netcp_device->interface_head, in netcp_probe() 2252 &netcp_device->interface_head, in netcp_remove() 2257 WARN(!list_empty(&netcp_device->interface_head), in netcp_remove()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | netcp_core.c | 75 struct list_head interface_head; member 299 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe() 336 &netcp_device->interface_head, in netcp_module_probe() 398 &netcp_device->interface_head, in netcp_release_module() 2107 list_add_tail(&netcp->interface_list, &netcp_device->interface_head); in netcp_create_interface() 2178 INIT_LIST_HEAD(&netcp_device->interface_head); in netcp_probe() 2217 &netcp_device->interface_head, in netcp_probe() 2248 &netcp_device->interface_head, in netcp_remove() 2253 WARN(!list_empty(&netcp_device->interface_head), in netcp_remove()
|
Completed in 9 milliseconds