Lines Matching refs:net_local
207 struct net_local { struct
232 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument
242 ((struct net_local *)netdev_priv(dev))->pardev->port; in disable_parport_interrupts()
250 ((struct net_local *)netdev_priv(dev))->pardev->port; in write_data()
258 ((struct net_local *)netdev_priv(dev))->pardev->port; in read_status()
289 struct net_local *nl = netdev_priv(dev); in plip_init_netdev()
322 struct net_local *nl = in plip_kick_bh()
323 container_of(work, struct net_local, deferred.work); in plip_kick_bh()
330 static int plip_none(struct net_device *, struct net_local *,
332 static int plip_receive_packet(struct net_device *, struct net_local *,
334 static int plip_send_packet(struct net_device *, struct net_local *,
336 static int plip_connection_close(struct net_device *, struct net_local *,
338 static int plip_error(struct net_device *, struct net_local *,
340 static int plip_bh_timeout_error(struct net_device *dev, struct net_local *nl,
350 typedef int (*plip_func)(struct net_device *dev, struct net_local *nl,
366 struct net_local *nl = container_of(work, struct net_local, immediate); in plip_bh()
384 struct net_local *nl = in plip_timer_bh()
385 container_of(work, struct net_local, timer.work); in plip_timer_bh()
398 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, in plip_bh_timeout_error()
473 plip_none(struct net_device *dev, struct net_local *nl, in plip_none()
585 plip_receive_packet(struct net_device *dev, struct net_local *nl, in plip_receive_packet()
753 plip_send_packet(struct net_device *dev, struct net_local *nl, in plip_send_packet()
872 plip_connection_close(struct net_device *dev, struct net_local *nl, in plip_connection_close()
890 plip_error(struct net_device *dev, struct net_local *nl, in plip_error()
918 struct net_local *nl; in plip_interrupt()
968 struct net_local *nl = netdev_priv(dev); in plip_tx_packet()
1065 struct net_local *nl = netdev_priv(dev); in plip_open()
1125 struct net_local *nl = netdev_priv(dev); in plip_close()
1172 struct net_local *nl = netdev_priv(dev); in plip_preempt()
1188 struct net_local *nl = netdev_priv(dev); in plip_wakeup()
1214 struct net_local *nl = netdev_priv(dev); in plip_ioctl()
1262 struct net_local *nl; in plip_attach()
1274 dev = alloc_etherdev(sizeof(struct net_local)); in plip_attach()
1363 struct net_local *nl = netdev_priv(dev); in plip_cleanup_module()