Lines Matching defs:net_local

203 struct net_local {
228 ((struct net_local *)netdev_priv(dev))->pardev->port;
238 ((struct net_local *)netdev_priv(dev))->pardev->port;
246 ((struct net_local *)netdev_priv(dev))->pardev->port;
254 ((struct net_local *)netdev_priv(dev))->pardev->port;
285 struct net_local *nl = netdev_priv(dev);
318 struct net_local *nl =
319 container_of(work, struct net_local, deferred.work);
326 static int plip_none(struct net_device *, struct net_local *,
328 static int plip_receive_packet(struct net_device *, struct net_local *,
330 static int plip_send_packet(struct net_device *, struct net_local *,
332 static int plip_connection_close(struct net_device *, struct net_local *,
334 static int plip_error(struct net_device *, struct net_local *,
336 static int plip_bh_timeout_error(struct net_device *dev, struct net_local *nl,
346 typedef int (*plip_func)(struct net_device *dev, struct net_local *nl,
362 struct net_local *nl = container_of(work, struct net_local, immediate);
380 struct net_local *nl =
381 container_of(work, struct net_local, timer.work);
394 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl,
469 plip_none(struct net_device *dev, struct net_local *nl,
581 plip_receive_packet(struct net_device *dev, struct net_local *nl,
749 plip_send_packet(struct net_device *dev, struct net_local *nl,
868 plip_connection_close(struct net_device *dev, struct net_local *nl,
886 plip_error(struct net_device *dev, struct net_local *nl,
914 struct net_local *nl;
964 struct net_local *nl = netdev_priv(dev);
1061 struct net_local *nl = netdev_priv(dev);
1121 struct net_local *nl = netdev_priv(dev);
1168 struct net_local *nl = netdev_priv(dev);
1184 struct net_local *nl = netdev_priv(dev);
1210 struct net_local *nl = netdev_priv(dev);
1258 struct net_local *nl;
1270 dev = alloc_etherdev(sizeof(struct net_local));
1359 struct net_local *nl = netdev_priv(dev);