Lines Matching refs:net_device

149 static int plip_tx_packet(struct sk_buff *skb, struct net_device *dev);
150 static int plip_hard_header(struct sk_buff *skb, struct net_device *dev,
155 static int plip_open(struct net_device *dev);
156 static int plip_close(struct net_device *dev);
157 static int plip_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
208 struct net_device *dev;
227 static inline void enable_parport_interrupts (struct net_device *dev) in enable_parport_interrupts()
237 static inline void disable_parport_interrupts (struct net_device *dev) in disable_parport_interrupts()
247 static inline void write_data (struct net_device *dev, unsigned char data) in write_data()
255 static inline unsigned char read_status (struct net_device *dev) in read_status()
288 plip_init_netdev(struct net_device *dev) in plip_init_netdev()
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,
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()
483 plip_receive(unsigned short nibble_timeout, struct net_device *dev, in plip_receive()
541 static __be16 plip_type_trans(struct sk_buff *skb, struct net_device *dev) in plip_type_trans()
585 plip_receive_packet(struct net_device *dev, struct net_local *nl, in plip_receive_packet()
702 plip_send(unsigned short nibble_timeout, struct net_device *dev, in plip_send()
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()
906 struct net_device *dev = dev_id; in plip_interrupt()
954 plip_tx_packet(struct sk_buff *skb, struct net_device *dev) in plip_tx_packet()
995 plip_rewrite_address(const struct net_device *dev, struct ethhdr *eth) in plip_rewrite_address()
1014 plip_hard_header(struct sk_buff *skb, struct net_device *dev, in plip_hard_header()
1051 plip_open(struct net_device *dev) in plip_open()
1111 plip_close(struct net_device *dev) in plip_close()
1159 struct net_device *dev = (struct net_device *)handle; in plip_preempt()
1175 struct net_device *dev = (struct net_device *)handle; in plip_wakeup()
1200 plip_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in plip_ioctl()
1232 static struct net_device *dev_plip[PLIP_MAX] = { NULL, };
1249 struct net_device *dev; in plip_attach()
1326 struct net_device *dev; in plip_cleanup_module()