Lines Matching refs:net_local

205 struct net_local {  struct
230 ((struct net_local *)netdev_priv(dev))->pardev->port; in enable_parport_interrupts() argument
240 ((struct net_local *)netdev_priv(dev))->pardev->port; in disable_parport_interrupts()
248 ((struct net_local *)netdev_priv(dev))->pardev->port; in write_data()
256 ((struct net_local *)netdev_priv(dev))->pardev->port; in read_status()
287 struct net_local *nl = netdev_priv(dev); in plip_init_netdev()
320 struct net_local *nl = in plip_kick_bh()
321 container_of(work, struct net_local, deferred.work); in plip_kick_bh()
328 static int plip_none(struct net_device *, struct net_local *,
330 static int plip_receive_packet(struct net_device *, struct net_local *,
332 static int plip_send_packet(struct net_device *, struct net_local *,
334 static int plip_connection_close(struct net_device *, struct net_local *,
336 static int plip_error(struct net_device *, struct net_local *,
338 static int plip_bh_timeout_error(struct net_device *dev, struct net_local *nl,
348 typedef int (*plip_func)(struct net_device *dev, struct net_local *nl,
364 struct net_local *nl = container_of(work, struct net_local, immediate); in plip_bh()
382 struct net_local *nl = in plip_timer_bh()
383 container_of(work, struct net_local, timer.work); in plip_timer_bh()
396 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, in plip_bh_timeout_error()
471 plip_none(struct net_device *dev, struct net_local *nl, in plip_none()
584 plip_receive_packet(struct net_device *dev, struct net_local *nl, in plip_receive_packet()
752 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()
1215 struct net_local *nl = netdev_priv(dev); in plip_siocdevprivate()
1266 struct net_local *nl; in plip_attach()
1278 dev = alloc_etherdev(sizeof(struct net_local)); in plip_attach()
1367 struct net_local *nl = netdev_priv(dev); in plip_cleanup_module()