Searched refs:module_head (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | netcp.h | 119 struct list_head module_head; member
|
D | netcp_core.c | 79 list_for_each_entry(intf_modpriv, &netcp->module_head, intf_list) 334 &netcp_intf->module_head); in netcp_module_probe() 418 &netcp_intf->module_head, in netcp_release_module() 470 list_for_each_entry(intf_modpriv, &intf->module_head, intf_list) in netcp_module_get_intf_data() 2005 INIT_LIST_HEAD(&netcp->module_head); in netcp_create_interface() 2144 list_for_each_entry_safe(intf_modpriv, tmp, &netcp->module_head, in netcp_delete_interface() 2153 WARN(!list_empty(&netcp->module_head), "%s interface module list is not empty!\n", in netcp_delete_interface()
|