Lines Matching refs:ftmac100
63 struct ftmac100 { struct
85 static int ftmac100_alloc_rx_page(struct ftmac100 *priv, argument
101 static void ftmac100_enable_all_int(struct ftmac100 *priv) in ftmac100_enable_all_int()
106 static void ftmac100_disable_all_int(struct ftmac100 *priv) in ftmac100_disable_all_int()
111 static void ftmac100_set_rx_ring_base(struct ftmac100 *priv, dma_addr_t addr) in ftmac100_set_rx_ring_base()
116 static void ftmac100_set_tx_ring_base(struct ftmac100 *priv, dma_addr_t addr) in ftmac100_set_tx_ring_base()
121 static void ftmac100_txdma_start_polling(struct ftmac100 *priv) in ftmac100_txdma_start_polling()
126 static int ftmac100_reset(struct ftmac100 *priv) in ftmac100_reset()
155 static void ftmac100_set_mac(struct ftmac100 *priv, const unsigned char *mac) in ftmac100_set_mac()
173 static int ftmac100_start_hw(struct ftmac100 *priv) in ftmac100_start_hw()
196 static void ftmac100_stop_hw(struct ftmac100 *priv) in ftmac100_stop_hw()
305 static void ftmac100_rx_pointer_advance(struct ftmac100 *priv) in ftmac100_rx_pointer_advance()
310 static struct ftmac100_rxdes *ftmac100_current_rxdes(struct ftmac100 *priv) in ftmac100_current_rxdes()
316 ftmac100_rx_locate_first_segment(struct ftmac100 *priv) in ftmac100_rx_locate_first_segment()
332 static bool ftmac100_rx_packet_error(struct ftmac100 *priv, in ftmac100_rx_packet_error()
377 static void ftmac100_rx_drop_packet(struct ftmac100 *priv) in ftmac100_rx_drop_packet()
398 static bool ftmac100_rx_packet(struct ftmac100 *priv, int *processed) in ftmac100_rx_packet()
566 static void ftmac100_tx_pointer_advance(struct ftmac100 *priv) in ftmac100_tx_pointer_advance()
571 static void ftmac100_tx_clean_pointer_advance(struct ftmac100 *priv) in ftmac100_tx_clean_pointer_advance()
576 static struct ftmac100_txdes *ftmac100_current_txdes(struct ftmac100 *priv) in ftmac100_current_txdes()
581 static struct ftmac100_txdes *ftmac100_current_clean_txdes(struct ftmac100 *priv) in ftmac100_current_clean_txdes()
586 static bool ftmac100_tx_complete_packet(struct ftmac100 *priv) in ftmac100_tx_complete_packet()
631 static void ftmac100_tx_complete(struct ftmac100 *priv) in ftmac100_tx_complete()
637 static int ftmac100_xmit(struct ftmac100 *priv, struct sk_buff *skb, in ftmac100_xmit()
672 static int ftmac100_alloc_rx_page(struct ftmac100 *priv, in ftmac100_alloc_rx_page()
701 static void ftmac100_free_buffers(struct ftmac100 *priv) in ftmac100_free_buffers()
733 static int ftmac100_alloc_buffers(struct ftmac100 *priv) in ftmac100_alloc_buffers()
768 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_mdio_read()
794 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_mdio_write()
833 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_get_link_ksettings()
843 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_set_link_ksettings()
849 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_nway_reset()
855 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_get_link()
873 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_interrupt()
889 struct ftmac100 *priv = container_of(napi, struct ftmac100, napi); in ftmac100_poll()
966 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_open()
1007 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_stop()
1021 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_hard_start_xmit()
1050 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_do_ioctl()
1073 struct ftmac100 *priv; in ftmac100_probe()
1167 struct ftmac100 *priv; in ftmac100_remove()