• Home
  • Raw
  • Download

Lines Matching defs:ndev

56 void ravb_modify(struct net_device *ndev, enum ravb_reg reg, u32 clear,  in ravb_modify()
62 int ravb_wait(struct net_device *ndev, enum ravb_reg reg, u32 mask, u32 value) in ravb_wait()
74 static int ravb_config(struct net_device *ndev) in ravb_config()
88 static void ravb_set_duplex(struct net_device *ndev) in ravb_set_duplex()
95 static void ravb_set_rate(struct net_device *ndev) in ravb_set_rate()
122 static void ravb_read_mac_address(struct net_device *ndev, const u8 *mac) in ravb_read_mac_address()
184 static int ravb_tx_free(struct net_device *ndev, int q, bool free_txed_only) in ravb_tx_free()
227 static void ravb_ring_free(struct net_device *ndev, int q) in ravb_ring_free()
281 static void ravb_ring_format(struct net_device *ndev, int q) in ravb_ring_format()
342 static int ravb_ring_init(struct net_device *ndev, int q) in ravb_ring_init()
399 static void ravb_emac_init(struct net_device *ndev) in ravb_emac_init()
427 static int ravb_dmac_init(struct net_device *ndev) in ravb_dmac_init()
488 static void ravb_get_tx_tstamp(struct net_device *ndev) in ravb_get_tx_tstamp()
527 static bool ravb_rx(struct net_device *ndev, int *quota, int q) in ravb_rx()
638 static void ravb_rcv_snd_disable(struct net_device *ndev) in ravb_rcv_snd_disable()
644 static void ravb_rcv_snd_enable(struct net_device *ndev) in ravb_rcv_snd_enable()
651 static int ravb_stop_dma(struct net_device *ndev) in ravb_stop_dma()
679 static void ravb_emac_interrupt_unlocked(struct net_device *ndev) in ravb_emac_interrupt_unlocked()
710 struct net_device *ndev = dev_id; in ravb_emac_interrupt() local
721 static void ravb_error_interrupt(struct net_device *ndev) in ravb_error_interrupt()
747 static bool ravb_queue_interrupt(struct net_device *ndev, int q) in ravb_queue_interrupt()
779 static bool ravb_timestamp_interrupt(struct net_device *ndev) in ravb_timestamp_interrupt()
793 struct net_device *ndev = dev_id; in ravb_interrupt() local
843 struct net_device *ndev = dev_id; in ravb_multi_interrupt() local
875 struct net_device *ndev = dev_id; in ravb_dma_interrupt() local
902 struct net_device *ndev = napi->dev; in ravb_poll() local
961 static void ravb_adjust_link(struct net_device *ndev) in ravb_adjust_link()
1015 static int ravb_phy_init(struct net_device *ndev) in ravb_phy_init()
1079 static int ravb_phy_start(struct net_device *ndev) in ravb_phy_start()
1092 static int ravb_get_link_ksettings(struct net_device *ndev, in ravb_get_link_ksettings()
1108 static int ravb_set_link_ksettings(struct net_device *ndev, in ravb_set_link_ksettings()
1117 static int ravb_nway_reset(struct net_device *ndev) in ravb_nway_reset()
1127 static u32 ravb_get_msglevel(struct net_device *ndev) in ravb_get_msglevel()
1134 static void ravb_set_msglevel(struct net_device *ndev, u32 value) in ravb_set_msglevel()
1187 static void ravb_get_ethtool_stats(struct net_device *ndev, in ravb_get_ethtool_stats()
1216 static void ravb_get_strings(struct net_device *ndev, u32 stringset, u8 *data) in ravb_get_strings()
1225 static void ravb_get_ringparam(struct net_device *ndev, in ravb_get_ringparam()
1236 static int ravb_set_ringparam(struct net_device *ndev, in ravb_set_ringparam()
1294 static int ravb_get_ts_info(struct net_device *ndev, in ravb_get_ts_info()
1316 static void ravb_get_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) in ravb_get_wol()
1329 static int ravb_set_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) in ravb_set_wol()
1361 struct net_device *ndev, struct device *dev, in ravb_hook_irq()
1378 static int ravb_open(struct net_device *ndev) in ravb_open()
1466 static void ravb_tx_timeout(struct net_device *ndev) in ravb_tx_timeout()
1484 struct net_device *ndev = priv->ndev; in ravb_tx_timeout_work() local
1510 static netdev_tx_t ravb_start_xmit(struct sk_buff *skb, struct net_device *ndev) in ravb_start_xmit()
1622 static u16 ravb_select_queue(struct net_device *ndev, struct sk_buff *skb, in ravb_select_queue()
1631 static struct net_device_stats *ravb_get_stats(struct net_device *ndev) in ravb_get_stats()
1672 static void ravb_set_rx_mode(struct net_device *ndev) in ravb_set_rx_mode()
1685 static int ravb_close(struct net_device *ndev) in ravb_close()
1741 static int ravb_hwtstamp_get(struct net_device *ndev, struct ifreq *req) in ravb_hwtstamp_get()
1761 static int ravb_hwtstamp_set(struct net_device *ndev, struct ifreq *req) in ravb_hwtstamp_set()
1806 static int ravb_do_ioctl(struct net_device *ndev, struct ifreq *req, int cmd) in ravb_do_ioctl()
1894 static int ravb_set_gti(struct net_device *ndev) in ravb_set_gti()
1929 static void ravb_set_config_mode(struct net_device *ndev) in ravb_set_config_mode()
1944 static void ravb_set_delay_mode(struct net_device *ndev) in ravb_set_delay_mode()
1965 struct net_device *ndev; in ravb_probe() local
2161 struct net_device *ndev = platform_get_drvdata(pdev); in ravb_remove() local
2184 static int ravb_wol_setup(struct net_device *ndev) in ravb_wol_setup()
2208 static int ravb_wol_restore(struct net_device *ndev) in ravb_wol_restore()
2231 struct net_device *ndev = dev_get_drvdata(dev); in ravb_suspend() local
2250 struct net_device *ndev = dev_get_drvdata(dev); in ravb_resume() local