Lines Matching refs:ixgbevf_adapter

92 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter)  in ixgbevf_service_event_schedule()
100 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete()
110 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter);
112 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter);
119 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter()
168 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar()
199 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending()
239 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset()
254 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout()
268 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_tx_irq()
917 static inline void ixgbevf_irq_enable_queues(struct ixgbevf_adapter *adapter, in ixgbevf_irq_enable_queues()
1052 static struct sk_buff *ixgbevf_run_xdp(struct ixgbevf_adapter *adapter, in ixgbevf_run_xdp()
1112 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_rx_irq()
1258 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_poll()
1308 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_write_eitr()
1328 static void ixgbevf_configure_msix(struct ixgbevf_adapter *adapter) in ixgbevf_configure_msix()
1481 struct ixgbevf_adapter *adapter = data; in ixgbevf_msix_other()
1516 static int ixgbevf_request_msix_irqs(struct ixgbevf_adapter *adapter) in ixgbevf_request_msix_irqs()
1588 static int ixgbevf_request_irq(struct ixgbevf_adapter *adapter) in ixgbevf_request_irq()
1598 static void ixgbevf_free_irq(struct ixgbevf_adapter *adapter) in ixgbevf_free_irq()
1626 static inline void ixgbevf_irq_disable(struct ixgbevf_adapter *adapter) in ixgbevf_irq_disable()
1645 static inline void ixgbevf_irq_enable(struct ixgbevf_adapter *adapter) in ixgbevf_irq_enable()
1661 static void ixgbevf_configure_tx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_configure_tx_ring()
1731 static void ixgbevf_configure_tx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_tx()
1744 static void ixgbevf_configure_srrctl(struct ixgbevf_adapter *adapter, in ixgbevf_configure_srrctl()
1762 static void ixgbevf_setup_psrtype(struct ixgbevf_adapter *adapter) in ixgbevf_setup_psrtype()
1778 static void ixgbevf_disable_rx_queue(struct ixgbevf_adapter *adapter, in ixgbevf_disable_rx_queue()
1805 static void ixgbevf_rx_desc_queue_enable(struct ixgbevf_adapter *adapter, in ixgbevf_rx_desc_queue_enable()
1831 static inline int ixgbevf_init_rss_key(struct ixgbevf_adapter *adapter) in ixgbevf_init_rss_key()
1847 static void ixgbevf_setup_vfmrqc(struct ixgbevf_adapter *adapter) in ixgbevf_setup_vfmrqc()
1882 static void ixgbevf_configure_rx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_configure_rx_ring()
1951 static void ixgbevf_set_rx_buffer_len(struct ixgbevf_adapter *adapter, in ixgbevf_set_rx_buffer_len()
1980 static void ixgbevf_configure_rx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_rx()
2012 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_add_vid()
2038 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_kill_vid()
2054 static void ixgbevf_restore_vlan(struct ixgbevf_adapter *adapter) in ixgbevf_restore_vlan()
2065 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_write_uc_addr_list()
2102 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_rx_mode()
2129 static void ixgbevf_napi_enable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_enable_all()
2141 static void ixgbevf_napi_disable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_disable_all()
2153 static int ixgbevf_configure_dcb(struct ixgbevf_adapter *adapter) in ixgbevf_configure_dcb()
2196 static void ixgbevf_configure(struct ixgbevf_adapter *adapter) in ixgbevf_configure()
2208 static void ixgbevf_save_reset_stats(struct ixgbevf_adapter *adapter) in ixgbevf_save_reset_stats()
2225 static void ixgbevf_init_last_counter_stats(struct ixgbevf_adapter *adapter) in ixgbevf_init_last_counter_stats()
2246 static void ixgbevf_negotiate_api(struct ixgbevf_adapter *adapter) in ixgbevf_negotiate_api()
2268 static void ixgbevf_up_complete(struct ixgbevf_adapter *adapter) in ixgbevf_up_complete()
2302 void ixgbevf_up(struct ixgbevf_adapter *adapter) in ixgbevf_up()
2424 static void ixgbevf_clean_all_rx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_rx_rings()
2436 static void ixgbevf_clean_all_tx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_tx_rings()
2446 void ixgbevf_down(struct ixgbevf_adapter *adapter) in ixgbevf_down()
2496 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter) in ixgbevf_reinit_locked()
2509 void ixgbevf_reset(struct ixgbevf_adapter *adapter) in ixgbevf_reset()
2529 static int ixgbevf_acquire_msix_vectors(struct ixgbevf_adapter *adapter, in ixgbevf_acquire_msix_vectors()
2576 static void ixgbevf_set_num_queues(struct ixgbevf_adapter *adapter) in ixgbevf_set_num_queues()
2628 static int ixgbevf_set_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_set_interrupt_capability()
2678 static int ixgbevf_alloc_q_vector(struct ixgbevf_adapter *adapter, int v_idx, in ixgbevf_alloc_q_vector()
2803 static void ixgbevf_free_q_vector(struct ixgbevf_adapter *adapter, int v_idx) in ixgbevf_free_q_vector()
2834 static int ixgbevf_alloc_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_alloc_q_vectors()
2899 static void ixgbevf_free_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_free_q_vectors()
2914 static void ixgbevf_reset_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_reset_interrupt_capability()
2929 static int ixgbevf_init_interrupt_scheme(struct ixgbevf_adapter *adapter) in ixgbevf_init_interrupt_scheme()
2970 static void ixgbevf_clear_interrupt_scheme(struct ixgbevf_adapter *adapter) in ixgbevf_clear_interrupt_scheme()
2988 static int ixgbevf_sw_init(struct ixgbevf_adapter *adapter) in ixgbevf_sw_init()
3085 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter) in ixgbevf_update_stats()
3130 struct ixgbevf_adapter *adapter = from_timer(adapter, t, in ixgbevf_service_timer()
3139 static void ixgbevf_reset_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_reset_subtask()
3168 static void ixgbevf_check_hang_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_check_hang_subtask()
3203 static void ixgbevf_watchdog_update_link(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_update_link()
3231 static void ixgbevf_watchdog_link_is_up(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_link_is_up()
3256 static void ixgbevf_watchdog_link_is_down(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_link_is_down()
3275 static void ixgbevf_watchdog_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_watchdog_subtask()
3298 struct ixgbevf_adapter *adapter = container_of(work, in ixgbevf_service_task()
3299 struct ixgbevf_adapter, in ixgbevf_service_task()
3349 static void ixgbevf_free_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_tx_resources()
3369 struct ixgbevf_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbevf_setup_tx_resources()
3407 static int ixgbevf_setup_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_tx_resources()
3445 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter, in ixgbevf_setup_rx_resources()
3492 static int ixgbevf_setup_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_rx_resources()
3539 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_rx_resources()
3562 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_open()
3642 static void ixgbevf_close_suspend(struct ixgbevf_adapter *adapter) in ixgbevf_close_suspend()
3663 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_close()
3671 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter) in ixgbevf_queue_reset_subtask()
4143 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_xmit_frame()
4173 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_mac()
4206 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_change_mtu()
4239 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_suspend()
4269 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_resume()
4330 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_stats()
4401 struct ixgbevf_adapter *adapter = netdev_priv(dev); in ixgbevf_xdp_setup()
4441 struct ixgbevf_adapter *adapter = netdev_priv(dev); in ixgbevf_xdp()
4492 struct ixgbevf_adapter *adapter = NULL; in ixgbevf_probe()
4521 netdev = alloc_etherdev_mq(sizeof(struct ixgbevf_adapter), in ixgbevf_probe()
4703 struct ixgbevf_adapter *adapter; in ixgbevf_remove()
4745 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_io_error_detected()
4779 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_io_slot_reset()
4884 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_get_hw_dev_name()