Lines Matching defs:ndev
43 int ravb_wait(struct net_device *ndev, enum ravb_reg reg, u32 mask, u32 value) in ravb_wait()
55 static int ravb_config(struct net_device *ndev) in ravb_config()
70 static void ravb_set_duplex(struct net_device *ndev) in ravb_set_duplex()
82 static void ravb_set_rate(struct net_device *ndev) in ravb_set_rate()
111 static void ravb_read_mac_address(struct net_device *ndev, const u8 *mac) in ravb_read_mac_address()
175 static void ravb_ring_free(struct net_device *ndev, int q) in ravb_ring_free()
219 static void ravb_ring_format(struct net_device *ndev, int q) in ravb_ring_format()
281 static int ravb_ring_init(struct net_device *ndev, int q) in ravb_ring_init()
338 static void ravb_emac_init(struct net_device *ndev) in ravb_emac_init()
371 static int ravb_dmac_init(struct net_device *ndev) in ravb_dmac_init()
424 static int ravb_tx_free(struct net_device *ndev, int q) in ravb_tx_free()
461 static void ravb_get_tx_tstamp(struct net_device *ndev) in ravb_get_tx_tstamp()
497 static bool ravb_rx(struct net_device *ndev, int *quota, int q) in ravb_rx()
609 static void ravb_rcv_snd_disable(struct net_device *ndev) in ravb_rcv_snd_disable()
615 static void ravb_rcv_snd_enable(struct net_device *ndev) in ravb_rcv_snd_enable()
622 static int ravb_stop_dma(struct net_device *ndev) in ravb_stop_dma()
650 static void ravb_emac_interrupt(struct net_device *ndev) in ravb_emac_interrupt()
677 static void ravb_error_interrupt(struct net_device *ndev) in ravb_error_interrupt()
704 struct net_device *ndev = dev_id; in ravb_interrupt() local
774 struct net_device *ndev = napi->dev; in ravb_poll() local
832 static void ravb_adjust_link(struct net_device *ndev) in ravb_adjust_link()
872 static int ravb_phy_init(struct net_device *ndev) in ravb_phy_init()
920 static int ravb_phy_start(struct net_device *ndev) in ravb_phy_start()
934 static int ravb_get_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in ravb_get_settings()
949 static int ravb_set_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in ravb_set_settings()
986 static int ravb_nway_reset(struct net_device *ndev) in ravb_nway_reset()
1001 static u32 ravb_get_msglevel(struct net_device *ndev) in ravb_get_msglevel()
1008 static void ravb_set_msglevel(struct net_device *ndev, u32 value) in ravb_set_msglevel()
1061 static void ravb_get_ethtool_stats(struct net_device *ndev, in ravb_get_ethtool_stats()
1090 static void ravb_get_strings(struct net_device *ndev, u32 stringset, u8 *data) in ravb_get_strings()
1099 static void ravb_get_ringparam(struct net_device *ndev, in ravb_get_ringparam()
1110 static int ravb_set_ringparam(struct net_device *ndev, in ravb_set_ringparam()
1166 static int ravb_get_ts_info(struct net_device *ndev, in ravb_get_ts_info()
1204 static int ravb_open(struct net_device *ndev) in ravb_open()
1261 static void ravb_tx_timeout(struct net_device *ndev) in ravb_tx_timeout()
1279 struct net_device *ndev = priv->ndev; in ravb_tx_timeout_work() local
1303 static netdev_tx_t ravb_start_xmit(struct sk_buff *skb, struct net_device *ndev) in ravb_start_xmit()
1400 static u16 ravb_select_queue(struct net_device *ndev, struct sk_buff *skb, in ravb_select_queue()
1409 static struct net_device_stats *ravb_get_stats(struct net_device *ndev) in ravb_get_stats()
1450 static void ravb_set_rx_mode(struct net_device *ndev) in ravb_set_rx_mode()
1468 static int ravb_close(struct net_device *ndev) in ravb_close()
1514 static int ravb_hwtstamp_get(struct net_device *ndev, struct ifreq *req) in ravb_hwtstamp_get()
1534 static int ravb_hwtstamp_set(struct net_device *ndev, struct ifreq *req) in ravb_hwtstamp_set()
1579 static int ravb_do_ioctl(struct net_device *ndev, struct ifreq *req, int cmd) in ravb_do_ioctl()
1673 struct net_device *ndev; in ravb_probe() local
1838 struct net_device *ndev = platform_get_drvdata(pdev); in ravb_remove() local