Home
last modified time | relevance | path

Searched refs:module_head (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp.h98 struct list_head module_head; member
Dnetcp_core.c76 list_for_each_entry(intf_modpriv, &netcp->module_head, intf_list)
300 &netcp_intf->module_head); in netcp_module_probe()
373 &netcp_intf->module_head, in netcp_release_module()
425 list_for_each_entry(intf_modpriv, &intf->module_head, intf_list) in netcp_module_get_intf_data()
1869 INIT_LIST_HEAD(&netcp->module_head); in netcp_create_interface()
2014 list_for_each_entry_safe(intf_modpriv, tmp, &netcp->module_head, in netcp_delete_interface()
2024 WARN(!list_empty(&netcp->module_head), "%s interface module list is not empty!\n", in netcp_delete_interface()