Lines Matching refs:net_device

167 static int ne2k_pci_open(struct net_device *dev);
168 static int ne2k_pci_close(struct net_device *dev);
170 static void ne2k_pci_reset_8390(struct net_device *dev);
171 static void ne2k_pci_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr,
173 static void ne2k_pci_block_input(struct net_device *dev, int count,
175 static void ne2k_pci_block_output(struct net_device *dev, const int count,
184 struct net_device *dev;
221 struct net_device *dev; in ne2k_pci_init_one()
403 static inline int set_realtek_fdx(struct net_device *dev) in set_realtek_fdx()
415 static inline int set_holtek_fdx(struct net_device *dev) in set_holtek_fdx()
423 static int ne2k_pci_set_fdx(struct net_device *dev) in ne2k_pci_set_fdx()
433 static int ne2k_pci_open(struct net_device *dev) in ne2k_pci_open()
446 static int ne2k_pci_close(struct net_device *dev) in ne2k_pci_close()
455 static void ne2k_pci_reset_8390(struct net_device *dev) in ne2k_pci_reset_8390()
481 static void ne2k_pci_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ne2k_pci_get_8390_hdr()
518 static void ne2k_pci_block_input(struct net_device *dev, int count, in ne2k_pci_block_input()
565 static void ne2k_pci_block_output(struct net_device *dev, int count, in ne2k_pci_block_output()
638 static void ne2k_pci_get_drvinfo(struct net_device *dev, in ne2k_pci_get_drvinfo()
649 static u32 ne2k_pci_get_msglevel(struct net_device *dev) in ne2k_pci_get_msglevel()
656 static void ne2k_pci_set_msglevel(struct net_device *dev, u32 v) in ne2k_pci_set_msglevel()
671 struct net_device *dev = pci_get_drvdata(pdev); in ne2k_pci_remove_one()
683 struct net_device *dev = pci_get_drvdata (pdev); in ne2k_pci_suspend()
695 struct net_device *dev = pci_get_drvdata (pdev); in ne2k_pci_resume()