Lines Matching defs:priv

100 static void ftmac100_enable_all_int(struct ftmac100 *priv)  in ftmac100_enable_all_int()
105 static void ftmac100_disable_all_int(struct ftmac100 *priv) in ftmac100_disable_all_int()
110 static void ftmac100_set_rx_ring_base(struct ftmac100 *priv, dma_addr_t addr) in ftmac100_set_rx_ring_base()
115 static void ftmac100_set_tx_ring_base(struct ftmac100 *priv, dma_addr_t addr) in ftmac100_set_tx_ring_base()
120 static void ftmac100_txdma_start_polling(struct ftmac100 *priv) in ftmac100_txdma_start_polling()
125 static int ftmac100_reset(struct ftmac100 *priv) in ftmac100_reset()
154 static void ftmac100_set_mac(struct ftmac100 *priv, const unsigned char *mac) in ftmac100_set_mac()
172 static int ftmac100_start_hw(struct ftmac100 *priv) in ftmac100_start_hw()
195 static void ftmac100_stop_hw(struct ftmac100 *priv) in ftmac100_stop_hw()
304 static void ftmac100_rx_pointer_advance(struct ftmac100 *priv) in ftmac100_rx_pointer_advance()
309 static struct ftmac100_rxdes *ftmac100_current_rxdes(struct ftmac100 *priv) in ftmac100_current_rxdes()
315 ftmac100_rx_locate_first_segment(struct ftmac100 *priv) in ftmac100_rx_locate_first_segment()
331 static bool ftmac100_rx_packet_error(struct ftmac100 *priv, in ftmac100_rx_packet_error()
376 static void ftmac100_rx_drop_packet(struct ftmac100 *priv) in ftmac100_rx_drop_packet()
397 static bool ftmac100_rx_packet(struct ftmac100 *priv, int *processed) in ftmac100_rx_packet()
564 static void ftmac100_tx_pointer_advance(struct ftmac100 *priv) in ftmac100_tx_pointer_advance()
569 static void ftmac100_tx_clean_pointer_advance(struct ftmac100 *priv) in ftmac100_tx_clean_pointer_advance()
574 static struct ftmac100_txdes *ftmac100_current_txdes(struct ftmac100 *priv) in ftmac100_current_txdes()
579 static struct ftmac100_txdes *ftmac100_current_clean_txdes(struct ftmac100 *priv) in ftmac100_current_clean_txdes()
584 static bool ftmac100_tx_complete_packet(struct ftmac100 *priv) in ftmac100_tx_complete_packet()
629 static void ftmac100_tx_complete(struct ftmac100 *priv) in ftmac100_tx_complete()
635 static int ftmac100_xmit(struct ftmac100 *priv, struct sk_buff *skb, in ftmac100_xmit()
670 static int ftmac100_alloc_rx_page(struct ftmac100 *priv, in ftmac100_alloc_rx_page()
699 static void ftmac100_free_buffers(struct ftmac100 *priv) in ftmac100_free_buffers()
731 static int ftmac100_alloc_buffers(struct ftmac100 *priv) in ftmac100_alloc_buffers()
766 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_mdio_read() local
792 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_mdio_write() local
830 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_get_settings() local
836 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_set_settings() local
842 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_nway_reset() local
848 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_get_link() local
866 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_interrupt() local
882 struct ftmac100 *priv = container_of(napi, struct ftmac100, napi); in ftmac100_poll() local
959 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_open() local
1000 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_stop() local
1014 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_hard_start_xmit() local
1043 struct ftmac100 *priv = netdev_priv(netdev); in ftmac100_do_ioctl() local
1066 struct ftmac100 *priv; in ftmac100_probe() local
1160 struct ftmac100 *priv; in ftmac100_remove() local