Lines Matching refs:ftmac100
25 #include "ftmac100.h"
27 #define DRV_NAME "ftmac100"
51 struct ftmac100 {
73 static int ftmac100_alloc_rx_page(struct ftmac100 *priv,
89 static void ftmac100_enable_all_int(struct ftmac100 *priv)
94 static void ftmac100_disable_all_int(struct ftmac100 *priv)
99 static void ftmac100_set_rx_ring_base(struct ftmac100 *priv, dma_addr_t addr)
104 static void ftmac100_set_tx_ring_base(struct ftmac100 *priv, dma_addr_t addr)
109 static void ftmac100_txdma_start_polling(struct ftmac100 *priv)
114 static int ftmac100_reset(struct ftmac100 *priv)
143 static void ftmac100_set_mac(struct ftmac100 *priv, const unsigned char *mac)
152 static void ftmac100_setup_mc_ht(struct ftmac100 *priv)
167 static void ftmac100_set_rx_bits(struct ftmac100 *priv, unsigned int *maccr)
195 static int ftmac100_start_hw(struct ftmac100 *priv)
225 static void ftmac100_stop_hw(struct ftmac100 *priv)
329 static void ftmac100_rx_pointer_advance(struct ftmac100 *priv)
334 static struct ftmac100_rxdes *ftmac100_current_rxdes(struct ftmac100 *priv)
340 ftmac100_rx_locate_first_segment(struct ftmac100 *priv)
356 static bool ftmac100_rx_packet_error(struct ftmac100 *priv,
400 static void ftmac100_rx_drop_packet(struct ftmac100 *priv)
421 static bool ftmac100_rx_packet(struct ftmac100 *priv, int *processed)
590 static void ftmac100_tx_pointer_advance(struct ftmac100 *priv)
595 static void ftmac100_tx_clean_pointer_advance(struct ftmac100 *priv)
600 static struct ftmac100_txdes *ftmac100_current_txdes(struct ftmac100 *priv)
605 static struct ftmac100_txdes *ftmac100_current_clean_txdes(struct ftmac100 *priv)
610 static bool ftmac100_tx_complete_packet(struct ftmac100 *priv)
655 static void ftmac100_tx_complete(struct ftmac100 *priv)
661 static netdev_tx_t ftmac100_xmit(struct ftmac100 *priv, struct sk_buff *skb,
696 static int ftmac100_alloc_rx_page(struct ftmac100 *priv,
725 static void ftmac100_free_buffers(struct ftmac100 *priv)
757 static int ftmac100_alloc_buffers(struct ftmac100 *priv)
791 struct ftmac100 *priv = netdev_priv(netdev);
817 struct ftmac100 *priv = netdev_priv(netdev);
855 struct ftmac100 *priv = netdev_priv(netdev);
865 struct ftmac100 *priv = netdev_priv(netdev);
871 struct ftmac100 *priv = netdev_priv(netdev);
877 struct ftmac100 *priv = netdev_priv(netdev);
895 struct ftmac100 *priv = netdev_priv(netdev);
910 struct ftmac100 *priv = container_of(napi, struct ftmac100, napi);
987 struct ftmac100 *priv = netdev_priv(netdev);
1028 struct ftmac100 *priv = netdev_priv(netdev);
1043 struct ftmac100 *priv = netdev_priv(netdev);
1072 struct ftmac100 *priv = netdev_priv(netdev);
1080 struct ftmac100 *priv = netdev_priv(netdev);
1102 struct ftmac100 *priv = netdev_priv(netdev);
1128 struct ftmac100 *priv;
1225 struct ftmac100 *priv;