Lines Matching refs:net_device
60 static struct net_device *stnic_dev;
62 static void stnic_reset (struct net_device *dev);
63 static void stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr,
65 static void stnic_block_input (struct net_device *dev, int count,
67 static void stnic_block_output (struct net_device *dev, int count,
70 static void stnic_init (struct net_device *dev);
106 struct net_device *dev; in stnic_probe()
173 stnic_reset (struct net_device *dev) in stnic_reset()
185 stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr, in stnic_get_hdr()
222 stnic_block_input (struct net_device *dev, int length, struct sk_buff *skb, in stnic_block_input()
255 stnic_block_output (struct net_device *dev, int length, in stnic_block_output()
288 stnic_init (struct net_device *dev) in stnic_init()