Lines Matching defs:dev

171 static int amd8111e_mdio_read(struct net_device *dev, int phy_id, int reg_num)  in amd8111e_mdio_read()
182 static void amd8111e_mdio_write(struct net_device *dev, in amd8111e_mdio_write()
193 static void amd8111e_set_ext_phy(struct net_device *dev) in amd8111e_set_ext_phy()
234 static int amd8111e_free_skbs(struct net_device *dev) in amd8111e_free_skbs()
267 static inline void amd8111e_set_rx_buff_len(struct net_device *dev) in amd8111e_set_rx_buff_len()
289 static int amd8111e_init_ring(struct net_device *dev) in amd8111e_init_ring()
372 static int amd8111e_set_coalesce(struct net_device *dev, enum coal_mode cmod) in amd8111e_set_coalesce()
431 static int amd8111e_restart(struct net_device *dev) in amd8111e_restart()
649 static int amd8111e_tx(struct net_device *dev) in amd8111e_tx()
693 struct net_device *dev = lp->amd8111e_net_dev; in amd8111e_rx_poll() local
821 static int amd8111e_link_change(struct net_device *dev) in amd8111e_link_change()
885 static struct net_device_stats *amd8111e_get_stats(struct net_device *dev) in amd8111e_get_stats()
982 static int amd8111e_calc_coalesce(struct net_device *dev) in amd8111e_calc_coalesce()
1120 struct net_device *dev = (struct net_device *)dev_id; in amd8111e_interrupt() local
1183 static void amd8111e_poll(struct net_device *dev) in amd8111e_poll()
1197 static int amd8111e_close(struct net_device *dev) in amd8111e_close()
1231 static int amd8111e_open(struct net_device *dev) in amd8111e_open()
1286 struct net_device *dev) in amd8111e_start_xmit()
1356 static void amd8111e_set_multicast_list(struct net_device *dev) in amd8111e_set_multicast_list()
1400 static void amd8111e_get_drvinfo(struct net_device *dev, in amd8111e_get_drvinfo()
1412 static int amd8111e_get_regs_len(struct net_device *dev) in amd8111e_get_regs_len()
1417 static void amd8111e_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *buf) in amd8111e_get_regs()
1424 static int amd8111e_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in amd8111e_get_settings()
1433 static int amd8111e_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) in amd8111e_set_settings()
1443 static int amd8111e_nway_reset(struct net_device *dev) in amd8111e_nway_reset()
1449 static u32 amd8111e_get_link(struct net_device *dev) in amd8111e_get_link()
1455 static void amd8111e_get_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_get_wol()
1463 static int amd8111e_set_wol(struct net_device *dev, struct ethtool_wolinfo *wol_info) in amd8111e_set_wol()
1497 static int amd8111e_ioctl(struct net_device *dev , struct ifreq *ifr, int cmd) in amd8111e_ioctl()
1534 static int amd8111e_set_mac_address(struct net_device *dev, void *p) in amd8111e_set_mac_address()
1554 static int amd8111e_change_mtu(struct net_device *dev, int new_mtu) in amd8111e_change_mtu()
1610 static void amd8111e_tx_timeout(struct net_device *dev) in amd8111e_tx_timeout()
1625 struct net_device *dev = pci_get_drvdata(pci_dev); in amd8111e_suspend() local
1668 struct net_device *dev = pci_get_drvdata(pci_dev); in amd8111e_resume() local
1693 static void amd8111e_config_ipg(struct net_device *dev) in amd8111e_config_ipg()
1753 static void amd8111e_probe_ext_phy(struct net_device *dev) in amd8111e_probe_ext_phy()
1795 struct net_device *dev; in amd8111e_probe_one() local
1941 struct net_device *dev = pci_get_drvdata(pdev); in amd8111e_remove_one() local