Lines Matching defs:adapter
157 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_settings() local
317 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_settings() local
378 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_pauseparam() local
400 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_pauseparam() local
439 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_msglevel() local
445 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_msglevel() local
460 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_regs() local
819 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_eeprom_len() local
826 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_eeprom() local
862 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_eeprom() local
932 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_drvinfo() local
951 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_ringparam() local
964 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_ringparam() local
1093 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_ethtool_stats() local
1252 static int ixgbe_link_test(struct ixgbe_adapter *adapter, u64 *data) in ixgbe_link_test()
1350 static bool reg_pattern_test(struct ixgbe_adapter *adapter, u64 *data, int reg, in reg_pattern_test()
1377 static bool reg_set_and_check(struct ixgbe_adapter *adapter, u64 *data, int reg, in reg_set_and_check()
1400 static int ixgbe_reg_test(struct ixgbe_adapter *adapter, u64 *data) in ixgbe_reg_test()
1502 static int ixgbe_eeprom_test(struct ixgbe_adapter *adapter, u64 *data) in ixgbe_eeprom_test()
1515 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_test_intr() local
1522 static int ixgbe_intr_test(struct ixgbe_adapter *adapter, u64 *data) in ixgbe_intr_test()
1635 static void ixgbe_free_desc_rings(struct ixgbe_adapter *adapter) in ixgbe_free_desc_rings()
1672 static int ixgbe_setup_desc_rings(struct ixgbe_adapter *adapter) in ixgbe_setup_desc_rings()
1737 static int ixgbe_setup_loopback_test(struct ixgbe_adapter *adapter) in ixgbe_setup_loopback_test()
1796 static void ixgbe_loopback_cleanup(struct ixgbe_adapter *adapter) in ixgbe_loopback_cleanup()
1895 static int ixgbe_run_loopback_test(struct ixgbe_adapter *adapter) in ixgbe_run_loopback_test()
1964 static int ixgbe_loopback_test(struct ixgbe_adapter *adapter, u64 *data) in ixgbe_loopback_test()
1984 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_diag_test() local
2091 static int ixgbe_wol_exclusion(struct ixgbe_adapter *adapter, in ixgbe_wol_exclusion()
2110 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_wol() local
2132 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_wol() local
2158 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_nway_reset() local
2169 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_phys_id() local
2197 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_coalesce() local
2222 static bool ixgbe_update_rsc(struct ixgbe_adapter *adapter) in ixgbe_update_rsc()
2251 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_coalesce() local
2331 static int ixgbe_get_ethtool_fdir_entry(struct ixgbe_adapter *adapter, in ixgbe_get_ethtool_fdir_entry()
2400 static int ixgbe_get_ethtool_fdir_all(struct ixgbe_adapter *adapter, in ixgbe_get_ethtool_fdir_all()
2424 static int ixgbe_get_rss_hash_opts(struct ixgbe_adapter *adapter, in ixgbe_get_rss_hash_opts()
2469 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_rxnfc() local
2497 static int ixgbe_update_ethtool_fdir_entry(struct ixgbe_adapter *adapter, in ixgbe_update_ethtool_fdir_entry()
2594 static int ixgbe_add_ethtool_fdir_entry(struct ixgbe_adapter *adapter, in ixgbe_add_ethtool_fdir_entry()
2724 static int ixgbe_del_ethtool_fdir_entry(struct ixgbe_adapter *adapter, in ixgbe_del_ethtool_fdir_entry()
2740 static int ixgbe_set_rss_hash_opt(struct ixgbe_adapter *adapter, in ixgbe_set_rss_hash_opt()
2855 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_set_rxnfc() local
2875 static int ixgbe_rss_indir_tbl_max(struct ixgbe_adapter *adapter) in ixgbe_rss_indir_tbl_max()
2885 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_rxfh_key_size() local
2892 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_rss_indir_size() local
2897 static void ixgbe_get_reta(struct ixgbe_adapter *adapter, u32 *indir) in ixgbe_get_reta()
2908 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_rxfh() local
2925 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_rxfh() local
2963 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_ts_info() local
2999 static unsigned int ixgbe_max_channels(struct ixgbe_adapter *adapter) in ixgbe_max_channels()
3036 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_channels() local
3073 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_set_channels() local
3111 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_module_info() local
3153 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_module_eeprom() local