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()
290 struct net_local *nl = netdev_priv(dev); in plip_init_netdev()
323 struct net_local *nl = in plip_kick_bh()
324 container_of(work, struct net_local, deferred.work); in plip_kick_bh()
331 static int plip_none(struct net_device *, struct net_local *,
333 static int plip_receive_packet(struct net_device *, struct net_local *,
335 static int plip_send_packet(struct net_device *, struct net_local *,
337 static int plip_connection_close(struct net_device *, struct net_local *,
339 static int plip_error(struct net_device *, struct net_local *,
341 static int plip_bh_timeout_error(struct net_device *dev, struct net_local *nl,
351 typedef int (*plip_func)(struct net_device *dev, struct net_local *nl,
367 struct net_local *nl = container_of(work, struct net_local, immediate); in plip_bh()
385 struct net_local *nl = in plip_timer_bh()
386 container_of(work, struct net_local, timer.work); in plip_timer_bh()
399 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, in plip_bh_timeout_error()
474 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()
746 plip_send_packet(struct net_device *dev, struct net_local *nl, in plip_send_packet()
861 plip_connection_close(struct net_device *dev, struct net_local *nl, in plip_connection_close()
879 plip_error(struct net_device *dev, struct net_local *nl, in plip_error()
907 struct net_local *nl; in plip_interrupt()
956 struct net_local *nl = netdev_priv(dev); in plip_tx_packet()
1053 struct net_local *nl = netdev_priv(dev); in plip_open()
1113 struct net_local *nl = netdev_priv(dev); in plip_close()
1160 struct net_local *nl = netdev_priv(dev); in plip_preempt()
1176 struct net_local *nl = netdev_priv(dev); in plip_wakeup()
1202 struct net_local *nl = netdev_priv(dev); in plip_ioctl()
1250 struct net_local *nl; in plip_attach()
1261 dev = alloc_etherdev(sizeof(struct net_local)); in plip_attach()
1333 struct net_local *nl = netdev_priv(dev); in plip_cleanup_module()