Lines Matching defs:adapter
123 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar()
146 static void ixgbevf_unmap_and_free_tx_resource(struct ixgbevf_adapter *adapter, in ixgbevf_unmap_and_free_tx_resource()
191 static bool ixgbevf_clean_tx_irq(struct ixgbevf_adapter *adapter, in ixgbevf_clean_tx_irq()
297 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_receive_skb() local
316 static inline void ixgbevf_rx_checksum(struct ixgbevf_adapter *adapter, in ixgbevf_rx_checksum()
349 static void ixgbevf_alloc_rx_buffers(struct ixgbevf_adapter *adapter, in ixgbevf_alloc_rx_buffers()
435 static inline void ixgbevf_irq_enable_queues(struct ixgbevf_adapter *adapter, in ixgbevf_irq_enable_queues()
459 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_rx_irq() local
620 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_rxonly() local
654 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_rxonly_many() local
701 static void ixgbevf_configure_msix(struct ixgbevf_adapter *adapter) in ixgbevf_configure_msix()
779 static u8 ixgbevf_update_itr(struct ixgbevf_adapter *adapter, in ixgbevf_update_itr()
831 static void ixgbevf_write_eitr(struct ixgbevf_adapter *adapter, int v_idx, in ixgbevf_write_eitr()
849 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_set_itr_msix() local
916 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_msix_mbx() local
959 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_msix_clean_tx() local
990 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_msix_clean_rx() local
1056 static int ixgbevf_map_rings_to_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_map_rings_to_vectors()
1116 static int ixgbevf_request_msix_irqs(struct ixgbevf_adapter *adapter) in ixgbevf_request_msix_irqs()
1179 static inline void ixgbevf_reset_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_reset_q_vectors()
1200 static int ixgbevf_request_irq(struct ixgbevf_adapter *adapter) in ixgbevf_request_irq()
1213 static void ixgbevf_free_irq(struct ixgbevf_adapter *adapter) in ixgbevf_free_irq()
1237 static inline void ixgbevf_irq_disable(struct ixgbevf_adapter *adapter) in ixgbevf_irq_disable()
1254 static inline void ixgbevf_irq_enable(struct ixgbevf_adapter *adapter, in ixgbevf_irq_enable()
1279 static void ixgbevf_configure_tx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_tx()
1310 static void ixgbevf_configure_srrctl(struct ixgbevf_adapter *adapter, int index) in ixgbevf_configure_srrctl()
1352 static void ixgbevf_configure_rx(struct ixgbevf_adapter *adapter) in ixgbevf_configure_rx()
1415 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_add_vid() local
1428 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_vlan_rx_kill_vid() local
1439 static void ixgbevf_restore_vlan(struct ixgbevf_adapter *adapter) in ixgbevf_restore_vlan()
1449 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_write_uc_addr_list() local
1485 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_rx_mode() local
1495 static void ixgbevf_napi_enable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_enable_all()
1514 static void ixgbevf_napi_disable_all(struct ixgbevf_adapter *adapter) in ixgbevf_napi_disable_all()
1528 static void ixgbevf_configure(struct ixgbevf_adapter *adapter) in ixgbevf_configure()
1548 static inline void ixgbevf_rx_desc_queue_enable(struct ixgbevf_adapter *adapter, in ixgbevf_rx_desc_queue_enable()
1570 static void ixgbevf_save_reset_stats(struct ixgbevf_adapter *adapter) in ixgbevf_save_reset_stats()
1587 static void ixgbevf_init_last_counter_stats(struct ixgbevf_adapter *adapter) in ixgbevf_init_last_counter_stats()
1608 static int ixgbevf_up_complete(struct ixgbevf_adapter *adapter) in ixgbevf_up_complete()
1670 int ixgbevf_up(struct ixgbevf_adapter *adapter) in ixgbevf_up()
1692 static void ixgbevf_clean_rx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_clean_rx_ring()
1752 static void ixgbevf_clean_tx_ring(struct ixgbevf_adapter *adapter, in ixgbevf_clean_tx_ring()
1787 static void ixgbevf_clean_all_rx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_rx_rings()
1799 static void ixgbevf_clean_all_tx_rings(struct ixgbevf_adapter *adapter) in ixgbevf_clean_all_tx_rings()
1807 void ixgbevf_down(struct ixgbevf_adapter *adapter) in ixgbevf_down()
1852 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter) in ixgbevf_reinit_locked()
1876 void ixgbevf_reset(struct ixgbevf_adapter *adapter) in ixgbevf_reset()
1894 static void ixgbevf_acquire_msix_vectors(struct ixgbevf_adapter *adapter, in ixgbevf_acquire_msix_vectors()
1952 static void ixgbevf_set_num_queues(struct ixgbevf_adapter *adapter) in ixgbevf_set_num_queues()
1969 static int ixgbevf_alloc_queues(struct ixgbevf_adapter *adapter) in ixgbevf_alloc_queues()
2010 static int ixgbevf_set_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_set_interrupt_capability()
2049 static int ixgbevf_alloc_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_alloc_q_vectors()
2094 static void ixgbevf_free_q_vectors(struct ixgbevf_adapter *adapter) in ixgbevf_free_q_vectors()
2117 static void ixgbevf_reset_interrupt_capability(struct ixgbevf_adapter *adapter) in ixgbevf_reset_interrupt_capability()
2129 static int ixgbevf_init_interrupt_scheme(struct ixgbevf_adapter *adapter) in ixgbevf_init_interrupt_scheme()
2181 static int __devinit ixgbevf_sw_init(struct ixgbevf_adapter *adapter) in ixgbevf_sw_init()
2258 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter) in ixgbevf_update_stats()
2282 struct ixgbevf_adapter *adapter = (struct ixgbevf_adapter *)data; in ixgbevf_watchdog() local
2314 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout() local
2322 struct ixgbevf_adapter *adapter; in ixgbevf_reset_task() local
2341 struct ixgbevf_adapter *adapter = container_of(work, in ixgbevf_watchdog_task() local
2410 void ixgbevf_free_tx_resources(struct ixgbevf_adapter *adapter, in ixgbevf_free_tx_resources()
2432 static void ixgbevf_free_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_tx_resources()
2450 int ixgbevf_setup_tx_resources(struct ixgbevf_adapter *adapter, in ixgbevf_setup_tx_resources()
2493 static int ixgbevf_setup_all_tx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_tx_resources()
2516 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter, in ixgbevf_setup_rx_resources()
2565 static int ixgbevf_setup_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_setup_all_rx_resources()
2587 void ixgbevf_free_rx_resources(struct ixgbevf_adapter *adapter, in ixgbevf_free_rx_resources()
2609 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter) in ixgbevf_free_all_rx_resources()
2633 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_open() local
2714 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_close() local
2725 static int ixgbevf_tso(struct ixgbevf_adapter *adapter, in ixgbevf_tso()
2813 static bool ixgbevf_tx_csum(struct ixgbevf_adapter *adapter, in ixgbevf_tx_csum()
2885 static int ixgbevf_tx_map(struct ixgbevf_adapter *adapter, in ixgbevf_tx_map()
2990 static void ixgbevf_tx_queue(struct ixgbevf_adapter *adapter, in ixgbevf_tx_queue()
3056 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in __ixgbevf_maybe_stop_tx() local
3085 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_xmit_frame() local
3152 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_mac() local
3177 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_change_mtu() local
3208 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_shutdown() local
3229 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_stats() local
3267 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_features() local
3314 struct ixgbevf_adapter *adapter = NULL; in ixgbevf_probe() local
3505 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_remove() local
3580 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_get_hw_dev_name() local