• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/

Lines Matching refs:net_local

208 struct net_local {
239 ((struct net_local *)dev->priv)->pardev->port;
249 ((struct net_local *)dev->priv)->pardev->port;
257 ((struct net_local *)dev->priv)->pardev->port;
265 ((struct net_local *)dev->priv)->pardev->port;
282 struct net_local *nl = netdev_priv(dev);
325 struct net_local *nl =
326 container_of(work, struct net_local, deferred.work);
333 static int plip_none(struct net_device *, struct net_local *,
335 static int plip_receive_packet(struct net_device *, struct net_local *,
337 static int plip_send_packet(struct net_device *, struct net_local *,
339 static int plip_connection_close(struct net_device *, struct net_local *,
341 static int plip_error(struct net_device *, struct net_local *,
343 static int plip_bh_timeout_error(struct net_device *dev, struct net_local *nl,
353 typedef int (*plip_func)(struct net_device *dev, struct net_local *nl,
369 struct net_local *nl = container_of(work, struct net_local, immediate);
387 struct net_local *nl =
388 container_of(work, struct net_local, timer.work);
401 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl,
477 plip_none(struct net_device *dev, struct net_local *nl,
588 plip_receive_packet(struct net_device *dev, struct net_local *nl,
750 plip_send_packet(struct net_device *dev, struct net_local *nl,
865 plip_connection_close(struct net_device *dev, struct net_local *nl,
883 plip_error(struct net_device *dev, struct net_local *nl,
911 struct net_local *nl;
959 struct net_local *nl = netdev_priv(dev);
1019 struct net_local *nl = netdev_priv(dev);
1031 struct net_local *nl = neigh->dev->priv;
1055 struct net_local *nl = netdev_priv(dev);
1114 struct net_local *nl = netdev_priv(dev);
1161 struct net_local *nl = netdev_priv(dev);
1177 struct net_local *nl = netdev_priv(dev);
1205 struct net_local *nl = netdev_priv(dev);
1214 struct net_local *nl = netdev_priv(dev);
1262 struct net_local *nl;
1273 dev = alloc_etherdev(sizeof(struct net_local));
1350 struct net_local *nl = netdev_priv(dev);