Lines Matching defs:adapter

74 	struct i40evf_adapter *adapter = (struct i40evf_adapter *)hw->back;  in i40evf_allocate_dma_mem_d()  local
95 struct i40evf_adapter *adapter = (struct i40evf_adapter *)hw->back; in i40evf_free_dma_mem_d() local
170 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_tx_timeout() local
183 static void i40evf_misc_irq_disable(struct i40evf_adapter *adapter) in i40evf_misc_irq_disable()
199 static void i40evf_misc_irq_enable(struct i40evf_adapter *adapter) in i40evf_misc_irq_enable()
215 static void i40evf_irq_disable(struct i40evf_adapter *adapter) in i40evf_irq_disable()
236 void i40evf_irq_enable_queues(struct i40evf_adapter *adapter, u32 mask) in i40evf_irq_enable_queues()
256 static void i40evf_fire_sw_int(struct i40evf_adapter *adapter, u32 mask) in i40evf_fire_sw_int()
284 void i40evf_irq_enable(struct i40evf_adapter *adapter, bool flush) in i40evf_irq_enable()
303 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_msix_aq() local
347 i40evf_map_vector_to_rxq(struct i40evf_adapter *adapter, int v_idx, int r_idx) in i40evf_map_vector_to_rxq()
367 i40evf_map_vector_to_txq(struct i40evf_adapter *adapter, int v_idx, int t_idx) in i40evf_map_vector_to_txq()
392 static int i40evf_map_rings_to_vectors(struct i40evf_adapter *adapter) in i40evf_map_rings_to_vectors()
453 i40evf_request_traffic_irqs(struct i40evf_adapter *adapter, char *basename) in i40evf_request_traffic_irqs()
522 static int i40evf_request_misc_irq(struct i40evf_adapter *adapter) in i40evf_request_misc_irq()
548 static void i40evf_free_traffic_irqs(struct i40evf_adapter *adapter) in i40evf_free_traffic_irqs()
569 static void i40evf_free_misc_irq(struct i40evf_adapter *adapter) in i40evf_free_misc_irq()
582 static void i40evf_configure_tx(struct i40evf_adapter *adapter) in i40evf_configure_tx()
597 static void i40evf_configure_rx(struct i40evf_adapter *adapter) in i40evf_configure_rx()
646 i40evf_vlan_filter *i40evf_find_vlan(struct i40evf_adapter *adapter, u16 vlan) in i40evf_find_vlan()
665 i40evf_vlan_filter *i40evf_add_vlan(struct i40evf_adapter *adapter, u16 vlan) in i40evf_add_vlan()
702 static void i40evf_del_vlan(struct i40evf_adapter *adapter, u16 vlan) in i40evf_del_vlan()
730 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_vlan_rx_add_vid() local
745 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_vlan_rx_kill_vid() local
759 i40evf_mac_filter *i40evf_find_filter(struct i40evf_adapter *adapter, in i40evf_find_filter()
782 i40evf_mac_filter *i40evf_add_filter(struct i40evf_adapter *adapter, in i40evf_add_filter()
827 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_set_mac() local
853 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_set_rx_mode() local
907 static void i40evf_napi_enable_all(struct i40evf_adapter *adapter) in i40evf_napi_enable_all()
926 static void i40evf_napi_disable_all(struct i40evf_adapter *adapter) in i40evf_napi_disable_all()
942 static void i40evf_configure(struct i40evf_adapter *adapter) in i40evf_configure()
966 static int i40evf_up_complete(struct i40evf_adapter *adapter) in i40evf_up_complete()
982 void i40evf_down(struct i40evf_adapter *adapter) in i40evf_down()
1033 i40evf_acquire_msix_vectors(struct i40evf_adapter *adapter, int vectors) in i40evf_acquire_msix_vectors()
1072 static void i40evf_free_queues(struct i40evf_adapter *adapter) in i40evf_free_queues()
1094 static int i40evf_alloc_queues(struct i40evf_adapter *adapter) in i40evf_alloc_queues()
1134 static int i40evf_set_interrupt_capability(struct i40evf_adapter *adapter) in i40evf_set_interrupt_capability()
1178 static int i40evf_alloc_q_vectors(struct i40evf_adapter *adapter) in i40evf_alloc_q_vectors()
1218 static void i40evf_free_q_vectors(struct i40evf_adapter *adapter) in i40evf_free_q_vectors()
1241 void i40evf_reset_interrupt_capability(struct i40evf_adapter *adapter) in i40evf_reset_interrupt_capability()
1253 int i40evf_init_interrupt_scheme(struct i40evf_adapter *adapter) in i40evf_init_interrupt_scheme()
1297 struct i40evf_adapter *adapter = (struct i40evf_adapter *)data; in i40evf_watchdog_timer() local
1309 struct i40evf_adapter *adapter = container_of(work, in i40evf_watchdog_task() local
1438 static void i40evf_configure_rss(struct i40evf_adapter *adapter) in i40evf_configure_rss()
1485 struct i40evf_adapter *adapter = container_of(work, in i40evf_reset_task() local
1640 struct i40evf_adapter *adapter = in i40evf_adminq_task() local
1717 void i40evf_free_all_tx_resources(struct i40evf_adapter *adapter) in i40evf_free_all_tx_resources()
1736 static int i40evf_setup_all_tx_resources(struct i40evf_adapter *adapter) in i40evf_setup_all_tx_resources()
1764 static int i40evf_setup_all_rx_resources(struct i40evf_adapter *adapter) in i40evf_setup_all_rx_resources()
1787 void i40evf_free_all_rx_resources(struct i40evf_adapter *adapter) in i40evf_free_all_rx_resources()
1810 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_open() local
1869 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_close() local
1893 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_get_stats() local
1907 void i40evf_reinit_locked(struct i40evf_adapter *adapter) in i40evf_reinit_locked()
1949 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_change_mtu() local
2011 struct i40evf_adapter *adapter = container_of(work, in i40evf_init_task() local
2239 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_shutdown() local
2271 struct i40evf_adapter *adapter = NULL; in i40evf_probe() local
2370 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_suspend() local
2400 struct i40evf_adapter *adapter = pci_get_drvdata(pdev); in i40evf_resume() local
2451 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_remove() local