Lines Matching refs:ixgbevf_adapter

89 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter)  in ixgbevf_service_event_schedule()
97 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete()
107 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter);
109 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter);
116 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter()
165 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar()
196 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending()
236 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset()
252 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout()
266 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_tx_irq()
915 static inline void ixgbevf_irq_enable_queues(struct ixgbevf_adapter *adapter, in ixgbevf_irq_enable_queues()
1047 static struct sk_buff *ixgbevf_run_xdp(struct ixgbevf_adapter *adapter, in ixgbevf_run_xdp()
1120 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_rx_irq()
1273 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_poll()
1327 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_write_eitr()
1347 static void ixgbevf_configure_msix(struct ixgbevf_adapter *adapter) in ixgbevf_configure_msix()
1503 struct ixgbevf_adapter *adapter = data; in ixgbevf_msix_other()
1538 static int ixgbevf_request_msix_irqs(struct ixgbevf_adapter *adapter) in ixgbevf_request_msix_irqs()
1610 static int ixgbevf_request_irq(struct ixgbevf_adapter *adapter) in ixgbevf_request_irq()
1620 static void ixgbevf_free_irq(struct ixgbevf_adapter *adapter) in ixgbevf_free_irq()
1648 static inline void ixgbevf_irq_disable(struct ixgbevf_adapter *adapter) in ixgbevf_irq_disable()
1667 static inline void ixgbevf_irq_enable(struct ixgbevf_adapter *adapter) in ixgbevf_irq_enable()
1683 static void ixgbevf_configure_tx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_configure_tx_ring()
1753 static void ixgbevf_configure_tx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_tx()
1766 static void ixgbevf_configure_srrctl(struct ixgbevf_adapter *adapter, in ixgbevf_configure_srrctl()
1784 static void ixgbevf_setup_psrtype(struct ixgbevf_adapter *adapter) in ixgbevf_setup_psrtype()
1800 static void ixgbevf_disable_rx_queue(struct ixgbevf_adapter *adapter, in ixgbevf_disable_rx_queue()
1827 static void ixgbevf_rx_desc_queue_enable(struct ixgbevf_adapter *adapter, in ixgbevf_rx_desc_queue_enable()
1853 static inline int ixgbevf_init_rss_key(struct ixgbevf_adapter *adapter) in ixgbevf_init_rss_key()
1869 static void ixgbevf_setup_vfmrqc(struct ixgbevf_adapter *adapter) in ixgbevf_setup_vfmrqc()
1904 static void ixgbevf_configure_rx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_configure_rx_ring()
1973 static void ixgbevf_set_rx_buffer_len(struct ixgbevf_adapter *adapter, in ixgbevf_set_rx_buffer_len()
2003 static void ixgbevf_configure_rx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_rx()
2035 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_add_vid()
2065 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_kill_vid()
2084 static void ixgbevf_restore_vlan(struct ixgbevf_adapter *adapter) in ixgbevf_restore_vlan()
2095 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_write_uc_addr_list()
2127 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_rx_mode()
2154 static void ixgbevf_napi_enable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_enable_all()
2166 static void ixgbevf_napi_disable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_disable_all()
2178 static int ixgbevf_configure_dcb(struct ixgbevf_adapter *adapter) in ixgbevf_configure_dcb()
2221 static void ixgbevf_configure(struct ixgbevf_adapter *adapter) in ixgbevf_configure()
2234 static void ixgbevf_save_reset_stats(struct ixgbevf_adapter *adapter) in ixgbevf_save_reset_stats()
2251 static void ixgbevf_init_last_counter_stats(struct ixgbevf_adapter *adapter) in ixgbevf_init_last_counter_stats()
2272 static void ixgbevf_negotiate_api(struct ixgbevf_adapter *adapter) in ixgbevf_negotiate_api()
2304 static void ixgbevf_up_complete(struct ixgbevf_adapter *adapter) in ixgbevf_up_complete()
2345 void ixgbevf_up(struct ixgbevf_adapter *adapter) in ixgbevf_up()
2467 static void ixgbevf_clean_all_rx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_rx_rings()
2479 static void ixgbevf_clean_all_tx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_tx_rings()
2489 void ixgbevf_down(struct ixgbevf_adapter *adapter) in ixgbevf_down()
2539 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter) in ixgbevf_reinit_locked()
2551 void ixgbevf_reset(struct ixgbevf_adapter *adapter) in ixgbevf_reset()
2571 static int ixgbevf_acquire_msix_vectors(struct ixgbevf_adapter *adapter, in ixgbevf_acquire_msix_vectors()
2618 static void ixgbevf_set_num_queues(struct ixgbevf_adapter *adapter) in ixgbevf_set_num_queues()
2673 static int ixgbevf_set_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_set_interrupt_capability()
2723 static int ixgbevf_alloc_q_vector(struct ixgbevf_adapter *adapter, int v_idx, in ixgbevf_alloc_q_vector()
2848 static void ixgbevf_free_q_vector(struct ixgbevf_adapter *adapter, int v_idx) in ixgbevf_free_q_vector()
2879 static int ixgbevf_alloc_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_alloc_q_vectors()
2944 static void ixgbevf_free_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_free_q_vectors()
2959 static void ixgbevf_reset_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_reset_interrupt_capability()
2974 static int ixgbevf_init_interrupt_scheme(struct ixgbevf_adapter *adapter) in ixgbevf_init_interrupt_scheme()
3015 static void ixgbevf_clear_interrupt_scheme(struct ixgbevf_adapter *adapter) in ixgbevf_clear_interrupt_scheme()
3033 static int ixgbevf_sw_init(struct ixgbevf_adapter *adapter) in ixgbevf_sw_init()
3132 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter) in ixgbevf_update_stats()
3177 struct ixgbevf_adapter *adapter = from_timer(adapter, t, in ixgbevf_service_timer()
3186 static void ixgbevf_reset_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_reset_subtask()
3215 static void ixgbevf_check_hang_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_check_hang_subtask()
3250 static void ixgbevf_watchdog_update_link(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_update_link()
3278 static void ixgbevf_watchdog_link_is_up(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_link_is_up()
3303 static void ixgbevf_watchdog_link_is_down(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_link_is_down()
3322 static void ixgbevf_watchdog_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_subtask()
3345 struct ixgbevf_adapter *adapter = container_of(work, in ixgbevf_service_task()
3346 struct ixgbevf_adapter, in ixgbevf_service_task()
3396 static void ixgbevf_free_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_tx_resources()
3416 struct ixgbevf_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbevf_setup_tx_resources()
3454 static int ixgbevf_setup_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_tx_resources()
3492 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter, in ixgbevf_setup_rx_resources()
3539 static int ixgbevf_setup_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_rx_resources()
3586 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_rx_resources()
3609 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_open()
3689 static void ixgbevf_close_suspend(struct ixgbevf_adapter *adapter) in ixgbevf_close_suspend()
3710 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_close()
3718 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_queue_reset_subtask()
4209 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_xmit_frame()
4239 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_mac()
4272 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_change_mtu()
4305 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_suspend()
4323 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_resume()
4371 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_stats()
4442 struct ixgbevf_adapter *adapter = netdev_priv(dev); in ixgbevf_xdp_setup()
4527 struct ixgbevf_adapter *adapter = NULL; in ixgbevf_probe()
4551 netdev = alloc_etherdev_mq(sizeof(struct ixgbevf_adapter), in ixgbevf_probe()
4734 struct ixgbevf_adapter *adapter; in ixgbevf_remove()
4777 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_io_error_detected()
4811 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_io_slot_reset()
4923 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_get_hw_dev_name()