Lines Matching defs:netdev
108 struct net_device *netdev; member
224 static void gmac_update_config0_reg(struct net_device *netdev, in gmac_update_config0_reg()
240 static void gmac_enable_tx_rx(struct net_device *netdev) in gmac_enable_tx_rx()
255 static void gmac_disable_tx_rx(struct net_device *netdev) in gmac_disable_tx_rx()
272 static void gmac_set_flow_control(struct net_device *netdev, bool tx, bool rx) in gmac_set_flow_control()
291 static void gmac_speed_set(struct net_device *netdev) in gmac_speed_set()
361 static int gmac_setup_phy(struct net_device *netdev) in gmac_setup_phy()
465 static int gmac_init(struct net_device *netdev) in gmac_init()
545 static int gmac_setup_txqs(struct net_device *netdev) in gmac_setup_txqs()
603 static void gmac_clean_txq(struct net_device *netdev, struct gmac_txq *txq, in gmac_clean_txq()
675 static void gmac_cleanup_txqs(struct net_device *netdev) in gmac_cleanup_txqs()
701 static int gmac_setup_rxq(struct net_device *netdev) in gmac_setup_rxq()
753 static void gmac_cleanup_rxq(struct net_device *netdev) in gmac_cleanup_rxq()
1041 struct net_device *netdev = port->netdev; in geth_resize_freeq() local
1106 static void gmac_tx_irq_enable(struct net_device *netdev, in gmac_tx_irq_enable()
1125 static void gmac_tx_irq(struct net_device *netdev, unsigned int txq_num) in gmac_tx_irq()
1133 static int gmac_map_tx_bufs(struct net_device *netdev, struct sk_buff *skb, in gmac_map_tx_bufs()
1225 struct net_device *netdev) in gmac_start_xmit()
1298 static void gmac_tx_timeout(struct net_device *netdev, unsigned int txqueue) in gmac_tx_timeout()
1304 static void gmac_enable_irq(struct net_device *netdev, int enable) in gmac_enable_irq()
1333 static void gmac_enable_rx_irq(struct net_device *netdev, int enable) in gmac_enable_rx_irq()
1392 static unsigned int gmac_rx(struct net_device *netdev, unsigned int budget) in gmac_rx()
1533 static void gmac_dump_dma_state(struct net_device *netdev) in gmac_dump_dma_state()
1604 static void gmac_update_hw_stats(struct net_device *netdev) in gmac_update_hw_stats()
1640 static u32 gmac_get_intr_flags(struct net_device *netdev, int i) in gmac_get_intr_flags()
1671 struct net_device *netdev = data; in gmac_irq() local
1763 static int gmac_open(struct net_device *netdev) in gmac_open()
1821 static int gmac_stop(struct net_device *netdev) in gmac_stop()
1842 static void gmac_set_rx_mode(struct net_device *netdev) in gmac_set_rx_mode()
1877 static void gmac_write_mac_address(struct net_device *netdev) in gmac_write_mac_address()
1890 static int gmac_set_mac_address(struct net_device *netdev, void *addr) in gmac_set_mac_address()
1900 static void gmac_clear_hw_stats(struct net_device *netdev) in gmac_clear_hw_stats()
1912 static void gmac_get_stats64(struct net_device *netdev, in gmac_get_stats64()
1961 static int gmac_change_mtu(struct net_device *netdev, int new_mtu) in gmac_change_mtu()
1981 static netdev_features_t gmac_fix_features(struct net_device *netdev, in gmac_fix_features()
1990 static int gmac_set_features(struct net_device *netdev, in gmac_set_features()
2008 static int gmac_get_sset_count(struct net_device *netdev, int sset) in gmac_get_sset_count()
2013 static void gmac_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in gmac_get_strings()
2021 static void gmac_get_ethtool_stats(struct net_device *netdev, in gmac_get_ethtool_stats()
2071 static int gmac_get_ksettings(struct net_device *netdev, in gmac_get_ksettings()
2081 static int gmac_set_ksettings(struct net_device *netdev, in gmac_set_ksettings()
2089 static int gmac_nway_reset(struct net_device *netdev) in gmac_nway_reset()
2096 static void gmac_get_pauseparam(struct net_device *netdev, in gmac_get_pauseparam()
2109 static void gmac_get_ringparam(struct net_device *netdev, in gmac_get_ringparam()
2129 static int gmac_set_ringparam(struct net_device *netdev, in gmac_set_ringparam()
2152 static int gmac_get_coalesce(struct net_device *netdev, in gmac_get_coalesce()
2166 static int gmac_set_coalesce(struct net_device *netdev, in gmac_set_coalesce()
2184 static u32 gmac_get_msglevel(struct net_device *netdev) in gmac_get_msglevel()
2191 static void gmac_set_msglevel(struct net_device *netdev, u32 level) in gmac_set_msglevel()
2198 static void gmac_get_drvinfo(struct net_device *netdev, in gmac_get_drvinfo()
2369 struct net_device *netdev; in gemini_ethernet_port_probe() local