Searched refs:inst_priv (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | netcp.h | 195 void **inst_priv); 196 int (*remove)(struct netcp_device *netcp_device, void *inst_priv); 199 int (*attach)(void *inst_priv, struct net_device *ndev,
|
H A D | netcp_ethss.c | 3549 struct device_node *node, void **inst_priv) in gbe_probe() 3740 *inst_priv = gbe_dev; in gbe_probe() 3748 static int gbe_attach(void *inst_priv, struct net_device *ndev, in gbe_attach() argument 3751 struct gbe_priv *gbe_dev = inst_priv; in gbe_attach() 3806 static int gbe_remove(struct netcp_device *netcp_device, void *inst_priv) in gbe_remove() argument 3808 struct gbe_priv *gbe_dev = inst_priv; in gbe_remove() 3548 gbe_probe(struct netcp_device *netcp_device, struct device *dev, struct device_node *node, void **inst_priv) gbe_probe() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | netcp.h | 195 void **inst_priv); 196 int (*remove)(struct netcp_device *netcp_device, void *inst_priv); 199 int (*attach)(void *inst_priv, struct net_device *ndev,
|
H A D | netcp_ethss.c | 3545 struct device_node *node, void **inst_priv) in gbe_probe() 3734 *inst_priv = gbe_dev; in gbe_probe() 3742 static int gbe_attach(void *inst_priv, struct net_device *ndev, in gbe_attach() argument 3745 struct gbe_priv *gbe_dev = inst_priv; in gbe_attach() 3800 static int gbe_remove(struct netcp_device *netcp_device, void *inst_priv) in gbe_remove() argument 3802 struct gbe_priv *gbe_dev = inst_priv; in gbe_remove() 3544 gbe_probe(struct netcp_device *netcp_device, struct device *dev, struct device_node *node, void **inst_priv) gbe_probe() argument
|
Completed in 13 milliseconds