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, 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()
244 static bool igbvf_clean_rx_irq(struct igbvf_adapter *adapter, in igbvf_clean_rx_irq()
387 static void igbvf_put_txbuf(struct igbvf_adapter *adapter, in igbvf_put_txbuf()
417 int igbvf_setup_tx_resources(struct igbvf_adapter *adapter, in igbvf_setup_tx_resources()
456 int igbvf_setup_rx_resources(struct igbvf_adapter *adapter, in igbvf_setup_rx_resources()
499 struct igbvf_adapter *adapter = tx_ring->adapter; in igbvf_clean_tx_ring()
553 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_clean_rx_ring()
644 static enum latency_range igbvf_update_itr(struct igbvf_adapter *adapter, in igbvf_update_itr()
714 static void igbvf_set_itr(struct igbvf_adapter *adapter) in igbvf_set_itr()
775 struct igbvf_adapter *adapter = tx_ring->adapter; in igbvf_clean_tx_irq()
856 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_msix_other()
873 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_intr_msix_tx()
901 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_intr_msix_rx()
925 static void igbvf_assign_vector(struct igbvf_adapter *adapter, int rx_queue, in igbvf_assign_vector()
975 static void igbvf_configure_msix(struct igbvf_adapter *adapter) in igbvf_configure_msix()
1003 static void igbvf_reset_interrupt_capability(struct igbvf_adapter *adapter) in igbvf_reset_interrupt_capability()
1019 static void igbvf_set_interrupt_capability(struct igbvf_adapter *adapter) in igbvf_set_interrupt_capability()
1050 static int igbvf_request_msix(struct igbvf_adapter *adapter) in igbvf_request_msix()
1102 static int igbvf_alloc_queues(struct igbvf_adapter *adapter) in igbvf_alloc_queues()
1128 static int igbvf_request_irq(struct igbvf_adapter *adapter) in igbvf_request_irq()
1145 static void igbvf_free_irq(struct igbvf_adapter *adapter) in igbvf_free_irq()
1160 static void igbvf_irq_disable(struct igbvf_adapter *adapter) in igbvf_irq_disable()
1174 static void igbvf_irq_enable(struct igbvf_adapter *adapter) in igbvf_irq_enable()
1191 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_poll()
1220 static void igbvf_set_rlpml(struct igbvf_adapter *adapter) in igbvf_set_rlpml()
1237 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_vlan_rx_add_vid()
1257 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_vlan_rx_kill_vid()
1275 static void igbvf_restore_vlan(struct igbvf_adapter *adapter) in igbvf_restore_vlan()
1289 static void igbvf_configure_tx(struct igbvf_adapter *adapter) in igbvf_configure_tx()
1335 static void igbvf_setup_srrctl(struct igbvf_adapter *adapter) in igbvf_setup_srrctl()
1370 static void igbvf_configure_rx(struct igbvf_adapter *adapter) in igbvf_configure_rx()
1418 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_multi()
1453 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_uni()
1496 static void igbvf_configure(struct igbvf_adapter *adapter) in igbvf_configure()
1517 static void igbvf_reset(struct igbvf_adapter *adapter) in igbvf_reset()
1542 int igbvf_up(struct igbvf_adapter *adapter) in igbvf_up()
1566 void igbvf_down(struct igbvf_adapter *adapter) in igbvf_down()
1609 void igbvf_reinit_locked(struct igbvf_adapter *adapter) in igbvf_reinit_locked()
1627 static int igbvf_sw_init(struct igbvf_adapter *adapter) in igbvf_sw_init()
1672 static void igbvf_initialize_last_counter_stats(struct igbvf_adapter *adapter) in igbvf_initialize_last_counter_stats()
1711 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_open()
1779 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_close()
1801 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_mac()
1838 void igbvf_update_stats(struct igbvf_adapter *adapter) in igbvf_update_stats()
1869 static void igbvf_print_link_info(struct igbvf_adapter *adapter) in igbvf_print_link_info()
1876 static bool igbvf_has_link(struct igbvf_adapter *adapter) in igbvf_has_link()
1907 struct igbvf_adapter *adapter = from_timer(adapter, t, watchdog_timer); in igbvf_watchdog()
1915 struct igbvf_adapter *adapter = container_of(work, in igbvf_watchdog_task()
1916 struct igbvf_adapter, in igbvf_watchdog_task()
2121 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_maybe_stop_tx()
2148 static inline int igbvf_tx_map_adv(struct igbvf_adapter *adapter, in igbvf_tx_map_adv()
2220 static inline void igbvf_tx_queue_adv(struct igbvf_adapter *adapter, in igbvf_tx_queue_adv()
2283 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_xmit_frame_ring_adv()
2356 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_xmit_frame()
2376 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_tx_timeout()
2385 struct igbvf_adapter *adapter; in igbvf_reset_task()
2387 adapter = container_of(work, struct igbvf_adapter, reset_task); in igbvf_reset_task()
2401 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_change_mtu()
2461 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_suspend()
2478 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_resume()
2511 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_netpoll()
2533 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_error_detected()
2558 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_slot_reset()
2583 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_resume()
2603 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_prepare()
2617 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_io_reset_done()
2623 static void igbvf_print_device_info(struct igbvf_adapter *adapter) in igbvf_print_device_info()
2639 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_features()
2715 struct igbvf_adapter *adapter; in igbvf_probe()
2739 netdev = alloc_etherdev(sizeof(struct igbvf_adapter)); in igbvf_probe()
2912 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_remove()