Lines Matching defs:adapter

75 	struct i40evf_adapter *adapter = (struct i40evf_adapter *)hw->back;  in i40evf_allocate_dma_mem_d()  local
96 struct i40evf_adapter *adapter = (struct i40evf_adapter *)hw->back; in i40evf_free_dma_mem_d() local
171 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_tx_timeout() local
185 static void i40evf_misc_irq_disable(struct i40evf_adapter *adapter) in i40evf_misc_irq_disable()
201 static void i40evf_misc_irq_enable(struct i40evf_adapter *adapter) in i40evf_misc_irq_enable()
217 static void i40evf_irq_disable(struct i40evf_adapter *adapter) in i40evf_irq_disable()
238 void i40evf_irq_enable_queues(struct i40evf_adapter *adapter, u32 mask) in i40evf_irq_enable_queues()
258 static void i40evf_fire_sw_int(struct i40evf_adapter *adapter, u32 mask) in i40evf_fire_sw_int()
287 void i40evf_irq_enable(struct i40evf_adapter *adapter, bool flush) in i40evf_irq_enable()
306 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_msix_aq() local
349 i40evf_map_vector_to_rxq(struct i40evf_adapter *adapter, int v_idx, int r_idx) in i40evf_map_vector_to_rxq()
370 i40evf_map_vector_to_txq(struct i40evf_adapter *adapter, int v_idx, int t_idx) in i40evf_map_vector_to_txq()
396 static int i40evf_map_rings_to_vectors(struct i40evf_adapter *adapter) in i40evf_map_rings_to_vectors()
459 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_netpoll() local
480 i40evf_request_traffic_irqs(struct i40evf_adapter *adapter, char *basename) in i40evf_request_traffic_irqs()
548 static int i40evf_request_misc_irq(struct i40evf_adapter *adapter) in i40evf_request_misc_irq()
574 static void i40evf_free_traffic_irqs(struct i40evf_adapter *adapter) in i40evf_free_traffic_irqs()
595 static void i40evf_free_misc_irq(struct i40evf_adapter *adapter) in i40evf_free_misc_irq()
608 static void i40evf_configure_tx(struct i40evf_adapter *adapter) in i40evf_configure_tx()
623 static void i40evf_configure_rx(struct i40evf_adapter *adapter) in i40evf_configure_rx()
672 i40evf_vlan_filter *i40evf_find_vlan(struct i40evf_adapter *adapter, u16 vlan) in i40evf_find_vlan()
691 i40evf_vlan_filter *i40evf_add_vlan(struct i40evf_adapter *adapter, u16 vlan) in i40evf_add_vlan()
728 static void i40evf_del_vlan(struct i40evf_adapter *adapter, u16 vlan) in i40evf_del_vlan()
756 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_vlan_rx_add_vid() local
773 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_vlan_rx_kill_vid() local
790 i40evf_mac_filter *i40evf_find_filter(struct i40evf_adapter *adapter, in i40evf_find_filter()
813 i40evf_mac_filter *i40evf_add_filter(struct i40evf_adapter *adapter, in i40evf_add_filter()
858 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_set_mac() local
893 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_set_rx_mode() local
948 static void i40evf_napi_enable_all(struct i40evf_adapter *adapter) in i40evf_napi_enable_all()
967 static void i40evf_napi_disable_all(struct i40evf_adapter *adapter) in i40evf_napi_disable_all()
983 static void i40evf_configure(struct i40evf_adapter *adapter) in i40evf_configure()
1007 static int i40evf_up_complete(struct i40evf_adapter *adapter) in i40evf_up_complete()
1023 void i40evf_down(struct i40evf_adapter *adapter) in i40evf_down()
1074 i40evf_acquire_msix_vectors(struct i40evf_adapter *adapter, int vectors) in i40evf_acquire_msix_vectors()
1113 static void i40evf_free_queues(struct i40evf_adapter *adapter) in i40evf_free_queues()
1135 static int i40evf_alloc_queues(struct i40evf_adapter *adapter) in i40evf_alloc_queues()
1177 static int i40evf_set_interrupt_capability(struct i40evf_adapter *adapter) in i40evf_set_interrupt_capability()
1222 struct i40evf_adapter *adapter = vsi->back; in i40evf_configure_rss_aq() local
1271 static void i40evf_configure_rss_reg(struct i40evf_adapter *adapter, in i40evf_configure_rss_reg()
1302 static void i40evf_configure_rss(struct i40evf_adapter *adapter) in i40evf_configure_rss()
1328 static int i40evf_alloc_q_vectors(struct i40evf_adapter *adapter) in i40evf_alloc_q_vectors()
1368 static void i40evf_free_q_vectors(struct i40evf_adapter *adapter) in i40evf_free_q_vectors()
1391 void i40evf_reset_interrupt_capability(struct i40evf_adapter *adapter) in i40evf_reset_interrupt_capability()
1403 int i40evf_init_interrupt_scheme(struct i40evf_adapter *adapter) in i40evf_init_interrupt_scheme()
1447 struct i40evf_adapter *adapter = (struct i40evf_adapter *)data; in i40evf_watchdog_timer() local
1459 struct i40evf_adapter *adapter = container_of(work, in i40evf_watchdog_task() local
1607 struct i40evf_adapter *adapter = container_of(work, in i40evf_reset_task() local
1780 struct i40evf_adapter *adapter = in i40evf_adminq_task() local
1863 void i40evf_free_all_tx_resources(struct i40evf_adapter *adapter) in i40evf_free_all_tx_resources()
1882 static int i40evf_setup_all_tx_resources(struct i40evf_adapter *adapter) in i40evf_setup_all_tx_resources()
1909 static int i40evf_setup_all_rx_resources(struct i40evf_adapter *adapter) in i40evf_setup_all_rx_resources()
1931 void i40evf_free_all_rx_resources(struct i40evf_adapter *adapter) in i40evf_free_all_rx_resources()
1954 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_open() local
2014 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_close() local
2038 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_get_stats() local
2053 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_change_mtu() local
2112 int i40evf_process_config(struct i40evf_adapter *adapter) in i40evf_process_config()
2179 struct i40evf_adapter *adapter = container_of(work, in i40evf_init_task() local
2380 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_shutdown() local
2412 struct i40evf_adapter *adapter = NULL; in i40evf_probe() local
2518 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_suspend() local
2548 struct i40evf_adapter *adapter = pci_get_drvdata(pdev); in i40evf_resume() local
2600 struct i40evf_adapter *adapter = netdev_priv(netdev); in i40evf_remove() local