Lines Matching refs:e1000_adapter

93 int e1000_up(struct e1000_adapter *adapter);
94 void e1000_down(struct e1000_adapter *adapter);
95 void e1000_reinit_locked(struct e1000_adapter *adapter);
96 void e1000_reset(struct e1000_adapter *adapter);
97 int e1000_setup_all_tx_resources(struct e1000_adapter *adapter);
98 int e1000_setup_all_rx_resources(struct e1000_adapter *adapter);
99 void e1000_free_all_tx_resources(struct e1000_adapter *adapter);
100 void e1000_free_all_rx_resources(struct e1000_adapter *adapter);
101 static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
103 static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
105 static void e1000_free_tx_resources(struct e1000_adapter *adapter,
107 static void e1000_free_rx_resources(struct e1000_adapter *adapter,
109 void e1000_update_stats(struct e1000_adapter *adapter);
115 static int e1000_alloc_queues(struct e1000_adapter *adapter);
116 static int e1000_sw_init(struct e1000_adapter *adapter);
119 static void e1000_configure_tx(struct e1000_adapter *adapter);
120 static void e1000_configure_rx(struct e1000_adapter *adapter);
121 static void e1000_setup_rctl(struct e1000_adapter *adapter);
122 static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter);
123 static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter);
124 static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
126 static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
138 static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
141 static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
144 static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter,
147 static void e1000_alloc_dummy_rx_buffers(struct e1000_adapter *adapter, in e1000_alloc_dummy_rx_buffers()
152 static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
155 static void e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter,
161 static void e1000_enter_82542_rst(struct e1000_adapter *adapter);
162 static void e1000_leave_82542_rst(struct e1000_adapter *adapter);
165 static void e1000_smartspeed(struct e1000_adapter *adapter);
166 static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
169 static bool e1000_vlan_used(struct e1000_adapter *adapter);
172 static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter,
178 static void e1000_restore_vlan(struct e1000_adapter *adapter);
239 struct e1000_adapter *adapter = hw->back; in e1000_get_hw_dev()
282 static int e1000_request_irq(struct e1000_adapter *adapter) in e1000_request_irq()
298 static void e1000_free_irq(struct e1000_adapter *adapter) in e1000_free_irq()
309 static void e1000_irq_disable(struct e1000_adapter *adapter) in e1000_irq_disable()
322 static void e1000_irq_enable(struct e1000_adapter *adapter) in e1000_irq_enable()
330 static void e1000_update_mng_vlan(struct e1000_adapter *adapter) in e1000_update_mng_vlan()
358 static void e1000_init_manageability(struct e1000_adapter *adapter) in e1000_init_manageability()
372 static void e1000_release_manageability(struct e1000_adapter *adapter) in e1000_release_manageability()
390 static void e1000_configure(struct e1000_adapter *adapter) in e1000_configure()
414 int e1000_up(struct e1000_adapter *adapter) in e1000_up()
442 void e1000_power_up_phy(struct e1000_adapter *adapter) in e1000_power_up_phy()
458 static void e1000_power_down_phy(struct e1000_adapter *adapter) in e1000_power_down_phy()
498 static void e1000_down_and_stop(struct e1000_adapter *adapter) in e1000_down_and_stop()
518 void e1000_down(struct e1000_adapter *adapter) in e1000_down()
559 void e1000_reinit_locked(struct e1000_adapter *adapter) in e1000_reinit_locked()
569 void e1000_reset(struct e1000_adapter *adapter) in e1000_reset()
725 static void e1000_dump_eeprom(struct e1000_adapter *adapter) in e1000_dump_eeprom()
825 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_set_features()
876 static int e1000_init_hw_struct(struct e1000_adapter *adapter, in e1000_init_hw_struct()
943 struct e1000_adapter *adapter; in e1000_probe()
976 netdev = alloc_etherdev(sizeof(struct e1000_adapter)); in e1000_probe()
1273 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_remove()
1305 static int e1000_sw_init(struct e1000_adapter *adapter) in e1000_sw_init()
1334 static int e1000_alloc_queues(struct e1000_adapter *adapter) in e1000_alloc_queues()
1365 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_open()
1442 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_close()
1476 static bool e1000_check_64k_bound(struct e1000_adapter *adapter, void *start, in e1000_check_64k_bound()
1502 static int e1000_setup_tx_resources(struct e1000_adapter *adapter, in e1000_setup_tx_resources()
1573 int e1000_setup_all_tx_resources(struct e1000_adapter *adapter) in e1000_setup_all_tx_resources()
1597 static void e1000_configure_tx(struct e1000_adapter *adapter) in e1000_configure_tx()
1692 static int e1000_setup_rx_resources(struct e1000_adapter *adapter, in e1000_setup_rx_resources()
1765 int e1000_setup_all_rx_resources(struct e1000_adapter *adapter) in e1000_setup_all_rx_resources()
1787 static void e1000_setup_rctl(struct e1000_adapter *adapter) in e1000_setup_rctl()
1856 static void e1000_configure_rx(struct e1000_adapter *adapter) in e1000_configure_rx()
1928 static void e1000_free_tx_resources(struct e1000_adapter *adapter, in e1000_free_tx_resources()
1950 void e1000_free_all_tx_resources(struct e1000_adapter *adapter) in e1000_free_all_tx_resources()
1959 e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter, in e1000_unmap_and_free_tx_resource()
1985 static void e1000_clean_tx_ring(struct e1000_adapter *adapter, in e1000_clean_tx_ring()
2020 static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter) in e1000_clean_all_tx_rings()
2035 static void e1000_free_rx_resources(struct e1000_adapter *adapter, in e1000_free_rx_resources()
2057 void e1000_free_all_rx_resources(struct e1000_adapter *adapter) in e1000_free_all_rx_resources()
2066 static unsigned int e1000_frag_len(const struct e1000_adapter *a) in e1000_frag_len()
2072 static void *e1000_alloc_frag(const struct e1000_adapter *a) in e1000_alloc_frag()
2087 static void e1000_clean_rx_ring(struct e1000_adapter *adapter, in e1000_clean_rx_ring()
2143 static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter) in e1000_clean_all_rx_rings()
2154 static void e1000_enter_82542_rst(struct e1000_adapter *adapter) in e1000_enter_82542_rst()
2172 static void e1000_leave_82542_rst(struct e1000_adapter *adapter) in e1000_leave_82542_rst()
2204 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_set_mac()
2238 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_set_rx_mode()
2346 struct e1000_adapter *adapter = container_of(work, in e1000_update_phy_info_task()
2347 struct e1000_adapter, in e1000_update_phy_info_task()
2359 struct e1000_adapter *adapter = container_of(work, in e1000_82547_tx_fifo_stall_task()
2360 struct e1000_adapter, in e1000_82547_tx_fifo_stall_task()
2388 bool e1000_has_link(struct e1000_adapter *adapter) in e1000_has_link()
2431 struct e1000_adapter *adapter = container_of(work, in e1000_watchdog()
2432 struct e1000_adapter, in e1000_watchdog()
2583 static unsigned int e1000_update_itr(struct e1000_adapter *adapter, in e1000_update_itr()
2631 static void e1000_set_itr(struct e1000_adapter *adapter) in e1000_set_itr()
2700 static int e1000_tso(struct e1000_adapter *adapter, in e1000_tso()
2772 static bool e1000_tx_csum(struct e1000_adapter *adapter, in e1000_tx_csum()
2828 static int e1000_tx_map(struct e1000_adapter *adapter, in e1000_tx_map()
2976 static void e1000_tx_queue(struct e1000_adapter *adapter, in e1000_tx_queue()
3046 static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter, in e1000_82547_fifo_workaround()
3074 struct e1000_adapter *adapter = netdev_priv(netdev); in __e1000_maybe_stop_tx()
3108 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_xmit_frame()
3280 static void e1000_regdump(struct e1000_adapter *adapter) in e1000_regdump()
3349 static void e1000_dump(struct e1000_adapter *adapter) in e1000_dump()
3490 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_tx_timeout()
3499 struct e1000_adapter *adapter = in e1000_reset_task()
3500 container_of(work, struct e1000_adapter, reset_task); in e1000_reset_task()
3528 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_change_mtu()
3602 void e1000_update_stats(struct e1000_adapter *adapter) in e1000_update_stats()
3760 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_intr()
3808 struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter, in e1000_clean()
3835 static bool e1000_clean_tx_irq(struct e1000_adapter *adapter, in e1000_clean_tx_irq()
3947 static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err, in e1000_rx_checksum()
3997 static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status, in e1000_receive_skb()
4087 static bool e1000_tbi_should_accept(struct e1000_adapter *adapter, in e1000_tbi_should_accept()
4107 static struct sk_buff *e1000_alloc_rx_skb(struct e1000_adapter *adapter, in e1000_alloc_rx_skb()
4127 static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter, in e1000_clean_jumbo_rx_irq()
4319 static struct sk_buff *e1000_copybreak(struct e1000_adapter *adapter, in e1000_copybreak()
4347 static bool e1000_clean_rx_irq(struct e1000_adapter *adapter, in e1000_clean_rx_irq()
4494 e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter, in e1000_alloc_jumbo_rx_buffers()
4556 static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter, in e1000_alloc_rx_buffers()
4671 static void e1000_smartspeed(struct e1000_adapter *adapter) in e1000_smartspeed()
4749 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_mii_ioctl()
4839 struct e1000_adapter *adapter = hw->back; in e1000_pci_set_mwi()
4848 struct e1000_adapter *adapter = hw->back; in e1000_pci_clear_mwi()
4855 struct e1000_adapter *adapter = hw->back; in e1000_pcix_get_mmrbc()
4861 struct e1000_adapter *adapter = hw->back; in e1000_pcix_set_mmrbc()
4870 static bool e1000_vlan_used(struct e1000_adapter *adapter) in e1000_vlan_used()
4879 static void __e1000_vlan_mode(struct e1000_adapter *adapter, in __e1000_vlan_mode()
4895 static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter, in e1000_vlan_filter_on_off()
4927 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_vlan_mode()
4941 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_vlan_rx_add_vid()
4967 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_vlan_rx_kill_vid()
4990 static void e1000_restore_vlan(struct e1000_adapter *adapter) in e1000_restore_vlan()
5002 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx) in e1000_set_spd_dplx()
5055 struct e1000_adapter *adapter = netdev_priv(netdev); in __e1000_shutdown()
5163 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_resume()
5224 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_netpoll()
5244 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_io_error_detected()
5269 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_io_slot_reset()
5303 struct e1000_adapter *adapter = netdev_priv(netdev); in e1000_io_resume()