• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/

Lines Matching refs:ixgbe_adapter

145 static inline void ixgbe_disable_sriov(struct ixgbe_adapter *adapter)
303 static void ixgbe_dump(struct ixgbe_adapter *adapter)
519 static void ixgbe_release_hw_control(struct ixgbe_adapter *adapter)
529 static void ixgbe_get_hw_control(struct ixgbe_adapter *adapter)
547 static void ixgbe_set_ivar(struct ixgbe_adapter *adapter, s8 direction,
588 static inline void ixgbe_irq_rearm_queues(struct ixgbe_adapter *adapter,
604 static void ixgbe_unmap_and_free_tx_resource(struct ixgbe_adapter *adapter,
639 static inline bool ixgbe_tx_xon_state(struct ixgbe_adapter *adapter,
684 static inline bool ixgbe_check_tx_hang(struct ixgbe_adapter *adapter,
737 struct ixgbe_adapter *adapter = q_vector->adapter;
834 static void ixgbe_update_rx_dca(struct ixgbe_adapter *adapter,
862 static void ixgbe_update_tx_dca(struct ixgbe_adapter *adapter,
890 static void ixgbe_setup_dca(struct ixgbe_adapter *adapter)
913 struct ixgbe_adapter *adapter = netdev_priv(netdev);
953 struct ixgbe_adapter *adapter = q_vector->adapter;
978 static inline void ixgbe_rx_checksum(struct ixgbe_adapter *adapter,
1036 static void ixgbe_alloc_rx_buffers(struct ixgbe_adapter *adapter,
1174 struct ixgbe_adapter *adapter = q_vector->adapter;
1390 static void ixgbe_configure_msix(struct ixgbe_adapter *adapter)
1478 static u8 ixgbe_update_itr(struct ixgbe_adapter *adapter,
1530 struct ixgbe_adapter *adapter = q_vector->adapter;
1559 struct ixgbe_adapter *adapter = q_vector->adapter;
1628 struct ixgbe_adapter *adapter = container_of(work,
1629 struct ixgbe_adapter,
1664 static void ixgbe_check_fan_failure(struct ixgbe_adapter *adapter, u32 eicr)
1676 static void ixgbe_check_sfp_event(struct ixgbe_adapter *adapter, u32 eicr)
1694 static void ixgbe_check_lsc(struct ixgbe_adapter *adapter)
1711 struct ixgbe_adapter *adapter = netdev_priv(netdev);
1755 static inline void ixgbe_irq_enable_queues(struct ixgbe_adapter *adapter,
1772 static inline void ixgbe_irq_disable_queues(struct ixgbe_adapter *adapter,
1792 struct ixgbe_adapter *adapter = q_vector->adapter;
1822 struct ixgbe_adapter *adapter = q_vector->adapter;
1849 struct ixgbe_adapter *adapter = q_vector->adapter;
1893 struct ixgbe_adapter *adapter = q_vector->adapter;
1932 struct ixgbe_adapter *adapter = q_vector->adapter;
1994 struct ixgbe_adapter *adapter = q_vector->adapter;
2021 static inline void map_vector_to_rxq(struct ixgbe_adapter *a, int v_idx,
2030 static inline void map_vector_to_txq(struct ixgbe_adapter *a, int v_idx,
2050 static int ixgbe_map_rings_to_vectors(struct ixgbe_adapter *adapter,
2113 static int ixgbe_request_msix_irqs(struct ixgbe_adapter *adapter)
2178 static void ixgbe_set_itr(struct ixgbe_adapter *adapter)
2227 static inline void ixgbe_irq_enable(struct ixgbe_adapter *adapter)
2265 struct ixgbe_adapter *adapter = netdev_priv(netdev);
2306 static inline void ixgbe_reset_q_vectors(struct ixgbe_adapter *adapter)
2326 static int ixgbe_request_irq(struct ixgbe_adapter *adapter)
2347 static void ixgbe_free_irq(struct ixgbe_adapter *adapter)
2375 static inline void ixgbe_irq_disable(struct ixgbe_adapter *adapter)
2400 static void ixgbe_configure_msi_and_legacy(struct ixgbe_adapter *adapter)
2422 static void ixgbe_configure_tx(struct ixgbe_adapter *adapter)
2504 static void ixgbe_configure_srrctl(struct ixgbe_adapter *adapter,
2541 static u32 ixgbe_setup_mrqc(struct ixgbe_adapter *adapter)
2580 static void ixgbe_configure_rscctl(struct ixgbe_adapter *adapter, int index)
2625 static void ixgbe_configure_rx(struct ixgbe_adapter *adapter)
2855 struct ixgbe_adapter *adapter = netdev_priv(netdev);
2865 struct ixgbe_adapter *adapter = netdev_priv(netdev);
2885 static void ixgbe_vlan_filter_disable(struct ixgbe_adapter *adapter)
2925 static void ixgbe_vlan_filter_enable(struct ixgbe_adapter *adapter)
2956 struct ixgbe_adapter *adapter = netdev_priv(netdev);
2975 static void ixgbe_restore_vlan(struct ixgbe_adapter *adapter)
3000 struct ixgbe_adapter *adapter = netdev_priv(netdev);
3042 struct ixgbe_adapter *adapter = netdev_priv(netdev);
3098 static void ixgbe_napi_enable_all(struct ixgbe_adapter *adapter)
3125 static void ixgbe_napi_disable_all(struct ixgbe_adapter *adapter)
3150 static void ixgbe_configure_dcb(struct ixgbe_adapter *adapter)
3176 static void ixgbe_configure(struct ixgbe_adapter *adapter)
3241 static void ixgbe_sfp_link_config(struct ixgbe_adapter *adapter)
3299 static inline void ixgbe_rx_desc_queue_enable(struct ixgbe_adapter *adapter,
3320 static int ixgbe_up_complete(struct ixgbe_adapter *adapter)
3543 void ixgbe_reinit_locked(struct ixgbe_adapter *adapter)
3561 int ixgbe_up(struct ixgbe_adapter *adapter)
3569 void ixgbe_reset(struct ixgbe_adapter *adapter)
3605 static void ixgbe_clean_rx_ring(struct ixgbe_adapter *adapter,
3673 static void ixgbe_clean_tx_ring(struct ixgbe_adapter *adapter,
3706 static void ixgbe_clean_all_rx_rings(struct ixgbe_adapter *adapter)
3718 static void ixgbe_clean_all_tx_rings(struct ixgbe_adapter *adapter)
3726 void ixgbe_down(struct ixgbe_adapter *adapter)
3820 struct ixgbe_adapter *adapter = q_vector->adapter;
3853 struct ixgbe_adapter *adapter = netdev_priv(netdev);
3861 struct ixgbe_adapter *adapter;
3862 adapter = container_of(work, struct ixgbe_adapter, reset_task);
3877 static inline bool ixgbe_set_dcb_queues(struct ixgbe_adapter *adapter)
3902 static inline bool ixgbe_set_rss_queues(struct ixgbe_adapter *adapter)
3929 static bool inline ixgbe_set_fdir_queues(struct ixgbe_adapter *adapter)
3962 static inline bool ixgbe_set_fcoe_queues(struct ixgbe_adapter *adapter)
4005 static inline bool ixgbe_set_sriov_queues(struct ixgbe_adapter *adapter)
4021 static void ixgbe_set_num_queues(struct ixgbe_adapter *adapter)
4057 static void ixgbe_acquire_msix_vectors(struct ixgbe_adapter *adapter,
4115 static inline bool ixgbe_cache_ring_rss(struct ixgbe_adapter *adapter)
4141 static inline bool ixgbe_cache_ring_dcb(struct ixgbe_adapter *adapter)
4223 static bool inline ixgbe_cache_ring_fdir(struct ixgbe_adapter *adapter)
4249 static inline bool ixgbe_cache_ring_fcoe(struct ixgbe_adapter *adapter)
4311 static inline bool ixgbe_cache_ring_sriov(struct ixgbe_adapter *adapter)
4332 static void ixgbe_cache_ring_register(struct ixgbe_adapter *adapter)
4366 static int ixgbe_alloc_queues(struct ixgbe_adapter *adapter)
4437 static int ixgbe_set_interrupt_capability(struct ixgbe_adapter *adapter)
4507 static int ixgbe_alloc_q_vectors(struct ixgbe_adapter *adapter)
4563 static void ixgbe_free_q_vectors(struct ixgbe_adapter *adapter)
4580 static void ixgbe_reset_interrupt_capability(struct ixgbe_adapter *adapter)
4603 int ixgbe_init_interrupt_scheme(struct ixgbe_adapter *adapter)
4651 void ixgbe_clear_interrupt_scheme(struct ixgbe_adapter *adapter)
4674 struct ixgbe_adapter *adapter = (struct ixgbe_adapter *)data;
4689 struct ixgbe_adapter *adapter = container_of(work,
4690 struct ixgbe_adapter,
4720 * ixgbe_sw_init - Initialize general software structures (struct ixgbe_adapter)
4727 static int __devinit ixgbe_sw_init(struct ixgbe_adapter *adapter)
4857 int ixgbe_setup_tx_resources(struct ixgbe_adapter *adapter,
4902 static int ixgbe_setup_all_tx_resources(struct ixgbe_adapter *adapter)
4924 int ixgbe_setup_rx_resources(struct ixgbe_adapter *adapter,
4975 static int ixgbe_setup_all_rx_resources(struct ixgbe_adapter *adapter)
4997 void ixgbe_free_tx_resources(struct ixgbe_adapter *adapter,
5019 static void ixgbe_free_all_tx_resources(struct ixgbe_adapter *adapter)
5035 void ixgbe_free_rx_resources(struct ixgbe_adapter *adapter,
5057 static void ixgbe_free_all_rx_resources(struct ixgbe_adapter *adapter)
5075 struct ixgbe_adapter *adapter = netdev_priv(netdev);
5106 struct ixgbe_adapter *adapter = netdev_priv(netdev);
5165 struct ixgbe_adapter *adapter = netdev_priv(netdev);
5182 struct ixgbe_adapter *adapter = netdev_priv(netdev);
5227 struct ixgbe_adapter *adapter = netdev_priv(netdev);
5323 void ixgbe_update_stats(struct ixgbe_adapter *adapter)
5479 struct ixgbe_adapter *adapter = (struct ixgbe_adapter *)data;
5527 struct ixgbe_adapter *adapter = container_of(work,
5528 struct ixgbe_adapter,
5551 struct ixgbe_adapter *adapter = container_of(work,
5552 struct ixgbe_adapter,
5585 struct ixgbe_adapter *adapter = container_of(work,
5586 struct ixgbe_adapter,
5611 struct ixgbe_adapter *adapter = container_of(work,
5612 struct ixgbe_adapter,
5714 static int ixgbe_tso(struct ixgbe_adapter *adapter,
5799 static bool ixgbe_tx_csum(struct ixgbe_adapter *adapter,
5887 static int ixgbe_tx_map(struct ixgbe_adapter *adapter,
5995 static void ixgbe_tx_queue(struct ixgbe_adapter *adapter,
6064 static void ixgbe_atr(struct ixgbe_adapter *adapter, struct sk_buff *skb,
6141 struct ixgbe_adapter *adapter = netdev_priv(dev);
6181 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6310 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6329 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6345 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6355 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6370 struct ixgbe_adapter *adapter = netdev_priv(dev);
6391 struct ixgbe_adapter *adapter = netdev_priv(dev);
6410 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6462 static void __devinit ixgbe_probe_vf(struct ixgbe_adapter *adapter,
6530 struct ixgbe_adapter *adapter = NULL;
6594 netdev = alloc_etherdev_mq(sizeof(struct ixgbe_adapter), indices);
6923 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6994 struct ixgbe_adapter *adapter = netdev_priv(netdev);
7018 struct ixgbe_adapter *adapter = netdev_priv(netdev);
7057 struct ixgbe_adapter *adapter = netdev_priv(netdev);
7145 struct ixgbe_adapter *adapter = hw->back;