Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp.h181 void **inst_priv);
182 int (*remove)(struct netcp_device *netcp_device, void *inst_priv);
185 int (*attach)(void *inst_priv, struct net_device *ndev,
Dnetcp_ethss.c2783 struct device_node *node, void **inst_priv) in gbe_probe() argument
2943 *inst_priv = gbe_dev; in gbe_probe()
2957 static int gbe_attach(void *inst_priv, struct net_device *ndev, in gbe_attach() argument
2960 struct gbe_priv *gbe_dev = inst_priv; in gbe_attach()
3015 static int gbe_remove(struct netcp_device *netcp_device, void *inst_priv) in gbe_remove() argument
3017 struct gbe_priv *gbe_dev = inst_priv; in gbe_remove()