Home
last modified time | relevance | path

Searched refs:netcp_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/ti/
Dnetcp.h33 struct netcp_device;
36 struct netcp_device *netcp_device; member
119 struct netcp_device *netcp_device; member
193 int (*probe)(struct netcp_device *netcp_device,
196 int (*remove)(struct netcp_device *netcp_device, void *inst_priv);
222 struct netcp_device *netcp_device,
236 void *netcp_device_find_module(struct netcp_device *netcp_device,
Dnetcp_core.c66 #define for_each_netcp_device_module(netcp_device, inst_modpriv) \ argument
68 &((netcp_device)->modpriv_head), inst_list)
74 struct netcp_device { struct
82 struct netcp_device *netcp_device; argument
231 static int netcp_module_probe(struct netcp_device *netcp_device, in netcp_module_probe() argument
234 struct device *dev = netcp_device->device; in netcp_module_probe()
275 inst_modpriv->netcp_device = netcp_device; in netcp_module_probe()
277 list_add_tail(&inst_modpriv->inst_list, &netcp_device->modpriv_head); in netcp_module_probe()
279 ret = module->probe(netcp_device, dev, child, in netcp_module_probe()
300 list_for_each_entry(netcp_intf, &netcp_device->interface_head, in netcp_module_probe()
[all …]
Dnetcp_ethss.c711 struct netcp_device *netcp_device; member
3554 static int gbe_probe(struct netcp_device *netcp_device, struct device *dev, in gbe_probe() argument
3590 gbe_dev->netcp_device = netcp_device; in gbe_probe()
3650 ret = netcp_txpipe_init(&gbe_dev->tx_pipe, netcp_device, in gbe_probe()
3808 static int gbe_remove(struct netcp_device *netcp_device, void *inst_priv) in gbe_remove() argument