Lines Matching defs:vptr
398 struct velocity_info *vptr = netdev_priv(dev); in velocity_remove1() local
500 static void velocity_init_cam_filter(struct velocity_info *vptr) in velocity_init_cam_filter()
527 struct velocity_info *vptr = netdev_priv(dev); in velocity_vlan_rx_add_vid() local
538 struct velocity_info *vptr = netdev_priv(dev); in velocity_vlan_rx_kill_vid() local
547 static void velocity_init_rx_ring_indexes(struct velocity_info *vptr) in velocity_init_rx_ring_indexes()
559 static void velocity_rx_reset(struct velocity_info *vptr) in velocity_rx_reset()
587 static u32 velocity_get_opt_media_mode(struct velocity_info *vptr) in velocity_get_opt_media_mode()
788 static void set_mii_flow_control(struct velocity_info *vptr) in set_mii_flow_control()
822 static void mii_set_auto_on(struct velocity_info *vptr) in mii_set_auto_on()
872 static int velocity_set_media_mode(struct velocity_info *vptr, u32 mii_status) in velocity_set_media_mode()
992 static void velocity_print_link_status(struct velocity_info *vptr) in velocity_print_link_status()
1042 static void enable_flow_control_ability(struct velocity_info *vptr) in enable_flow_control_ability()
1094 static int velocity_soft_reset(struct velocity_info *vptr) in velocity_soft_reset()
1126 struct velocity_info *vptr = netdev_priv(dev); in velocity_set_multi() local
1173 static void mii_init(struct velocity_info *vptr, u32 mii_status) in mii_init()
1241 static void setup_queue_timers(struct velocity_info *vptr) in setup_queue_timers()
1267 static void setup_adaptive_interrupts(struct velocity_info *vptr) in setup_adaptive_interrupts()
1305 static void velocity_init_registers(struct velocity_info *vptr, in velocity_init_registers()
1420 static void velocity_give_many_rx_descs(struct velocity_info *vptr) in velocity_give_many_rx_descs()
1452 static int velocity_init_dma_rings(struct velocity_info *vptr) in velocity_init_dma_rings()
1492 static void velocity_set_rxbufsize(struct velocity_info *vptr, int mtu) in velocity_set_rxbufsize()
1507 static int velocity_alloc_rx_buf(struct velocity_info *vptr, int idx) in velocity_alloc_rx_buf()
1537 static int velocity_rx_refill(struct velocity_info *vptr) in velocity_rx_refill()
1571 static void velocity_free_rd_ring(struct velocity_info *vptr) in velocity_free_rd_ring()
1605 static int velocity_init_rd_ring(struct velocity_info *vptr) in velocity_init_rd_ring()
1636 static int velocity_init_td_ring(struct velocity_info *vptr) in velocity_init_td_ring()
1663 static void velocity_free_dma_rings(struct velocity_info *vptr) in velocity_free_dma_rings()
1671 static int velocity_init_rings(struct velocity_info *vptr, int mtu) in velocity_init_rings()
1706 static void velocity_free_tx_buf(struct velocity_info *vptr, in velocity_free_tx_buf()
1736 static void velocity_free_td_ring_entry(struct velocity_info *vptr, in velocity_free_td_ring_entry()
1765 static void velocity_free_td_ring(struct velocity_info *vptr) in velocity_free_td_ring()
1780 static void velocity_free_rings(struct velocity_info *vptr) in velocity_free_rings()
1798 static void velocity_error(struct velocity_info *vptr, int status) in velocity_error()
1884 static int velocity_tx_srv(struct velocity_info *vptr) in velocity_tx_srv()
1981 struct velocity_info *vptr) in velocity_rx_copy()
2008 static inline void velocity_iph_realign(struct velocity_info *vptr, in velocity_iph_realign()
2025 static int velocity_receive_frame(struct velocity_info *vptr, int idx) in velocity_receive_frame()
2096 static int velocity_rx_srv(struct velocity_info *vptr, int budget_left) in velocity_rx_srv()
2147 struct velocity_info *vptr = container_of(napi, in velocity_poll() local
2185 struct velocity_info *vptr = netdev_priv(dev); in velocity_intr() local
2225 struct velocity_info *vptr = netdev_priv(dev); in velocity_open() local
2263 static void velocity_shutdown(struct velocity_info *vptr) in velocity_shutdown()
2285 struct velocity_info *vptr = netdev_priv(dev); in velocity_change_mtu() local
2367 struct velocity_info *vptr = netdev_priv(dev); in velocity_mii_ioctl() local
2406 struct velocity_info *vptr = netdev_priv(dev); in velocity_ioctl() local
2444 struct velocity_info *vptr = netdev_priv(dev); in velocity_get_stats() local
2483 struct velocity_info *vptr = netdev_priv(dev); in velocity_close() local
2511 struct velocity_info *vptr = netdev_priv(dev); in velocity_xmit() local
2631 struct velocity_info *vptr, in velocity_init_info()
2651 static int __devinit velocity_get_pci_info(struct velocity_info *vptr, struct pci_dev *pdev) in velocity_get_pci_info()
2688 static void __devinit velocity_print_info(struct velocity_info *vptr) in velocity_print_info()
2699 struct velocity_info *vptr = netdev_priv(dev); in velocity_get_link() local
2719 struct velocity_info *vptr; in velocity_found1() local
2895 static int velocity_set_wol(struct velocity_info *vptr) in velocity_set_wol()
2990 static void velocity_save_context(struct velocity_info *vptr, struct velocity_context *context) in velocity_save_context()
3010 struct velocity_info *vptr = netdev_priv(dev); in velocity_suspend() local
3047 static void velocity_restore_context(struct velocity_info *vptr, struct velocity_context *context) in velocity_restore_context()
3077 struct velocity_info *vptr = netdev_priv(dev); in velocity_resume() local
3135 struct velocity_info *vptr = netdev_priv(dev); in velocity_ethtool_up() local
3150 struct velocity_info *vptr = netdev_priv(dev); in velocity_ethtool_down() local
3158 struct velocity_info *vptr = netdev_priv(dev); in velocity_get_settings() local
3226 struct velocity_info *vptr = netdev_priv(dev); in velocity_set_settings() local
3271 struct velocity_info *vptr = netdev_priv(dev); in velocity_get_drvinfo() local
3279 struct velocity_info *vptr = netdev_priv(dev); in velocity_ethtool_get_wol() local
3295 struct velocity_info *vptr = netdev_priv(dev); in velocity_ethtool_set_wol() local
3380 struct velocity_info *vptr = netdev_priv(dev); in velocity_get_coalesce() local
3394 struct velocity_info *vptr = netdev_priv(dev); in velocity_set_coalesce() local
3489 struct velocity_info *vptr = netdev_priv(dev); in velocity_get_ethtool_stats() local