Lines Matching defs:adapter
90 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_schedule()
98 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete()
117 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter() local
166 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar()
197 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending() local
237 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset()
253 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout() local
267 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_tx_irq() local
916 static inline void ixgbevf_irq_enable_queues(struct ixgbevf_adapter *adapter, in ixgbevf_irq_enable_queues()
1048 static struct sk_buff *ixgbevf_run_xdp(struct ixgbevf_adapter *adapter, in ixgbevf_run_xdp()
1121 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_rx_irq() local
1274 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_poll() local
1328 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_write_eitr() local
1348 static void ixgbevf_configure_msix(struct ixgbevf_adapter *adapter) in ixgbevf_configure_msix()
1504 struct ixgbevf_adapter *adapter = data; in ixgbevf_msix_other() local
1539 static int ixgbevf_request_msix_irqs(struct ixgbevf_adapter *adapter) in ixgbevf_request_msix_irqs()
1611 static int ixgbevf_request_irq(struct ixgbevf_adapter *adapter) in ixgbevf_request_irq()
1621 static void ixgbevf_free_irq(struct ixgbevf_adapter *adapter) in ixgbevf_free_irq()
1649 static inline void ixgbevf_irq_disable(struct ixgbevf_adapter *adapter) in ixgbevf_irq_disable()
1668 static inline void ixgbevf_irq_enable(struct ixgbevf_adapter *adapter) in ixgbevf_irq_enable()
1684 static void ixgbevf_configure_tx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_configure_tx_ring()
1754 static void ixgbevf_configure_tx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_tx()
1767 static void ixgbevf_configure_srrctl(struct ixgbevf_adapter *adapter, in ixgbevf_configure_srrctl()
1785 static void ixgbevf_setup_psrtype(struct ixgbevf_adapter *adapter) in ixgbevf_setup_psrtype()
1801 static void ixgbevf_disable_rx_queue(struct ixgbevf_adapter *adapter, in ixgbevf_disable_rx_queue()
1828 static void ixgbevf_rx_desc_queue_enable(struct ixgbevf_adapter *adapter, in ixgbevf_rx_desc_queue_enable()
1854 static inline int ixgbevf_init_rss_key(struct ixgbevf_adapter *adapter) in ixgbevf_init_rss_key()
1870 static void ixgbevf_setup_vfmrqc(struct ixgbevf_adapter *adapter) in ixgbevf_setup_vfmrqc()
1905 static void ixgbevf_configure_rx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_configure_rx_ring()
1974 static void ixgbevf_set_rx_buffer_len(struct ixgbevf_adapter *adapter, in ixgbevf_set_rx_buffer_len()
2004 static void ixgbevf_configure_rx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_rx()
2036 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_add_vid() local
2066 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_kill_vid() local
2085 static void ixgbevf_restore_vlan(struct ixgbevf_adapter *adapter) in ixgbevf_restore_vlan()
2096 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_write_uc_addr_list() local
2128 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_rx_mode() local
2155 static void ixgbevf_napi_enable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_enable_all()
2167 static void ixgbevf_napi_disable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_disable_all()
2179 static int ixgbevf_configure_dcb(struct ixgbevf_adapter *adapter) in ixgbevf_configure_dcb()
2222 static void ixgbevf_configure(struct ixgbevf_adapter *adapter) in ixgbevf_configure()
2235 static void ixgbevf_save_reset_stats(struct ixgbevf_adapter *adapter) in ixgbevf_save_reset_stats()
2252 static void ixgbevf_init_last_counter_stats(struct ixgbevf_adapter *adapter) in ixgbevf_init_last_counter_stats()
2273 static void ixgbevf_negotiate_api(struct ixgbevf_adapter *adapter) in ixgbevf_negotiate_api()
2305 static void ixgbevf_up_complete(struct ixgbevf_adapter *adapter) in ixgbevf_up_complete()
2346 void ixgbevf_up(struct ixgbevf_adapter *adapter) in ixgbevf_up()
2468 static void ixgbevf_clean_all_rx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_rx_rings()
2480 static void ixgbevf_clean_all_tx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_tx_rings()
2490 void ixgbevf_down(struct ixgbevf_adapter *adapter) in ixgbevf_down()
2540 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter) in ixgbevf_reinit_locked()
2552 void ixgbevf_reset(struct ixgbevf_adapter *adapter) in ixgbevf_reset()
2572 static int ixgbevf_acquire_msix_vectors(struct ixgbevf_adapter *adapter, in ixgbevf_acquire_msix_vectors()
2619 static void ixgbevf_set_num_queues(struct ixgbevf_adapter *adapter) in ixgbevf_set_num_queues()
2674 static int ixgbevf_set_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_set_interrupt_capability()
2724 static int ixgbevf_alloc_q_vector(struct ixgbevf_adapter *adapter, int v_idx, in ixgbevf_alloc_q_vector()
2849 static void ixgbevf_free_q_vector(struct ixgbevf_adapter *adapter, int v_idx) in ixgbevf_free_q_vector()
2880 static int ixgbevf_alloc_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_alloc_q_vectors()
2945 static void ixgbevf_free_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_free_q_vectors()
2960 static void ixgbevf_reset_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_reset_interrupt_capability()
2975 static int ixgbevf_init_interrupt_scheme(struct ixgbevf_adapter *adapter) in ixgbevf_init_interrupt_scheme()
3016 static void ixgbevf_clear_interrupt_scheme(struct ixgbevf_adapter *adapter) in ixgbevf_clear_interrupt_scheme()
3034 static int ixgbevf_sw_init(struct ixgbevf_adapter *adapter) in ixgbevf_sw_init()
3133 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter) in ixgbevf_update_stats()
3178 struct ixgbevf_adapter *adapter = from_timer(adapter, t, in ixgbevf_service_timer() local
3187 static void ixgbevf_reset_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_reset_subtask()
3216 static void ixgbevf_check_hang_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_check_hang_subtask()
3251 static void ixgbevf_watchdog_update_link(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_update_link()
3279 static void ixgbevf_watchdog_link_is_up(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_link_is_up()
3304 static void ixgbevf_watchdog_link_is_down(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_link_is_down()
3323 static void ixgbevf_watchdog_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_subtask()
3346 struct ixgbevf_adapter *adapter = container_of(work, in ixgbevf_service_task() local
3397 static void ixgbevf_free_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_tx_resources()
3417 struct ixgbevf_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbevf_setup_tx_resources() local
3455 static int ixgbevf_setup_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_tx_resources()
3493 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter, in ixgbevf_setup_rx_resources()
3540 static int ixgbevf_setup_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_rx_resources()
3587 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_rx_resources()
3610 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_open() local
3690 static void ixgbevf_close_suspend(struct ixgbevf_adapter *adapter) in ixgbevf_close_suspend()
3711 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_close() local
3719 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_queue_reset_subtask()
4210 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_xmit_frame() local
4240 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_mac() local
4273 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_change_mtu() local
4306 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_suspend() local
4324 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_resume() local
4372 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_stats() local
4443 struct ixgbevf_adapter *adapter = netdev_priv(dev); in ixgbevf_xdp_setup() local
4528 struct ixgbevf_adapter *adapter = NULL; in ixgbevf_probe() local
4735 struct ixgbevf_adapter *adapter; in ixgbevf_remove() local
4778 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_io_error_detected() local
4812 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_io_slot_reset() local
4924 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_get_hw_dev_name() local