Lines Matching defs:netdev

109 	struct net_device *netdev;  member
225 static void gmac_update_config0_reg(struct net_device *netdev, in gmac_update_config0_reg()
241 static void gmac_enable_tx_rx(struct net_device *netdev) in gmac_enable_tx_rx()
256 static void gmac_disable_tx_rx(struct net_device *netdev) in gmac_disable_tx_rx()
273 static void gmac_set_flow_control(struct net_device *netdev, bool tx, bool rx) in gmac_set_flow_control()
292 static void gmac_speed_set(struct net_device *netdev) in gmac_speed_set()
362 static int gmac_setup_phy(struct net_device *netdev) in gmac_setup_phy()
463 static int gmac_init(struct net_device *netdev) in gmac_init()
543 static int gmac_setup_txqs(struct net_device *netdev) in gmac_setup_txqs()
601 static void gmac_clean_txq(struct net_device *netdev, struct gmac_txq *txq, in gmac_clean_txq()
673 static void gmac_cleanup_txqs(struct net_device *netdev) in gmac_cleanup_txqs()
699 static int gmac_setup_rxq(struct net_device *netdev) in gmac_setup_rxq()
751 static void gmac_cleanup_rxq(struct net_device *netdev) in gmac_cleanup_rxq()
1039 struct net_device *netdev = port->netdev; in geth_resize_freeq() local
1104 static void gmac_tx_irq_enable(struct net_device *netdev, in gmac_tx_irq_enable()
1123 static void gmac_tx_irq(struct net_device *netdev, unsigned int txq_num) in gmac_tx_irq()
1131 static int gmac_map_tx_bufs(struct net_device *netdev, struct sk_buff *skb, in gmac_map_tx_bufs()
1223 struct net_device *netdev) in gmac_start_xmit()
1296 static void gmac_tx_timeout(struct net_device *netdev, unsigned int txqueue) in gmac_tx_timeout()
1302 static void gmac_enable_irq(struct net_device *netdev, int enable) in gmac_enable_irq()
1331 static void gmac_enable_rx_irq(struct net_device *netdev, int enable) in gmac_enable_rx_irq()
1390 static unsigned int gmac_rx(struct net_device *netdev, unsigned int budget) in gmac_rx()
1531 static void gmac_dump_dma_state(struct net_device *netdev) in gmac_dump_dma_state()
1602 static void gmac_update_hw_stats(struct net_device *netdev) in gmac_update_hw_stats()
1638 static u32 gmac_get_intr_flags(struct net_device *netdev, int i) in gmac_get_intr_flags()
1669 struct net_device *netdev = data; in gmac_irq() local
1761 static int gmac_open(struct net_device *netdev) in gmac_open()
1819 static int gmac_stop(struct net_device *netdev) in gmac_stop()
1840 static void gmac_set_rx_mode(struct net_device *netdev) in gmac_set_rx_mode()
1875 static void gmac_write_mac_address(struct net_device *netdev) in gmac_write_mac_address()
1888 static int gmac_set_mac_address(struct net_device *netdev, void *addr) in gmac_set_mac_address()
1898 static void gmac_clear_hw_stats(struct net_device *netdev) in gmac_clear_hw_stats()
1910 static void gmac_get_stats64(struct net_device *netdev, in gmac_get_stats64()
1959 static int gmac_change_mtu(struct net_device *netdev, int new_mtu) in gmac_change_mtu()
1979 static netdev_features_t gmac_fix_features(struct net_device *netdev, in gmac_fix_features()
1988 static int gmac_set_features(struct net_device *netdev, in gmac_set_features()
2006 static int gmac_get_sset_count(struct net_device *netdev, int sset) in gmac_get_sset_count()
2011 static void gmac_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in gmac_get_strings()
2019 static void gmac_get_ethtool_stats(struct net_device *netdev, in gmac_get_ethtool_stats()
2069 static int gmac_get_ksettings(struct net_device *netdev, in gmac_get_ksettings()
2079 static int gmac_set_ksettings(struct net_device *netdev, in gmac_set_ksettings()
2087 static int gmac_nway_reset(struct net_device *netdev) in gmac_nway_reset()
2094 static void gmac_get_pauseparam(struct net_device *netdev, in gmac_get_pauseparam()
2107 static void gmac_get_ringparam(struct net_device *netdev, in gmac_get_ringparam()
2125 static int gmac_set_ringparam(struct net_device *netdev, in gmac_set_ringparam()
2146 static int gmac_get_coalesce(struct net_device *netdev, in gmac_get_coalesce()
2158 static int gmac_set_coalesce(struct net_device *netdev, in gmac_set_coalesce()
2174 static u32 gmac_get_msglevel(struct net_device *netdev) in gmac_get_msglevel()
2181 static void gmac_set_msglevel(struct net_device *netdev, u32 level) in gmac_set_msglevel()
2188 static void gmac_get_drvinfo(struct net_device *netdev, in gmac_get_drvinfo()
2358 struct net_device *netdev; in gemini_ethernet_port_probe() local