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