Searched refs:module_head (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/ti/ |
D | netcp_core.c | 70 list_for_each_entry(intf_modpriv, &netcp->module_head, intf_list) 319 &netcp_intf->module_head); in netcp_module_probe() 403 &netcp_intf->module_head, in netcp_release_module() 455 list_for_each_entry(intf_modpriv, &intf->module_head, intf_list) in netcp_module_get_intf_data() 1989 INIT_LIST_HEAD(&netcp->module_head); in netcp_create_interface() 2126 list_for_each_entry_safe(intf_modpriv, tmp, &netcp->module_head, in netcp_delete_interface() 2135 WARN(!list_empty(&netcp->module_head), "%s interface module list is not empty!\n", in netcp_delete_interface()
|
D | netcp.h | 111 struct list_head module_head; member
|