Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp.h195 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 Dnetcp_ethss.c3545 struct device_node *node, void **inst_priv) in gbe_probe() argument
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()