Lines Matching refs:igbvf_adapter

39 static void igbvf_reset(struct igbvf_adapter *);
40 static void igbvf_set_interrupt_capability(struct igbvf_adapter *);
41 static void igbvf_reset_interrupt_capability(struct igbvf_adapter *);
83 static void igbvf_receive_skb(struct igbvf_adapter *adapter,
103 static inline void igbvf_rx_checksum_adv(struct igbvf_adapter *adapter,
136 struct igbvf_adapter *adapter = rx_ring->adapter;
244 static bool igbvf_clean_rx_irq(struct igbvf_adapter *adapter,
386 static void igbvf_put_txbuf(struct igbvf_adapter *adapter,
416 int igbvf_setup_tx_resources(struct igbvf_adapter *adapter,
455 int igbvf_setup_rx_resources(struct igbvf_adapter *adapter,
498 struct igbvf_adapter *adapter = tx_ring->adapter;
552 struct igbvf_adapter *adapter = rx_ring->adapter;
643 static enum latency_range igbvf_update_itr(struct igbvf_adapter *adapter,
713 static void igbvf_set_itr(struct igbvf_adapter *adapter)
774 struct igbvf_adapter *adapter = tx_ring->adapter;
855 struct igbvf_adapter *adapter = netdev_priv(netdev);
872 struct igbvf_adapter *adapter = netdev_priv(netdev);
900 struct igbvf_adapter *adapter = netdev_priv(netdev);
924 static void igbvf_assign_vector(struct igbvf_adapter *adapter, int rx_queue,
974 static void igbvf_configure_msix(struct igbvf_adapter *adapter)
1002 static void igbvf_reset_interrupt_capability(struct igbvf_adapter *adapter)
1018 static void igbvf_set_interrupt_capability(struct igbvf_adapter *adapter)
1049 static int igbvf_request_msix(struct igbvf_adapter *adapter)
1101 static int igbvf_alloc_queues(struct igbvf_adapter *adapter)
1127 static int igbvf_request_irq(struct igbvf_adapter *adapter)
1144 static void igbvf_free_irq(struct igbvf_adapter *adapter)
1159 static void igbvf_irq_disable(struct igbvf_adapter *adapter)
1173 static void igbvf_irq_enable(struct igbvf_adapter *adapter)
1190 struct igbvf_adapter *adapter = rx_ring->adapter;
1219 static void igbvf_set_rlpml(struct igbvf_adapter *adapter)
1236 struct igbvf_adapter *adapter = netdev_priv(netdev);
1256 struct igbvf_adapter *adapter = netdev_priv(netdev);
1274 static void igbvf_restore_vlan(struct igbvf_adapter *adapter)
1288 static void igbvf_configure_tx(struct igbvf_adapter *adapter)
1334 static void igbvf_setup_srrctl(struct igbvf_adapter *adapter)
1369 static void igbvf_configure_rx(struct igbvf_adapter *adapter)
1417 struct igbvf_adapter *adapter = netdev_priv(netdev);
1452 struct igbvf_adapter *adapter = netdev_priv(netdev);
1495 static void igbvf_configure(struct igbvf_adapter *adapter)
1516 static void igbvf_reset(struct igbvf_adapter *adapter)
1541 int igbvf_up(struct igbvf_adapter *adapter)
1565 void igbvf_down(struct igbvf_adapter *adapter)
1608 void igbvf_reinit_locked(struct igbvf_adapter *adapter)
1619 * igbvf_sw_init - Initialize general software structures (struct igbvf_adapter)
1626 static int igbvf_sw_init(struct igbvf_adapter *adapter)
1671 static void igbvf_initialize_last_counter_stats(struct igbvf_adapter *adapter)
1710 struct igbvf_adapter *adapter = netdev_priv(netdev);
1778 struct igbvf_adapter *adapter = netdev_priv(netdev);
1800 struct igbvf_adapter *adapter = netdev_priv(netdev);
1837 void igbvf_update_stats(struct igbvf_adapter *adapter)
1868 static void igbvf_print_link_info(struct igbvf_adapter *adapter)
1875 static bool igbvf_has_link(struct igbvf_adapter *adapter)
1906 struct igbvf_adapter *adapter = from_timer(adapter, t, watchdog_timer);
1914 struct igbvf_adapter *adapter = container_of(work,
1915 struct igbvf_adapter,
2120 struct igbvf_adapter *adapter = netdev_priv(netdev);
2147 static inline int igbvf_tx_map_adv(struct igbvf_adapter *adapter,
2219 static inline void igbvf_tx_queue_adv(struct igbvf_adapter *adapter,
2282 struct igbvf_adapter *adapter = netdev_priv(netdev);
2355 struct igbvf_adapter *adapter = netdev_priv(netdev);
2375 struct igbvf_adapter *adapter = netdev_priv(netdev);
2384 struct igbvf_adapter *adapter;
2386 adapter = container_of(work, struct igbvf_adapter, reset_task);
2400 struct igbvf_adapter *adapter = netdev_priv(netdev);
2460 struct igbvf_adapter *adapter = netdev_priv(netdev);
2477 struct igbvf_adapter *adapter = netdev_priv(netdev);
2510 struct igbvf_adapter *adapter = netdev_priv(netdev);
2532 struct igbvf_adapter *adapter = netdev_priv(netdev);
2557 struct igbvf_adapter *adapter = netdev_priv(netdev);
2582 struct igbvf_adapter *adapter = netdev_priv(netdev);
2602 struct igbvf_adapter *adapter = netdev_priv(netdev);
2616 struct igbvf_adapter *adapter = netdev_priv(netdev);
2622 static void igbvf_print_device_info(struct igbvf_adapter *adapter)
2638 struct igbvf_adapter *adapter = netdev_priv(netdev);
2714 struct igbvf_adapter *adapter;
2738 netdev = alloc_etherdev(sizeof(struct igbvf_adapter));
2911 struct igbvf_adapter *adapter = netdev_priv(netdev);