Searched refs:inst_priv (Results 1 – 2 of 2) sorted by relevance
203 void **inst_priv);204 int (*remove)(struct netcp_device *netcp_device, void *inst_priv);207 int (*attach)(void *inst_priv, struct net_device *ndev,
3561 struct device_node *node, void **inst_priv) in gbe_probe() argument3739 *inst_priv = gbe_dev; in gbe_probe()3747 static int gbe_attach(void *inst_priv, struct net_device *ndev, in gbe_attach() argument3750 struct gbe_priv *gbe_dev = inst_priv; in gbe_attach()3805 static int gbe_remove(struct netcp_device *netcp_device, void *inst_priv) in gbe_remove() argument3807 struct gbe_priv *gbe_dev = inst_priv; in gbe_remove()