Lines Matching defs:adapter
99 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_schedule()
107 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete()
123 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter() local
172 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar()
225 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending() local
265 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset()
280 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout() local
293 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_tx_irq() local
903 static inline void ixgbevf_irq_enable_queues(struct ixgbevf_adapter *adapter, in ixgbevf_irq_enable_queues()
1009 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_poll() local
1062 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_write_eitr() local
1081 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_busy_poll_recv() local
1116 static void ixgbevf_configure_msix(struct ixgbevf_adapter *adapter) in ixgbevf_configure_msix()
1268 struct ixgbevf_adapter *adapter = data; in ixgbevf_msix_other() local
1326 static int ixgbevf_map_rings_to_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_map_rings_to_vectors()
1384 static int ixgbevf_request_msix_irqs(struct ixgbevf_adapter *adapter) in ixgbevf_request_msix_irqs()
1449 static inline void ixgbevf_reset_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_reset_q_vectors()
1470 static int ixgbevf_request_irq(struct ixgbevf_adapter *adapter) in ixgbevf_request_irq()
1482 static void ixgbevf_free_irq(struct ixgbevf_adapter *adapter) in ixgbevf_free_irq()
1509 static inline void ixgbevf_irq_disable(struct ixgbevf_adapter *adapter) in ixgbevf_irq_disable()
1528 static inline void ixgbevf_irq_enable(struct ixgbevf_adapter *adapter) in ixgbevf_irq_enable()
1544 static void ixgbevf_configure_tx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_configure_tx_ring()
1609 static void ixgbevf_configure_tx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_tx()
1620 static void ixgbevf_configure_srrctl(struct ixgbevf_adapter *adapter, int index) in ixgbevf_configure_srrctl()
1634 static void ixgbevf_setup_psrtype(struct ixgbevf_adapter *adapter) in ixgbevf_setup_psrtype()
1650 static void ixgbevf_disable_rx_queue(struct ixgbevf_adapter *adapter, in ixgbevf_disable_rx_queue()
1677 static void ixgbevf_rx_desc_queue_enable(struct ixgbevf_adapter *adapter, in ixgbevf_rx_desc_queue_enable()
1697 static void ixgbevf_setup_vfmrqc(struct ixgbevf_adapter *adapter) in ixgbevf_setup_vfmrqc()
1733 static void ixgbevf_configure_rx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_configure_rx_ring()
1782 static void ixgbevf_configure_rx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_rx()
1805 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_add_vid() local
1831 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_kill_vid() local
1847 static void ixgbevf_restore_vlan(struct ixgbevf_adapter *adapter) in ixgbevf_restore_vlan()
1858 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_write_uc_addr_list() local
1895 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_rx_mode() local
1916 static void ixgbevf_napi_enable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_enable_all()
1931 static void ixgbevf_napi_disable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_disable_all()
1949 static int ixgbevf_configure_dcb(struct ixgbevf_adapter *adapter) in ixgbevf_configure_dcb()
1992 static void ixgbevf_configure(struct ixgbevf_adapter *adapter) in ixgbevf_configure()
2004 static void ixgbevf_save_reset_stats(struct ixgbevf_adapter *adapter) in ixgbevf_save_reset_stats()
2021 static void ixgbevf_init_last_counter_stats(struct ixgbevf_adapter *adapter) in ixgbevf_init_last_counter_stats()
2042 static void ixgbevf_negotiate_api(struct ixgbevf_adapter *adapter) in ixgbevf_negotiate_api()
2063 static void ixgbevf_up_complete(struct ixgbevf_adapter *adapter) in ixgbevf_up_complete()
2097 void ixgbevf_up(struct ixgbevf_adapter *adapter) in ixgbevf_up()
2174 static void ixgbevf_clean_all_rx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_rx_rings()
2186 static void ixgbevf_clean_all_tx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_tx_rings()
2194 void ixgbevf_down(struct ixgbevf_adapter *adapter) in ixgbevf_down()
2237 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter) in ixgbevf_reinit_locked()
2250 void ixgbevf_reset(struct ixgbevf_adapter *adapter) in ixgbevf_reset()
2272 static int ixgbevf_acquire_msix_vectors(struct ixgbevf_adapter *adapter, in ixgbevf_acquire_msix_vectors()
2319 static void ixgbevf_set_num_queues(struct ixgbevf_adapter *adapter) in ixgbevf_set_num_queues()
2365 static int ixgbevf_alloc_queues(struct ixgbevf_adapter *adapter) in ixgbevf_alloc_queues()
2421 static int ixgbevf_set_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_set_interrupt_capability()
2471 static int ixgbevf_alloc_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_alloc_q_vectors()
2516 static void ixgbevf_free_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_free_q_vectors()
2537 static void ixgbevf_reset_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_reset_interrupt_capability()
2549 static int ixgbevf_init_interrupt_scheme(struct ixgbevf_adapter *adapter) in ixgbevf_init_interrupt_scheme()
2597 static void ixgbevf_clear_interrupt_scheme(struct ixgbevf_adapter *adapter) in ixgbevf_clear_interrupt_scheme()
2625 static int ixgbevf_sw_init(struct ixgbevf_adapter *adapter) in ixgbevf_sw_init()
2715 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter) in ixgbevf_update_stats()
2750 struct ixgbevf_adapter *adapter = (struct ixgbevf_adapter *)data; in ixgbevf_service_timer() local
2758 static void ixgbevf_reset_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_reset_subtask()
2784 static void ixgbevf_check_hang_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_check_hang_subtask()
2817 static void ixgbevf_watchdog_update_link(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_update_link()
2845 static void ixgbevf_watchdog_link_is_up(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_link_is_up()
2870 static void ixgbevf_watchdog_link_is_down(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_link_is_down()
2889 static void ixgbevf_watchdog_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_subtask()
2912 struct ixgbevf_adapter *adapter = container_of(work, in ixgbevf_service_task() local
2963 static void ixgbevf_free_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_tx_resources()
3015 static int ixgbevf_setup_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_tx_resources()
3073 static int ixgbevf_setup_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_rx_resources()
3112 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_rx_resources()
3135 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_open() local
3218 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_close() local
3229 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_queue_reset_subtask()
3614 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_xmit_frame() local
3694 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_mac() local
3722 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_change_mtu() local
3760 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_netpoll() local
3774 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_suspend() local
3808 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_resume() local
3856 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_stats() local
3933 struct ixgbevf_adapter *adapter = NULL; in ixgbevf_probe() local
4111 struct ixgbevf_adapter *adapter; in ixgbevf_remove() local
4152 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_io_error_detected() local
4186 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_io_slot_reset() local
4214 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_io_resume() local
4282 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_get_hw_dev_name() local