/Linux-v6.6/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 119 struct net_device *netdev = fcoe_get_netdev(lport); in fcoe_link_speed_update() local 171 struct net_device *netdev) in __fcoe_get_lesb() 206 struct net_device *netdev = fcoe_get_netdev(lport); in fcoe_get_lesb() local 221 struct net_device *netdev = fcoe_get_netdev(fip->lp); in fcoe_ctlr_get_lesb() local 291 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in fcoe_get_wwn() 512 static struct fcoe_transport *fcoe_transport_lookup(struct net_device *netdev) in fcoe_transport_lookup() 636 static int fcoe_add_netdev_mapping(struct net_device *netdev, in fcoe_add_netdev_mapping() 657 static void fcoe_del_netdev_mapping(struct net_device *netdev) in fcoe_del_netdev_mapping() 684 static struct fcoe_transport *fcoe_netdev_map_lookup(struct net_device *netdev) in fcoe_netdev_map_lookup() 736 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in libfcoe_device_notification() local [all …]
|
D | fcoe.c | 292 struct net_device *netdev) in fcoe_interface_setup() 379 static struct fcoe_interface *fcoe_interface_create(struct net_device *netdev, in fcoe_interface_create() 443 struct net_device *netdev = fcoe->netdev; in fcoe_interface_remove() local 487 struct net_device *netdev = fcoe->netdev; in fcoe_interface_cleanup() local 508 static int fcoe_fip_recv(struct sk_buff *skb, struct net_device *netdev, in fcoe_fip_recv() 531 static int fcoe_fip_vlan_recv(struct sk_buff *skb, struct net_device *netdev, in fcoe_fip_vlan_recv() 652 struct net_device *netdev) in fcoe_netdev_features_change() 700 static int fcoe_netdev_config(struct fc_lport *lport, struct net_device *netdev) in fcoe_netdev_config() 806 static void fcoe_fdmi_info(struct fc_lport *lport, struct net_device *netdev) in fcoe_fdmi_info() 1005 struct net_device *netdev = fcoe->netdev; in fcoe_if_destroy() local [all …]
|
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/ |
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() 210 static int xgbe_dcb_ieee_getpfc(struct net_device *netdev, in xgbe_dcb_ieee_getpfc() 227 static int xgbe_dcb_ieee_setpfc(struct net_device *netdev, in xgbe_dcb_ieee_setpfc() 257 static u8 xgbe_dcb_getdcbx(struct net_device *netdev) in xgbe_dcb_getdcbx() 262 static u8 xgbe_dcb_setdcbx(struct net_device *netdev, u8 dcbx) in xgbe_dcb_setdcbx()
|
/Linux-v6.6/drivers/net/ethernet/faraday/ |
D | ftgmac100.c | 84 struct net_device *netdev; member 116 struct net_device *netdev = priv->netdev; in ftgmac100_reset_mac() local 368 static void ftgmac100_set_rx_mode(struct net_device *netdev) in ftgmac100_set_rx_mode() 390 struct net_device *netdev = priv->netdev; in ftgmac100_alloc_rx_buf() local 440 struct net_device *netdev = priv->netdev; in ftgmac100_rx_packet_error() local 456 struct net_device *netdev = priv->netdev; in ftgmac100_rx_packet() local 640 struct net_device *netdev = priv->netdev; in ftgmac100_tx_complete_packet() local 666 struct net_device *netdev = priv->netdev; in ftgmac100_tx_complete() local 709 struct net_device *netdev) in ftgmac100_hard_start_xmit() 1000 struct net_device *netdev = bus->priv; in ftgmac100_mdiobus_read() local [all …]
|
/Linux-v6.6/drivers/net/ethernet/pasemi/ |
D | pasemi_mac_ethtool.c | 55 pasemi_mac_ethtool_get_msglevel(struct net_device *netdev) in pasemi_mac_ethtool_get_msglevel() 62 pasemi_mac_ethtool_set_msglevel(struct net_device *netdev, in pasemi_mac_ethtool_set_msglevel() 71 pasemi_mac_ethtool_get_ringparam(struct net_device *netdev, in pasemi_mac_ethtool_get_ringparam() 84 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) in pasemi_mac_get_sset_count() 94 static void pasemi_mac_get_ethtool_stats(struct net_device *netdev, in pasemi_mac_get_ethtool_stats() 106 static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset, in pasemi_mac_get_strings()
|
/Linux-v6.6/drivers/net/ethernet/cavium/liquidio/ |
D | lio_ethtool.c | 215 static int lio_get_link_ksettings(struct net_device *netdev, in lio_get_link_ksettings() 394 static int lio_set_link_ksettings(struct net_device *netdev, in lio_set_link_ksettings() 436 lio_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in lio_get_drvinfo() 452 lio_get_vf_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in lio_get_vf_drvinfo() 468 lio_send_queue_count_update(struct net_device *netdev, uint32_t num_queues) in lio_send_queue_count_update() 666 static int lio_get_eeprom_len(struct net_device *netdev) in lio_get_eeprom_len() 683 lio_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, in lio_get_eeprom() 703 static int octnet_gpio_access(struct net_device *netdev, int addr, int val) in octnet_gpio_access() 730 static int octnet_id_active(struct net_device *netdev, int val) in octnet_id_active() 828 static int lio_set_phys_id(struct net_device *netdev, in lio_set_phys_id() [all …]
|
D | lio_vf_main.c | 261 static void print_link_info(struct net_device *netdev) in print_link_info() 301 static int setup_link_status_change_wq(struct net_device *netdev) in setup_link_status_change_wq() 319 static void cleanup_link_status_change_wq(struct net_device *netdev) in cleanup_link_status_change_wq() 337 static void update_link_status(struct net_device *netdev, in update_link_status() 659 struct net_device *netdev = oct->props[ifidx].netdev; in liquidio_destroy_nic_device() local 905 static int liquidio_open(struct net_device *netdev) in liquidio_open() 951 static int liquidio_stop(struct net_device *netdev) in liquidio_stop() 1006 static enum octnet_ifflags get_new_flags(struct net_device *netdev) in get_new_flags() 1032 static void liquidio_set_uc_list(struct net_device *netdev) in liquidio_set_uc_list() 1072 static void liquidio_set_mcast_list(struct net_device *netdev) in liquidio_set_mcast_list() [all …]
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/ |
D | nfp_port.c | 14 struct nfp_port *nfp_port_from_netdev(struct net_device *netdev) in nfp_port_from_netdev() 33 int nfp_port_get_port_parent_id(struct net_device *netdev, in nfp_port_get_port_parent_id() 49 int nfp_port_setup_tc(struct net_device *netdev, enum tc_setup_type type, in nfp_port_setup_tc() 61 int nfp_port_set_features(struct net_device *netdev, netdev_features_t features) in nfp_port_set_features() 101 nfp_port_get_phys_port_name(struct net_device *netdev, char *name, size_t len) in nfp_port_get_phys_port_name() 155 int nfp_port_configure(struct net_device *netdev, bool configed) in nfp_port_configure() 202 struct net_device *netdev) in nfp_port_alloc()
|
/Linux-v6.6/drivers/net/ethernet/micrel/ |
D | ks8842.c | 157 struct net_device *netdev; member 257 static void ks8842_update_link_status(struct net_device *netdev, in ks8842_update_link_status() 421 static int ks8842_tx_frame_dma(struct sk_buff *skb, struct net_device *netdev) in ks8842_tx_frame_dma() 467 static int ks8842_tx_frame(struct sk_buff *skb, struct net_device *netdev) in ks8842_tx_frame() 518 static void ks8842_update_rx_err_counters(struct net_device *netdev, u32 status) in ks8842_update_rx_err_counters() 531 static void ks8842_update_rx_counters(struct net_device *netdev, u32 status, in ks8842_update_rx_counters() 542 static int __ks8842_start_new_rx_dma(struct net_device *netdev) in __ks8842_start_new_rx_dma() 595 struct net_device *netdev = adapter->netdev; in ks8842_rx_frame_dma_tasklet() local 632 static void ks8842_rx_frame(struct net_device *netdev, in ks8842_rx_frame() 696 static void ks8842_handle_rx(struct net_device *netdev, in ks8842_handle_rx() [all …]
|
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_sriov.h | 80 ice_set_vf_mac(struct net_device __always_unused *netdev, in ice_set_vf_mac() 87 ice_get_vf_cfg(struct net_device __always_unused *netdev, in ice_get_vf_cfg() 95 ice_set_vf_trust(struct net_device __always_unused *netdev, in ice_set_vf_trust() 102 ice_set_vf_port_vlan(struct net_device __always_unused *netdev, in ice_set_vf_port_vlan() 110 ice_set_vf_spoofchk(struct net_device __always_unused *netdev, in ice_set_vf_spoofchk() 117 ice_set_vf_link_state(struct net_device __always_unused *netdev, in ice_set_vf_link_state() 124 ice_set_vf_bw(struct net_device __always_unused *netdev, in ice_set_vf_bw() 139 ice_get_vf_stats(struct net_device __always_unused *netdev, in ice_get_vf_stats()
|
/Linux-v6.6/drivers/net/ipa/ |
D | ipa_modem.c | 50 static int ipa_open(struct net_device *netdev) in ipa_open() 86 static int ipa_stop(struct net_device *netdev) in ipa_stop() 118 ipa_start_xmit(struct sk_buff *skb, struct net_device *netdev) in ipa_start_xmit() 182 void ipa_modem_skb_rx(struct net_device *netdev, struct sk_buff *skb) in ipa_modem_skb_rx() 205 static void ipa_modem_netdev_setup(struct net_device *netdev) in ipa_modem_netdev_setup() 234 void ipa_modem_suspend(struct net_device *netdev) in ipa_modem_suspend() 269 void ipa_modem_resume(struct net_device *netdev) in ipa_modem_resume() 287 struct net_device *netdev; in ipa_modem_start() local 334 struct net_device *netdev = ipa->modem_netdev; in ipa_modem_stop() local
|
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 213 static int ixgbe_get_link_ksettings(struct net_device *netdev, in ixgbe_get_link_ksettings() 456 static int ixgbe_set_link_ksettings(struct net_device *netdev, in ixgbe_set_link_ksettings() 533 static void ixgbe_get_pause_stats(struct net_device *netdev, in ixgbe_get_pause_stats() 543 static void ixgbe_get_pauseparam(struct net_device *netdev, in ixgbe_get_pauseparam() 565 static int ixgbe_set_pauseparam(struct net_device *netdev, in ixgbe_set_pauseparam() 605 static u32 ixgbe_get_msglevel(struct net_device *netdev) in ixgbe_get_msglevel() 611 static void ixgbe_set_msglevel(struct net_device *netdev, u32 data) in ixgbe_set_msglevel() 617 static int ixgbe_get_regs_len(struct net_device *netdev) in ixgbe_get_regs_len() 625 static void ixgbe_get_regs(struct net_device *netdev, in ixgbe_get_regs() 992 static int ixgbe_get_eeprom_len(struct net_device *netdev) in ixgbe_get_eeprom_len() [all …]
|
/Linux-v6.6/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 543 struct net_device *netdev; in gelic_card_release_tx_chain() local 594 void gelic_net_set_multi(struct net_device *netdev) in gelic_net_set_multi() 654 int gelic_net_stop(struct net_device *netdev) in gelic_net_stop() 838 netdev_tx_t gelic_net_xmit(struct sk_buff *skb, struct net_device *netdev) in gelic_net_xmit() 911 struct net_device *netdev) in gelic_net_pass_skb_up() 973 struct net_device *netdev = NULL; in gelic_card_decode_one_descr() local 1156 void gelic_net_poll_controller(struct net_device *netdev) in gelic_net_poll_controller() 1175 int gelic_net_open(struct net_device *netdev) in gelic_net_open() 1190 void gelic_net_get_drvinfo(struct net_device *netdev, in gelic_net_get_drvinfo() 1197 static int gelic_ether_get_link_ksettings(struct net_device *netdev, in gelic_ether_get_link_ksettings() [all …]
|
D | ps3_gelic_wireless.c | 231 static u32 gelic_wl_get_link(struct net_device *netdev) in gelic_wl_get_link() 295 static int gelic_wl_get_range(struct net_device *netdev, in gelic_wl_get_range() 365 static int gelic_wl_set_scan(struct net_device *netdev, in gelic_wl_set_scan() 562 static char *gelic_wl_translate_scan(struct net_device *netdev, in gelic_wl_translate_scan() 694 static int gelic_wl_get_scan(struct net_device *netdev, in gelic_wl_get_scan() 769 static int gelic_wl_set_auth(struct net_device *netdev, in gelic_wl_set_auth() 894 static int gelic_wl_get_auth(struct net_device *netdev, in gelic_wl_get_auth() 947 static int gelic_wl_set_essid(struct net_device *netdev, in gelic_wl_set_essid() 978 static int gelic_wl_get_essid(struct net_device *netdev, in gelic_wl_get_essid() 1004 static int gelic_wl_set_encode(struct net_device *netdev, in gelic_wl_set_encode() [all …]
|
/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_main.c | 143 struct net_device *netdev = wx->netdev; in txgbe_request_msix_irqs() local 187 struct net_device *netdev = wx->netdev; in txgbe_request_irq() local 208 struct net_device *netdev = wx->netdev; in txgbe_up_complete() local 233 struct net_device *netdev = wx->netdev; in txgbe_reset() local 250 struct net_device *netdev = wx->netdev; in txgbe_disable_device() local 403 static int txgbe_open(struct net_device *netdev) in txgbe_open() 465 static int txgbe_close(struct net_device *netdev) in txgbe_close() 480 struct net_device *netdev; in txgbe_dev_shutdown() local 533 struct net_device *netdev; in txgbe_probe() local 776 struct net_device *netdev; in txgbe_remove() local
|
/Linux-v6.6/drivers/net/ethernet/amazon/ena/ |
D | ena_ethtool.c | 210 static void ena_get_ethtool_stats(struct net_device *netdev, in ena_get_ethtool_stats() 234 int ena_get_sset_count(struct net_device *netdev, int sset) in ena_get_sset_count() 316 static void ena_get_ethtool_strings(struct net_device *netdev, in ena_get_ethtool_strings() 330 static int ena_get_link_ksettings(struct net_device *netdev, in ena_get_link_ksettings() 446 static u32 ena_get_msglevel(struct net_device *netdev) in ena_get_msglevel() 453 static void ena_set_msglevel(struct net_device *netdev, u32 value) in ena_set_msglevel() 470 static void ena_get_ringparam(struct net_device *netdev, in ena_get_ringparam() 498 static int ena_set_ringparam(struct net_device *netdev, in ena_set_ringparam() 701 static int ena_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *info) in ena_set_rxnfc() 721 static int ena_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *info, in ena_get_rxnfc() [all …]
|
/Linux-v6.6/drivers/net/ethernet/qualcomm/emac/ |
D | emac.c | 118 struct net_device *netdev) in emac_start_xmit() 174 static int emac_set_features(struct net_device *netdev, in emac_set_features() 198 static void emac_rx_mode_set(struct net_device *netdev) in emac_rx_mode_set() 212 static int emac_change_mtu(struct net_device *netdev, int new_mtu) in emac_change_mtu() 228 static int emac_open(struct net_device *netdev) in emac_open() 267 static int emac_close(struct net_device *netdev) in emac_close() 285 static void emac_tx_timeout(struct net_device *netdev, unsigned int txqueue) in emac_tx_timeout() 334 static void emac_get_stats64(struct net_device *netdev, in emac_get_stats64() 546 struct net_device *netdev = adpt->netdev; in emac_probe_resources() local 594 struct net_device *netdev; in emac_probe() local [all …]
|
/Linux-v6.6/drivers/net/ethernet/litex/ |
D | litex_liteeth.c | 42 struct net_device *netdev; member 57 static int liteeth_rx(struct net_device *netdev) in liteeth_rx() 94 struct net_device *netdev = dev_id; in liteeth_interrupt() local 114 static int liteeth_open(struct net_device *netdev) in liteeth_open() 139 static int liteeth_stop(struct net_device *netdev) in liteeth_stop() 155 struct net_device *netdev) in liteeth_start_xmit() 196 liteeth_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) in liteeth_get_stats64() 235 struct net_device *netdev; in liteeth_probe() local 299 struct net_device *netdev = platform_get_drvdata(pdev); in liteeth_remove() local
|
/Linux-v6.6/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 254 struct net_device *netdev = adapter->netdev; in atl1c_check_link_status() local 307 struct net_device *netdev = adapter->netdev; in atl1c_link_chg_event() local 334 struct net_device *netdev; in atl1c_common_task() local 369 static void atl1c_tx_timeout(struct net_device *netdev, unsigned int txqueue) in atl1c_tx_timeout() 387 static void atl1c_set_multi(struct net_device *netdev) in atl1c_set_multi() 431 static void atl1c_vlan_mode(struct net_device *netdev, in atl1c_vlan_mode() 464 static int atl1c_set_mac_addr(struct net_device *netdev, void *p) in atl1c_set_mac_addr() 497 static netdev_features_t atl1c_fix_features(struct net_device *netdev, in atl1c_fix_features() 520 static int atl1c_set_features(struct net_device *netdev, in atl1c_set_features() 531 static void atl1c_set_max_mtu(struct net_device *netdev) in atl1c_set_max_mtu() [all …]
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
D | bond.c | 21 struct net_device *netdev; member 54 const struct net_device *netdev) in mlx5e_lookup_rep_bond_slave_entry() 80 int mlx5e_rep_bond_enslave(struct mlx5_eswitch *esw, struct net_device *netdev, in mlx5e_rep_bond_enslave() 145 const struct net_device *netdev, in mlx5e_rep_bond_unslave() 184 static bool mlx5e_rep_is_lag_netdev(struct net_device *netdev) in mlx5e_rep_is_lag_netdev() 189 static void mlx5e_rep_changelowerstate_event(struct net_device *netdev, void *ptr) in mlx5e_rep_changelowerstate_event() 248 static void mlx5e_rep_changeupper_event(struct net_device *netdev, void *ptr) in mlx5e_rep_changeupper_event() 278 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in mlx5e_rep_esw_bond_netevent() local 310 struct net_device *netdev = rpriv->netdev; in mlx5e_rep_bond_init() local
|
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_main.c | 241 struct net_device *netdev = wx->netdev; in ngbe_request_msix_irqs() local 293 struct net_device *netdev = wx->netdev; in ngbe_request_irq() local 314 struct net_device *netdev = wx->netdev; in ngbe_disable_device() local 374 static int ngbe_open(struct net_device *netdev) in ngbe_open() 426 static int ngbe_close(struct net_device *netdev) in ngbe_close() 442 struct net_device *netdev; in ngbe_dev_shutdown() local 511 struct net_device *netdev; in ngbe_probe() local 713 struct net_device *netdev; in ngbe_remove() local 738 struct net_device *netdev; in ngbe_resume() local
|
/Linux-v6.6/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 119 static int nicvf_get_link_ksettings(struct net_device *netdev, in nicvf_get_link_ksettings() 182 static u32 nicvf_get_link(struct net_device *netdev) in nicvf_get_link() 189 static void nicvf_get_drvinfo(struct net_device *netdev, in nicvf_get_drvinfo() 198 static u32 nicvf_get_msglevel(struct net_device *netdev) in nicvf_get_msglevel() 205 static void nicvf_set_msglevel(struct net_device *netdev, u32 lvl) in nicvf_set_msglevel() 234 static void nicvf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in nicvf_get_strings() 272 static int nicvf_get_sset_count(struct net_device *netdev, int sset) in nicvf_get_sset_count() 321 static void nicvf_get_ethtool_stats(struct net_device *netdev, in nicvf_get_ethtool_stats() 458 static int nicvf_get_coalesce(struct net_device *netdev, in nicvf_get_coalesce() 469 static void nicvf_get_ringparam(struct net_device *netdev, in nicvf_get_ringparam() [all …]
|
/Linux-v6.6/drivers/net/fjes/ |
D | fjes_main.c | 169 struct net_device *netdev = adapter->netdev; in fjes_setup_resources() local 390 struct net_device *netdev = adapter->netdev; in fjes_request_irq() local 429 struct net_device *netdev = adapter->netdev; in fjes_free_resources() local 484 static int fjes_open(struct net_device *netdev) in fjes_open() 525 static int fjes_close(struct net_device *netdev) in fjes_close() 591 fjes_xmit_frame(struct sk_buff *skb, struct net_device *netdev) in fjes_xmit_frame() 764 fjes_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) in fjes_get_stats64() 771 static int fjes_change_mtu(struct net_device *netdev, int new_mtu) in fjes_change_mtu() 840 static void fjes_tx_retry(struct net_device *netdev, unsigned int txqueue) in fjes_tx_retry() 847 static int fjes_vlan_rx_add_vid(struct net_device *netdev, in fjes_vlan_rx_add_vid() [all …]
|
/Linux-v6.6/drivers/net/can/usb/etas_es58x/ |
D | es58x_core.c | 175 static void es58x_set_skb_timestamp(struct net_device *netdev, in es58x_set_skb_timestamp() 259 static bool es58x_is_can_state_active(struct net_device *netdev) in es58x_is_can_state_active() 294 static void es58x_can_free_echo_skb_tail(struct net_device *netdev) in es58x_can_free_echo_skb_tail() 320 static int es58x_can_get_echo_skb_recovery(struct net_device *netdev, in es58x_can_get_echo_skb_recovery() 382 int es58x_can_get_echo_skb(struct net_device *netdev, u32 rcv_packet_idx, in es58x_can_get_echo_skb() 471 static void es58x_can_reset_echo_fifo(struct net_device *netdev) in es58x_can_reset_echo_fifo() 492 static void es58x_flush_pending_tx_msg(struct net_device *netdev) in es58x_flush_pending_tx_msg() 533 int es58x_tx_ack_msg(struct net_device *netdev, u16 tx_free_entries, in es58x_tx_ack_msg() 569 int es58x_rx_can_msg(struct net_device *netdev, u64 timestamp, const u8 *data, in es58x_rx_can_msg() 658 int es58x_rx_err_msg(struct net_device *netdev, enum es58x_err error, in es58x_rx_err_msg() [all …]
|
/Linux-v6.6/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 577 static void lan743x_ethtool_get_drvinfo(struct net_device *netdev, in lan743x_ethtool_get_drvinfo() 587 static u32 lan743x_ethtool_get_msglevel(struct net_device *netdev) in lan743x_ethtool_get_msglevel() 594 static void lan743x_ethtool_set_msglevel(struct net_device *netdev, in lan743x_ethtool_set_msglevel() 602 static int lan743x_ethtool_get_eeprom_len(struct net_device *netdev) in lan743x_ethtool_get_eeprom_len() 612 static int lan743x_ethtool_get_eeprom(struct net_device *netdev, in lan743x_ethtool_get_eeprom() 637 static int lan743x_ethtool_set_eeprom(struct net_device *netdev, in lan743x_ethtool_set_eeprom() 801 static void lan743x_ethtool_get_strings(struct net_device *netdev, in lan743x_ethtool_get_strings() 832 static void lan743x_ethtool_get_ethtool_stats(struct net_device *netdev, in lan743x_ethtool_get_ethtool_stats() 863 static u32 lan743x_ethtool_get_priv_flags(struct net_device *netdev) in lan743x_ethtool_get_priv_flags() 870 static int lan743x_ethtool_set_priv_flags(struct net_device *netdev, u32 flags) in lan743x_ethtool_set_priv_flags() [all …]
|