Lines Matching defs:adapter
83 static void igbvf_receive_skb(struct igbvf_adapter *adapter, in igbvf_receive_skb()
103 static inline void igbvf_rx_checksum_adv(struct igbvf_adapter *adapter, in igbvf_rx_checksum_adv()
136 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_alloc_rx_buffers() local
244 static bool igbvf_clean_rx_irq(struct igbvf_adapter *adapter, in igbvf_clean_rx_irq()
386 static void igbvf_put_txbuf(struct igbvf_adapter *adapter, in igbvf_put_txbuf()
416 int igbvf_setup_tx_resources(struct igbvf_adapter *adapter, in igbvf_setup_tx_resources()
455 int igbvf_setup_rx_resources(struct igbvf_adapter *adapter, in igbvf_setup_rx_resources()
498 struct igbvf_adapter *adapter = tx_ring->adapter; in igbvf_clean_tx_ring() local
552 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_clean_rx_ring() local
643 static enum latency_range igbvf_update_itr(struct igbvf_adapter *adapter, in igbvf_update_itr()
713 static void igbvf_set_itr(struct igbvf_adapter *adapter) in igbvf_set_itr()
774 struct igbvf_adapter *adapter = tx_ring->adapter; in igbvf_clean_tx_irq() local
855 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_msix_other() local
872 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_intr_msix_tx() local
900 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_intr_msix_rx() local
924 static void igbvf_assign_vector(struct igbvf_adapter *adapter, int rx_queue, in igbvf_assign_vector()
974 static void igbvf_configure_msix(struct igbvf_adapter *adapter) in igbvf_configure_msix()
1002 static void igbvf_reset_interrupt_capability(struct igbvf_adapter *adapter) in igbvf_reset_interrupt_capability()
1018 static void igbvf_set_interrupt_capability(struct igbvf_adapter *adapter) in igbvf_set_interrupt_capability()
1049 static int igbvf_request_msix(struct igbvf_adapter *adapter) in igbvf_request_msix()
1101 static int igbvf_alloc_queues(struct igbvf_adapter *adapter) in igbvf_alloc_queues()
1127 static int igbvf_request_irq(struct igbvf_adapter *adapter) in igbvf_request_irq()
1144 static void igbvf_free_irq(struct igbvf_adapter *adapter) in igbvf_free_irq()
1159 static void igbvf_irq_disable(struct igbvf_adapter *adapter) in igbvf_irq_disable()
1173 static void igbvf_irq_enable(struct igbvf_adapter *adapter) in igbvf_irq_enable()
1190 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_poll() local
1219 static void igbvf_set_rlpml(struct igbvf_adapter *adapter) in igbvf_set_rlpml()
1236 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_vlan_rx_add_vid() local
1256 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_vlan_rx_kill_vid() local
1274 static void igbvf_restore_vlan(struct igbvf_adapter *adapter) in igbvf_restore_vlan()
1288 static void igbvf_configure_tx(struct igbvf_adapter *adapter) in igbvf_configure_tx()
1334 static void igbvf_setup_srrctl(struct igbvf_adapter *adapter) in igbvf_setup_srrctl()
1369 static void igbvf_configure_rx(struct igbvf_adapter *adapter) in igbvf_configure_rx()
1417 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_multi() local
1452 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_uni() local
1495 static void igbvf_configure(struct igbvf_adapter *adapter) in igbvf_configure()
1516 static void igbvf_reset(struct igbvf_adapter *adapter) in igbvf_reset()
1541 int igbvf_up(struct igbvf_adapter *adapter) in igbvf_up()
1565 void igbvf_down(struct igbvf_adapter *adapter) in igbvf_down()
1608 void igbvf_reinit_locked(struct igbvf_adapter *adapter) in igbvf_reinit_locked()
1626 static int igbvf_sw_init(struct igbvf_adapter *adapter) in igbvf_sw_init()
1668 static void igbvf_initialize_last_counter_stats(struct igbvf_adapter *adapter) in igbvf_initialize_last_counter_stats()
1707 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_open() local
1775 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_close() local
1797 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_mac() local
1834 void igbvf_update_stats(struct igbvf_adapter *adapter) in igbvf_update_stats()
1865 static void igbvf_print_link_info(struct igbvf_adapter *adapter) in igbvf_print_link_info()
1872 static bool igbvf_has_link(struct igbvf_adapter *adapter) in igbvf_has_link()
1903 struct igbvf_adapter *adapter = from_timer(adapter, t, watchdog_timer); in igbvf_watchdog() local
1911 struct igbvf_adapter *adapter = container_of(work, in igbvf_watchdog_task() local
2117 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_maybe_stop_tx() local
2144 static inline int igbvf_tx_map_adv(struct igbvf_adapter *adapter, in igbvf_tx_map_adv()
2216 static inline void igbvf_tx_queue_adv(struct igbvf_adapter *adapter, in igbvf_tx_queue_adv()
2279 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_xmit_frame_ring_adv() local
2352 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_xmit_frame() local
2372 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_tx_timeout() local
2381 struct igbvf_adapter *adapter; in igbvf_reset_task() local
2397 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_change_mtu() local
2457 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_suspend() local
2474 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_resume() local
2507 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_netpoll() local
2529 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_error_detected() local
2554 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_slot_reset() local
2579 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_resume() local
2599 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_prepare() local
2613 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_reset_done() local
2619 static void igbvf_print_device_info(struct igbvf_adapter *adapter) in igbvf_print_device_info()
2635 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_features() local
2711 struct igbvf_adapter *adapter; in igbvf_probe() local
2908 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_remove() local