Lines Matching refs:ftmac100
23 #include "ftmac100.h"
25 #define DRV_NAME "ftmac100"
49 struct ftmac100 {
71 static int ftmac100_alloc_rx_page(struct ftmac100 *priv,
87 static void ftmac100_enable_all_int(struct ftmac100 *priv)
92 static void ftmac100_disable_all_int(struct ftmac100 *priv)
97 static void ftmac100_set_rx_ring_base(struct ftmac100 *priv, dma_addr_t addr)
102 static void ftmac100_set_tx_ring_base(struct ftmac100 *priv, dma_addr_t addr)
107 static void ftmac100_txdma_start_polling(struct ftmac100 *priv)
112 static int ftmac100_reset(struct ftmac100 *priv)
141 static void ftmac100_set_mac(struct ftmac100 *priv, const unsigned char *mac)
159 static int ftmac100_start_hw(struct ftmac100 *priv)
182 static void ftmac100_stop_hw(struct ftmac100 *priv)
291 static void ftmac100_rx_pointer_advance(struct ftmac100 *priv)
296 static struct ftmac100_rxdes *ftmac100_current_rxdes(struct ftmac100 *priv)
302 ftmac100_rx_locate_first_segment(struct ftmac100 *priv)
318 static bool ftmac100_rx_packet_error(struct ftmac100 *priv,
363 static void ftmac100_rx_drop_packet(struct ftmac100 *priv)
384 static bool ftmac100_rx_packet(struct ftmac100 *priv, int *processed)
552 static void ftmac100_tx_pointer_advance(struct ftmac100 *priv)
557 static void ftmac100_tx_clean_pointer_advance(struct ftmac100 *priv)
562 static struct ftmac100_txdes *ftmac100_current_txdes(struct ftmac100 *priv)
567 static struct ftmac100_txdes *ftmac100_current_clean_txdes(struct ftmac100 *priv)
572 static bool ftmac100_tx_complete_packet(struct ftmac100 *priv)
617 static void ftmac100_tx_complete(struct ftmac100 *priv)
623 static netdev_tx_t ftmac100_xmit(struct ftmac100 *priv, struct sk_buff *skb,
658 static int ftmac100_alloc_rx_page(struct ftmac100 *priv,
687 static void ftmac100_free_buffers(struct ftmac100 *priv)
719 static int ftmac100_alloc_buffers(struct ftmac100 *priv)
753 struct ftmac100 *priv = netdev_priv(netdev);
779 struct ftmac100 *priv = netdev_priv(netdev);
817 struct ftmac100 *priv = netdev_priv(netdev);
827 struct ftmac100 *priv = netdev_priv(netdev);
833 struct ftmac100 *priv = netdev_priv(netdev);
839 struct ftmac100 *priv = netdev_priv(netdev);
857 struct ftmac100 *priv = netdev_priv(netdev);
872 struct ftmac100 *priv = container_of(napi, struct ftmac100, napi);
949 struct ftmac100 *priv = netdev_priv(netdev);
990 struct ftmac100 *priv = netdev_priv(netdev);
1005 struct ftmac100 *priv = netdev_priv(netdev);
1034 struct ftmac100 *priv = netdev_priv(netdev);
1057 struct ftmac100 *priv;
1148 struct ftmac100 *priv;