Home
last modified time | relevance | path

Searched refs:intf_list (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c36 static LIST_HEAD(intf_list);
144 list_for_each_entry(intf, &intf_list, list) in mlx5_attach_device()
177 list_for_each_entry(intf, &intf_list, list) in mlx5_detach_device()
203 list_for_each_entry(intf, &intf_list, list) in mlx5_register_device()
214 list_for_each_entry_reverse(intf, &intf_list, list) in mlx5_unregister_device()
228 list_add_tail(&intf->list, &intf_list); in mlx5_register_interface()
256 list_for_each_entry(intf, &intf_list, list) { in mlx5_has_added_dev_by_protocol()
283 list_for_each_entry(intf, &intf_list, list) in mlx5_add_dev_by_protocol()
295 list_for_each_entry(intf, &intf_list, list) in mlx5_remove_dev_by_protocol()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dintf.c48 static LIST_HEAD(intf_list);
99 list_add_tail(&intf->list, &intf_list); in mlx4_register_interface()
207 list_for_each_entry(intf, &intf_list, list) in mlx4_register_device()
239 list_for_each_entry(intf, &intf_list, list) in mlx4_unregister_device()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dnetcp_core.c71 list_for_each_entry(intf_modpriv, &netcp->module_head, intf_list)
91 struct list_head intf_list; member
319 list_add_tail(&intf_modpriv->intf_list, in netcp_module_probe()
329 list_del(&intf_modpriv->intf_list); in netcp_module_probe()
405 intf_list) { in netcp_release_module()
408 list_del(&intf_modpriv->intf_list); in netcp_release_module()
456 list_for_each_entry(intf_modpriv, &intf->module_head, intf_list) in netcp_module_get_intf_data()
2131 intf_list) { in netcp_delete_interface()
2137 list_del(&intf_modpriv->intf_list); in netcp_delete_interface()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dnetcp_core.c70 list_for_each_entry(intf_modpriv, &netcp->module_head, intf_list)
90 struct list_head intf_list; member
318 list_add_tail(&intf_modpriv->intf_list, in netcp_module_probe()
328 list_del(&intf_modpriv->intf_list); in netcp_module_probe()
404 intf_list) { in netcp_release_module()
407 list_del(&intf_modpriv->intf_list); in netcp_release_module()
455 list_for_each_entry(intf_modpriv, &intf->module_head, intf_list) in netcp_module_get_intf_data()
2127 intf_list) { in netcp_delete_interface()
2133 list_del(&intf_modpriv->intf_list); in netcp_delete_interface()

Completed in 8 milliseconds