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()
291 struct net_local *nl = netdev_priv(dev); in plip_init_netdev()
324 struct net_local *nl = in plip_kick_bh()
325 container_of(work, struct net_local, deferred.work); in plip_kick_bh()
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); in plip_bh()
386 struct net_local *nl = in plip_timer_bh()
387 container_of(work, struct net_local, timer.work); in plip_timer_bh()
400 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, in plip_bh_timeout_error()
475 plip_none(struct net_device *dev, struct net_local *nl, in plip_none()
588 plip_receive_packet(struct net_device *dev, struct net_local *nl, in plip_receive_packet()
756 plip_send_packet(struct net_device *dev, struct net_local *nl, in plip_send_packet()
876 plip_connection_close(struct net_device *dev, struct net_local *nl, in plip_connection_close()
894 plip_error(struct net_device *dev, struct net_local *nl, in plip_error()
922 struct net_local *nl; in plip_interrupt()
972 struct net_local *nl = netdev_priv(dev); in plip_tx_packet()
1069 struct net_local *nl = netdev_priv(dev); in plip_open()
1129 struct net_local *nl = netdev_priv(dev); in plip_close()
1176 struct net_local *nl = netdev_priv(dev); in plip_preempt()
1192 struct net_local *nl = netdev_priv(dev); in plip_wakeup()
1219 struct net_local *nl = netdev_priv(dev); in plip_siocdevprivate()
1270 struct net_local *nl; in plip_attach()
1282 dev = alloc_etherdev(sizeof(struct net_local)); in plip_attach()
1371 struct net_local *nl = netdev_priv(dev); in plip_cleanup_module()