Lines Matching defs:net_local
205 struct net_local {
230 ((struct net_local *)netdev_priv(dev))->pardev->port;
240 ((struct net_local *)netdev_priv(dev))->pardev->port;
248 ((struct net_local *)netdev_priv(dev))->pardev->port;
256 ((struct net_local *)netdev_priv(dev))->pardev->port;
291 struct net_local *nl = netdev_priv(dev);
324 struct net_local *nl =
325 container_of(work, struct net_local, deferred.work);
332 static int plip_none(struct net_device *, struct net_local *,
334 static int plip_receive_packet(struct net_device *, struct net_local *,
336 static int plip_send_packet(struct net_device *, struct net_local *,
338 static int plip_connection_close(struct net_device *, struct net_local *,
340 static int plip_error(struct net_device *, struct net_local *,
342 static int plip_bh_timeout_error(struct net_device *dev, struct net_local *nl,
352 typedef int (*plip_func)(struct net_device *dev, struct net_local *nl,
368 struct net_local *nl = container_of(work, struct net_local, immediate);
386 struct net_local *nl =
387 container_of(work, struct net_local, timer.work);
400 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl,
475 plip_none(struct net_device *dev, struct net_local *nl,
588 plip_receive_packet(struct net_device *dev, struct net_local *nl,
756 plip_send_packet(struct net_device *dev, struct net_local *nl,
876 plip_connection_close(struct net_device *dev, struct net_local *nl,
894 plip_error(struct net_device *dev, struct net_local *nl,
922 struct net_local *nl;
972 struct net_local *nl = netdev_priv(dev);
1069 struct net_local *nl = netdev_priv(dev);
1129 struct net_local *nl = netdev_priv(dev);
1176 struct net_local *nl = netdev_priv(dev);
1192 struct net_local *nl = netdev_priv(dev);
1219 struct net_local *nl = netdev_priv(dev);
1270 struct net_local *nl;
1282 dev = alloc_etherdev(sizeof(struct net_local));
1371 struct net_local *nl = netdev_priv(dev);