/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 76 static int igbvf_get_settings(struct net_device *netdev, in igbvf_get_settings() 113 static int igbvf_set_settings(struct net_device *netdev, in igbvf_set_settings() 119 static void igbvf_get_pauseparam(struct net_device *netdev, in igbvf_get_pauseparam() 124 static int igbvf_set_pauseparam(struct net_device *netdev, in igbvf_set_pauseparam() 130 static u32 igbvf_get_msglevel(struct net_device *netdev) in igbvf_get_msglevel() 136 static void igbvf_set_msglevel(struct net_device *netdev, u32 data) in igbvf_set_msglevel() 142 static int igbvf_get_regs_len(struct net_device *netdev) in igbvf_get_regs_len() 148 static void igbvf_get_regs(struct net_device *netdev, in igbvf_get_regs() 172 static int igbvf_get_eeprom_len(struct net_device *netdev) in igbvf_get_eeprom_len() 177 static int igbvf_get_eeprom(struct net_device *netdev, in igbvf_get_eeprom() [all …]
|
D | netdev.c | 106 struct net_device *netdev, in igbvf_receive_skb() 159 struct net_device *netdev = adapter->netdev; in igbvf_alloc_rx_buffers() local 267 struct net_device *netdev = adapter->netdev; in igbvf_clean_rx_irq() local 793 struct net_device *netdev = adapter->netdev; in igbvf_clean_tx_irq() local 873 struct net_device *netdev = data; in igbvf_msix_other() local 891 struct net_device *netdev = data; in igbvf_intr_msix_tx() local 918 struct net_device *netdev = data; in igbvf_intr_msix_rx() local 1066 struct net_device *netdev = adapter->netdev; in igbvf_request_msix() local 1114 struct net_device *netdev = adapter->netdev; in igbvf_alloc_queues() local 1156 struct net_device *netdev = adapter->netdev; in igbvf_free_irq() local [all …]
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 108 uec_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in uec_get_settings() 124 uec_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in uec_set_settings() 136 uec_get_pauseparam(struct net_device *netdev, in uec_get_pauseparam() 150 uec_set_pauseparam(struct net_device *netdev, in uec_set_pauseparam() 181 uec_get_msglevel(struct net_device *netdev) in uec_get_msglevel() 188 uec_set_msglevel(struct net_device *netdev, uint32_t data) in uec_set_msglevel() 195 uec_get_regs_len(struct net_device *netdev) in uec_get_regs_len() 201 uec_get_regs(struct net_device *netdev, in uec_get_regs() 214 uec_get_ringparam(struct net_device *netdev, in uec_get_ringparam() 233 uec_set_ringparam(struct net_device *netdev, in uec_set_ringparam() [all …]
|
/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_ethtool.c | 29 static int atl1c_get_settings(struct net_device *netdev, in atl1c_get_settings() 67 static int atl1c_set_settings(struct net_device *netdev, in atl1c_set_settings() 117 static u32 atl1c_get_msglevel(struct net_device *netdev) in atl1c_get_msglevel() 123 static void atl1c_set_msglevel(struct net_device *netdev, u32 data) in atl1c_set_msglevel() 129 static int atl1c_get_regs_len(struct net_device *netdev) in atl1c_get_regs_len() 134 static void atl1c_get_regs(struct net_device *netdev, in atl1c_get_regs() 174 static int atl1c_get_eeprom_len(struct net_device *netdev) in atl1c_get_eeprom_len() 184 static int atl1c_get_eeprom(struct net_device *netdev, in atl1c_get_eeprom() 226 static void atl1c_get_drvinfo(struct net_device *netdev, in atl1c_get_drvinfo() 242 static void atl1c_get_wol(struct net_device *netdev, in atl1c_get_wol() [all …]
|
/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 97 ixgb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in ixgb_get_settings() 118 void ixgb_set_speed_duplex(struct net_device *netdev) in ixgb_set_speed_duplex() 129 ixgb_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in ixgb_set_settings() 150 ixgb_get_pauseparam(struct net_device *netdev, in ixgb_get_pauseparam() 169 ixgb_set_pauseparam(struct net_device *netdev, in ixgb_set_pauseparam() 198 ixgb_get_msglevel(struct net_device *netdev) in ixgb_get_msglevel() 205 ixgb_set_msglevel(struct net_device *netdev, u32 data) in ixgb_set_msglevel() 213 ixgb_get_regs_len(struct net_device *netdev) in ixgb_get_regs_len() 220 ixgb_get_regs(struct net_device *netdev, in ixgb_get_regs() 360 ixgb_get_eeprom_len(struct net_device *netdev) in ixgb_get_eeprom_len() [all …]
|
D | ixgb_main.c | 209 struct net_device *netdev = adapter->netdev; in ixgb_up() local 283 struct net_device *netdev = adapter->netdev; in ixgb_down() local 331 ixgb_fix_features(struct net_device *netdev, netdev_features_t features) in ixgb_fix_features() 344 ixgb_set_features(struct net_device *netdev, netdev_features_t features) in ixgb_set_features() 399 struct net_device *netdev = NULL; in ixgb_probe() local 559 struct net_device *netdev = pci_get_drvdata(pdev); in ixgb_remove() local 586 struct net_device *netdev = adapter->netdev; in ixgb_sw_init() local 630 ixgb_open(struct net_device *netdev) in ixgb_open() 679 ixgb_close(struct net_device *netdev) in ixgb_close() 1062 ixgb_set_mac(struct net_device *netdev, void *p) in ixgb_set_mac() [all …]
|
/drivers/net/vmxnet3/ |
D | vmxnet3_ethtool.c | 117 vmxnet3_get_stats64(struct net_device *netdev, in vmxnet3_get_stats64() 168 vmxnet3_get_sset_count(struct net_device *netdev, int sset) in vmxnet3_get_sset_count() 191 vmxnet3_get_regs_len(struct net_device *netdev) in vmxnet3_get_regs_len() 200 vmxnet3_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in vmxnet3_get_drvinfo() 219 vmxnet3_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) in vmxnet3_get_strings() 260 int vmxnet3_set_features(struct net_device *netdev, netdev_features_t features) in vmxnet3_set_features() 299 vmxnet3_get_ethtool_stats(struct net_device *netdev, in vmxnet3_get_ethtool_stats() 346 vmxnet3_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *p) in vmxnet3_get_regs() 392 vmxnet3_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in vmxnet3_get_wol() 402 vmxnet3_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in vmxnet3_set_wol() [all …]
|
/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_ethtool.c | 75 static int i40evf_get_settings(struct net_device *netdev, in i40evf_get_settings() 97 static int i40evf_get_sset_count(struct net_device *netdev, int sset) in i40evf_get_sset_count() 113 static void i40evf_get_ethtool_stats(struct net_device *netdev, in i40evf_get_ethtool_stats() 142 static void i40evf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in i40evf_get_strings() 175 static u32 i40evf_get_msglevel(struct net_device *netdev) in i40evf_get_msglevel() 189 static void i40evf_set_msglevel(struct net_device *netdev, u32 data) in i40evf_set_msglevel() 202 static void i40evf_get_drvinfo(struct net_device *netdev, in i40evf_get_drvinfo() 221 static void i40evf_get_ringparam(struct net_device *netdev, in i40evf_get_ringparam() 240 static int i40evf_set_ringparam(struct net_device *netdev, in i40evf_set_ringparam() 282 static int i40evf_get_coalesce(struct net_device *netdev, in i40evf_get_coalesce() [all …]
|
/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 50 spider_net_ethtool_get_settings(struct net_device *netdev, in spider_net_ethtool_get_settings() 68 spider_net_ethtool_get_drvinfo(struct net_device *netdev, in spider_net_ethtool_get_drvinfo() 85 spider_net_ethtool_get_wol(struct net_device *netdev, in spider_net_ethtool_get_wol() 94 spider_net_ethtool_get_msglevel(struct net_device *netdev) in spider_net_ethtool_get_msglevel() 102 spider_net_ethtool_set_msglevel(struct net_device *netdev, in spider_net_ethtool_set_msglevel() 111 spider_net_ethtool_nway_reset(struct net_device *netdev) in spider_net_ethtool_nway_reset() 121 spider_net_ethtool_get_ringparam(struct net_device *netdev, in spider_net_ethtool_get_ringparam() 132 static int spider_net_get_sset_count(struct net_device *netdev, int sset) in spider_net_get_sset_count() 142 static void spider_net_get_ethtool_stats(struct net_device *netdev, in spider_net_get_ethtool_stats() 162 static void spider_net_get_strings(struct net_device *netdev, u32 stringset, in spider_net_get_strings()
|
/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_ethtool.c | 29 static int atl1e_get_settings(struct net_device *netdev, in atl1e_get_settings() 68 static int atl1e_set_settings(struct net_device *netdev, in atl1e_set_settings() 135 static u32 atl1e_get_msglevel(struct net_device *netdev) in atl1e_get_msglevel() 144 static int atl1e_get_regs_len(struct net_device *netdev) in atl1e_get_regs_len() 149 static void atl1e_get_regs(struct net_device *netdev, in atl1e_get_regs() 198 static int atl1e_get_eeprom_len(struct net_device *netdev) in atl1e_get_eeprom_len() 208 static int atl1e_get_eeprom(struct net_device *netdev, in atl1e_get_eeprom() 248 static int atl1e_set_eeprom(struct net_device *netdev, in atl1e_set_eeprom() 308 static void atl1e_get_drvinfo(struct net_device *netdev, in atl1e_get_drvinfo() 325 static void atl1e_get_wol(struct net_device *netdev, in atl1e_get_wol() [all …]
|
/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 83 static int pch_gbe_get_settings(struct net_device *netdev, in pch_gbe_get_settings() 106 static int pch_gbe_set_settings(struct net_device *netdev, in pch_gbe_set_settings() 148 static int pch_gbe_get_regs_len(struct net_device *netdev) in pch_gbe_get_regs_len() 158 static void pch_gbe_get_drvinfo(struct net_device *netdev, in pch_gbe_get_drvinfo() 176 static void pch_gbe_get_regs(struct net_device *netdev, in pch_gbe_get_regs() 200 static void pch_gbe_get_wol(struct net_device *netdev, in pch_gbe_get_wol() 226 static int pch_gbe_set_wol(struct net_device *netdev, in pch_gbe_set_wol() 254 static int pch_gbe_nway_reset(struct net_device *netdev) in pch_gbe_nway_reset() 266 static void pch_gbe_get_ringparam(struct net_device *netdev, in pch_gbe_get_ringparam() 287 static int pch_gbe_set_ringparam(struct net_device *netdev, in pch_gbe_set_ringparam() [all …]
|
/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 222 static void be_get_drvinfo(struct net_device *netdev, in be_get_drvinfo() 300 static int be_get_reg_len(struct net_device *netdev) in be_get_reg_len() 319 be_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *buf) in be_get_regs() 333 static int be_get_coalesce(struct net_device *netdev, in be_get_coalesce() 356 static int be_set_coalesce(struct net_device *netdev, in be_set_coalesce() 376 static void be_get_ethtool_stats(struct net_device *netdev, in be_get_ethtool_stats() 428 static void be_get_stat_strings(struct net_device *netdev, uint32_t stringset, in be_get_stat_strings() 464 static int be_get_sset_count(struct net_device *netdev, int stringset) in be_get_sset_count() 603 static int be_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in be_get_settings() 682 static void be_get_ringparam(struct net_device *netdev, in be_get_ringparam() [all …]
|
/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 255 bnad_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in bnad_get_settings() 280 bnad_set_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in bnad_set_settings() 294 bnad_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in bnad_get_drvinfo() 319 bnad_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wolinfo) in bnad_get_wol() 326 bnad_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in bnad_get_coalesce() 347 bnad_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in bnad_set_coalesce() 418 bnad_get_ringparam(struct net_device *netdev, in bnad_get_ringparam() 431 bnad_set_ringparam(struct net_device *netdev, in bnad_set_ringparam() 508 bnad_get_pauseparam(struct net_device *netdev, in bnad_get_pauseparam() 519 bnad_set_pauseparam(struct net_device *netdev, in bnad_set_pauseparam() [all …]
|
/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 128 static int alx_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in alx_get_settings() 171 static int alx_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in alx_set_settings() 195 static void alx_get_pauseparam(struct net_device *netdev, in alx_get_pauseparam() 208 static int alx_set_pauseparam(struct net_device *netdev, in alx_set_pauseparam() 250 static u32 alx_get_msglevel(struct net_device *netdev) in alx_get_msglevel() 257 static void alx_set_msglevel(struct net_device *netdev, u32 data) in alx_set_msglevel() 264 static void alx_get_ethtool_stats(struct net_device *netdev, in alx_get_ethtool_stats() 280 static void alx_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) in alx_get_strings() 292 static int alx_get_sset_count(struct net_device *netdev, int sset) in alx_get_sset_count()
|
/drivers/net/ethernet/pasemi/ |
D | pasemi_mac_ethtool.c | 67 pasemi_mac_ethtool_get_settings(struct net_device *netdev, in pasemi_mac_ethtool_get_settings() 80 pasemi_mac_ethtool_set_settings(struct net_device *netdev, in pasemi_mac_ethtool_set_settings() 93 pasemi_mac_ethtool_get_msglevel(struct net_device *netdev) in pasemi_mac_ethtool_get_msglevel() 100 pasemi_mac_ethtool_set_msglevel(struct net_device *netdev, in pasemi_mac_ethtool_set_msglevel() 109 pasemi_mac_ethtool_get_ringparam(struct net_device *netdev, in pasemi_mac_ethtool_get_ringparam() 120 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) in pasemi_mac_get_sset_count() 130 static void pasemi_mac_get_ethtool_stats(struct net_device *netdev, in pasemi_mac_get_ethtool_stats() 142 static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset, in pasemi_mac_get_strings()
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 178 static void xgbe_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in xgbe_get_strings() 197 static void xgbe_get_ethtool_stats(struct net_device *netdev, in xgbe_get_ethtool_stats() 215 static int xgbe_get_sset_count(struct net_device *netdev, int stringset) in xgbe_get_sset_count() 235 static void xgbe_get_pauseparam(struct net_device *netdev, in xgbe_get_pauseparam() 249 static int xgbe_set_pauseparam(struct net_device *netdev, in xgbe_set_pauseparam() 282 static int xgbe_get_settings(struct net_device *netdev, in xgbe_get_settings() 301 static int xgbe_set_settings(struct net_device *netdev, in xgbe_set_settings() 360 static void xgbe_get_drvinfo(struct net_device *netdev, in xgbe_get_drvinfo() 377 static int xgbe_get_coalesce(struct net_device *netdev, in xgbe_get_coalesce() 400 static int xgbe_set_coalesce(struct net_device *netdev, in xgbe_set_coalesce() [all …]
|
D | xgbe-dcb.c | 123 static int xgbe_dcb_ieee_getets(struct net_device *netdev, in xgbe_dcb_ieee_getets() 144 static int xgbe_dcb_ieee_setets(struct net_device *netdev, in xgbe_dcb_ieee_setets() 195 static int xgbe_dcb_ieee_getpfc(struct net_device *netdev, in xgbe_dcb_ieee_getpfc() 212 static int xgbe_dcb_ieee_setpfc(struct net_device *netdev, in xgbe_dcb_ieee_setpfc() 234 static u8 xgbe_dcb_getdcbx(struct net_device *netdev) in xgbe_dcb_getdcbx() 239 static u8 xgbe_dcb_setdcbx(struct net_device *netdev, u8 dcbx) in xgbe_dcb_setdcbx()
|
/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 135 static int nes_netdev_open(struct net_device *netdev) in nes_netdev_open() 276 static int nes_netdev_stop(struct net_device *netdev) in nes_netdev_stop() 359 static int nes_nic_send(struct sk_buff *skb, struct net_device *netdev) in nes_nic_send() 465 static int nes_netdev_start_xmit(struct sk_buff *skb, struct net_device *netdev) in nes_netdev_start_xmit() 700 static struct net_device_stats *nes_netdev_get_stats(struct net_device *netdev) in nes_netdev_get_stats() 791 static void nes_netdev_tx_timeout(struct net_device *netdev) in nes_netdev_tx_timeout() 803 static int nes_netdev_set_mac_address(struct net_device *netdev, void *p) in nes_netdev_set_mac_address() 858 static void nes_netdev_set_multicast_list(struct net_device *netdev) in nes_netdev_set_multicast_list() 986 static int nes_netdev_change_mtu(struct net_device *netdev, int new_mtu) in nes_netdev_change_mtu() 1099 static int nes_netdev_get_sset_count(struct net_device *netdev, int stringset) in nes_netdev_get_sset_count() [all …]
|
/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 137 static int igb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in igb_get_settings() 258 static int igb_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in igb_set_settings() 351 static u32 igb_get_link(struct net_device *netdev) in igb_get_link() 368 static void igb_get_pauseparam(struct net_device *netdev, in igb_get_pauseparam() 387 static int igb_set_pauseparam(struct net_device *netdev, in igb_set_pauseparam() 431 static u32 igb_get_msglevel(struct net_device *netdev) in igb_get_msglevel() 437 static void igb_set_msglevel(struct net_device *netdev, u32 data) in igb_set_msglevel() 443 static int igb_get_regs_len(struct net_device *netdev) in igb_get_regs_len() 449 static void igb_get_regs(struct net_device *netdev, in igb_get_regs() 709 static int igb_get_eeprom_len(struct net_device *netdev) in igb_get_eeprom_len() [all …]
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 227 static int i40e_get_settings(struct net_device *netdev, in i40e_get_settings() 448 static int i40e_set_settings(struct net_device *netdev, in i40e_set_settings() 594 static int i40e_nway_reset(struct net_device *netdev) in i40e_nway_reset() 617 static void i40e_get_pauseparam(struct net_device *netdev, in i40e_get_pauseparam() 644 static int i40e_set_pauseparam(struct net_device *netdev, in i40e_set_pauseparam() 725 static u32 i40e_get_msglevel(struct net_device *netdev) in i40e_get_msglevel() 733 static void i40e_set_msglevel(struct net_device *netdev, u32 data) in i40e_set_msglevel() 743 static int i40e_get_regs_len(struct net_device *netdev) in i40e_get_regs_len() 754 static void i40e_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in i40e_get_regs() 785 static int i40e_get_eeprom(struct net_device *netdev, in i40e_get_eeprom() [all …]
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 146 static u8 ixgbe_dcbnl_get_state(struct net_device *netdev) in ixgbe_dcbnl_get_state() 153 static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state) in ixgbe_dcbnl_set_state() 169 static void ixgbe_dcbnl_get_perm_hw_addr(struct net_device *netdev, in ixgbe_dcbnl_get_perm_hw_addr() 191 static void ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_tx() 209 static void ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_tx() 217 static void ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_rx() 235 static void ixgbe_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_rx() 243 static void ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_tx() 255 static void ixgbe_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_get_pg_bwg_cfg_tx() 263 static void ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_rx() [all …]
|
/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 95 struct net_device *netdev = fcoe_get_netdev(lport); in fcoe_link_speed_update() local 159 struct net_device *netdev) in __fcoe_get_lesb() 194 struct net_device *netdev = fcoe_get_netdev(lport); in fcoe_get_lesb() local 209 struct net_device *netdev = fcoe_get_netdev(fip->lp); in fcoe_ctlr_get_lesb() local 279 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in fcoe_get_wwn() 497 static struct fcoe_transport *fcoe_transport_lookup(struct net_device *netdev) in fcoe_transport_lookup() 621 static int fcoe_add_netdev_mapping(struct net_device *netdev, in fcoe_add_netdev_mapping() 642 static void fcoe_del_netdev_mapping(struct net_device *netdev) in fcoe_del_netdev_mapping() 668 static struct fcoe_transport *fcoe_netdev_map_lookup(struct net_device *netdev) in fcoe_netdev_map_lookup() 720 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in libfcoe_device_notification() local [all …]
|
/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 120 static int e1000_get_settings(struct net_device *netdev, in e1000_get_settings() 257 static int e1000_set_settings(struct net_device *netdev, in e1000_set_settings() 342 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam() 361 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam() 412 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel() 418 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel() 424 static int e1000_get_regs_len(struct net_device __always_unused *netdev) in e1000_get_regs_len() 430 static void e1000_get_regs(struct net_device *netdev, in e1000_get_regs() 488 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len() 494 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom() [all …]
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 105 static int e1000_get_settings(struct net_device *netdev, in e1000_get_settings() 187 static int e1000_set_settings(struct net_device *netdev, in e1000_set_settings() 251 static u32 e1000_get_link(struct net_device *netdev) in e1000_get_link() 267 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam() 286 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam() 324 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel() 331 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel() 338 static int e1000_get_regs_len(struct net_device *netdev) in e1000_get_regs_len() 344 static void e1000_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in e1000_get_regs() 432 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len() [all …]
|
/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 134 static void atl2_set_multi(struct net_device *netdev) in atl2_set_multi() 374 static void atl2_vlan_mode(struct net_device *netdev, in atl2_vlan_mode() 394 static netdev_features_t atl2_fix_features(struct net_device *netdev, in atl2_fix_features() 409 static int atl2_set_features(struct net_device *netdev, in atl2_set_features() 422 struct net_device *netdev = adapter->netdev; in atl2_intr_rx() local 484 struct net_device *netdev = adapter->netdev; in atl2_intr_tx() local 569 struct net_device *netdev = adapter->netdev; in atl2_check_for_link() local 661 struct net_device *netdev = adapter->netdev; in atl2_request_irq() local 702 static int atl2_open(struct net_device *netdev) in atl2_open() 761 struct net_device *netdev = adapter->netdev; in atl2_down() local [all …]
|