Home
last modified time | relevance | path

Searched defs:netdev (Results 26 – 50 of 639) sorted by relevance

12345678910>>...26

/Linux-v6.6/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c255 static int hinic_get_link_ksettings(struct net_device *netdev, in hinic_get_link_ksettings()
368 struct net_device *netdev = nic_dev->netdev; in hinic_is_speed_legal() local
463 struct net_device *netdev = nic_dev->netdev; in hinic_set_settings_to_hw() local
502 static int set_link_settings(struct net_device *netdev, u8 autoneg, u32 speed) in set_link_settings()
521 static int hinic_set_link_ksettings(struct net_device *netdev, const struct in hinic_set_link_ksettings()
529 static void hinic_get_drvinfo(struct net_device *netdev, in hinic_get_drvinfo()
548 static void hinic_get_ringparam(struct net_device *netdev, in hinic_get_ringparam()
583 static int hinic_set_ringparam(struct net_device *netdev, in hinic_set_ringparam()
631 static int __hinic_get_coalesce(struct net_device *netdev, in __hinic_get_coalesce()
683 struct net_device *netdev = nic_dev->netdev; in set_queue_coalesce() local
[all …]
Dhinic_main.c132 struct net_device *netdev = nic_dev->netdev; in create_txqs() local
203 struct net_device *netdev = nic_dev->netdev; in free_txqs() local
228 struct net_device *netdev = nic_dev->netdev; in create_rxqs() local
281 struct net_device *netdev = nic_dev->netdev; in free_rxqs() local
363 struct net_device *netdev = nic_dev->netdev; in hinic_enable_rss() local
415 int hinic_open(struct net_device *netdev) in hinic_open()
533 int hinic_close(struct net_device *netdev) in hinic_close()
573 static int hinic_change_mtu(struct net_device *netdev, int new_mtu) in hinic_change_mtu()
596 static int change_mac_addr(struct net_device *netdev, const u8 *addr) in change_mac_addr()
631 static int hinic_set_mac_addr(struct net_device *netdev, void *addr) in hinic_set_mac_addr()
[all …]
/Linux-v6.6/drivers/net/ethernet/google/gve/
Dgve_ethtool.c13 static void gve_get_drvinfo(struct net_device *netdev, in gve_get_drvinfo()
23 static void gve_set_msglevel(struct net_device *netdev, u32 value) in gve_set_msglevel()
30 static u32 gve_get_msglevel(struct net_device *netdev) in gve_get_msglevel()
89 static void gve_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in gve_get_strings()
135 static int gve_get_sset_count(struct net_device *netdev, int sset) in gve_get_sset_count()
154 gve_get_ethtool_stats(struct net_device *netdev, in gve_get_ethtool_stats()
420 static void gve_get_channels(struct net_device *netdev, in gve_get_channels()
435 static int gve_set_channels(struct net_device *netdev, in gve_set_channels()
472 static void gve_get_ringparam(struct net_device *netdev, in gve_get_ringparam()
485 static int gve_user_reset(struct net_device *netdev, u32 *flags) in gve_user_reset()
[all …]
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c273 static int iavf_get_link_ksettings(struct net_device *netdev, in iavf_get_link_ksettings()
332 static int iavf_get_sset_count(struct net_device *netdev, int sset) in iavf_get_sset_count()
358 static void iavf_get_ethtool_stats(struct net_device *netdev, in iavf_get_ethtool_stats()
394 static void iavf_get_priv_flag_strings(struct net_device *netdev, u8 *data) in iavf_get_priv_flag_strings()
412 static void iavf_get_stat_strings(struct net_device *netdev, u8 *data) in iavf_get_stat_strings()
437 static void iavf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in iavf_get_strings()
461 static u32 iavf_get_priv_flags(struct net_device *netdev) in iavf_get_priv_flags()
483 static int iavf_set_priv_flags(struct net_device *netdev, u32 flags) in iavf_set_priv_flags()
551 static u32 iavf_get_msglevel(struct net_device *netdev) in iavf_get_msglevel()
566 static void iavf_set_msglevel(struct net_device *netdev, u32 data) in iavf_set_msglevel()
[all …]
/Linux-v6.6/drivers/net/ethernet/intel/e1000e/
Dethtool.c110 static int e1000_get_link_ksettings(struct net_device *netdev, in e1000_get_link_ksettings()
266 static int e1000_set_link_ksettings(struct net_device *netdev, in e1000_set_link_ksettings()
355 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
374 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
425 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
431 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
437 static int e1000_get_regs_len(struct net_device __always_unused *netdev) in e1000_get_regs_len()
443 static void e1000_get_regs(struct net_device *netdev, in e1000_get_regs()
502 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
508 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
[all …]
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c82 static int ixgbevf_get_link_ksettings(struct net_device *netdev, in ixgbevf_get_link_ksettings()
117 static u32 ixgbevf_get_msglevel(struct net_device *netdev) in ixgbevf_get_msglevel()
124 static void ixgbevf_set_msglevel(struct net_device *netdev, u32 data) in ixgbevf_set_msglevel()
131 static int ixgbevf_get_regs_len(struct net_device *netdev) in ixgbevf_get_regs_len()
137 static void ixgbevf_get_regs(struct net_device *netdev, in ixgbevf_get_regs()
211 static void ixgbevf_get_drvinfo(struct net_device *netdev, in ixgbevf_get_drvinfo()
223 static void ixgbevf_get_ringparam(struct net_device *netdev, in ixgbevf_get_ringparam()
236 static int ixgbevf_set_ringparam(struct net_device *netdev, in ixgbevf_set_ringparam()
405 static int ixgbevf_get_sset_count(struct net_device *netdev, int stringset) in ixgbevf_get_sset_count()
419 static void ixgbevf_get_ethtool_stats(struct net_device *netdev, in ixgbevf_get_ethtool_stats()
[all …]
/Linux-v6.6/drivers/net/ethernet/atheros/alx/
Dethtool.c128 static int alx_get_link_ksettings(struct net_device *netdev, in alx_get_link_ksettings()
179 static int alx_set_link_ksettings(struct net_device *netdev, in alx_set_link_ksettings()
212 static void alx_get_pauseparam(struct net_device *netdev, in alx_get_pauseparam()
227 static int alx_set_pauseparam(struct net_device *netdev, in alx_set_pauseparam()
272 static u32 alx_get_msglevel(struct net_device *netdev) in alx_get_msglevel()
279 static void alx_set_msglevel(struct net_device *netdev, u32 data) in alx_set_msglevel()
286 static void alx_get_ethtool_stats(struct net_device *netdev, in alx_get_ethtool_stats()
301 static void alx_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) in alx_get_strings()
313 static int alx_get_sset_count(struct net_device *netdev, int sset) in alx_get_sset_count()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c74 static void otx2_get_drvinfo(struct net_device *netdev, in otx2_get_drvinfo()
110 static void otx2_get_strings(struct net_device *netdev, u32 sset, u8 *data) in otx2_get_strings()
198 static void otx2_get_ethtool_stats(struct net_device *netdev, in otx2_get_ethtool_stats()
254 static int otx2_get_sset_count(struct net_device *netdev, int sset) in otx2_get_sset_count()
328 static void otx2_get_pauseparam(struct net_device *netdev, in otx2_get_pauseparam()
349 static int otx2_set_pauseparam(struct net_device *netdev, in otx2_set_pauseparam()
373 static void otx2_get_ringparam(struct net_device *netdev, in otx2_get_ringparam()
389 static int otx2_set_ringparam(struct net_device *netdev, in otx2_set_ringparam()
457 static int otx2_get_coalesce(struct net_device *netdev, in otx2_get_coalesce()
481 static int otx2_set_coalesce(struct net_device *netdev, in otx2_set_coalesce()
[all …]
/Linux-v6.6/drivers/net/ethernet/faraday/
Dftmac100.c66 struct net_device *netdev; member
116 struct net_device *netdev = priv->netdev; in ftmac100_reset() local
169 struct net_device *netdev = priv->netdev; in ftmac100_set_rx_bits() local
197 struct net_device *netdev = priv->netdev; in ftmac100_start_hw() local
359 struct net_device *netdev = priv->netdev; in ftmac100_rx_packet_error() local
402 struct net_device *netdev = priv->netdev; in ftmac100_rx_drop_packet() local
423 struct net_device *netdev = priv->netdev; in ftmac100_rx_packet() local
612 struct net_device *netdev = priv->netdev; in ftmac100_tx_complete_packet() local
664 struct net_device *netdev = priv->netdev; in ftmac100_xmit() local
699 struct net_device *netdev = priv->netdev; in ftmac100_alloc_rx_page() local
[all …]
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxbf_gige/
Dmlxbf_gige_ethtool.c14 static int mlxbf_gige_get_regs_len(struct net_device *netdev) in mlxbf_gige_get_regs_len()
19 static void mlxbf_gige_get_regs(struct net_device *netdev, in mlxbf_gige_get_regs()
35 mlxbf_gige_get_ringparam(struct net_device *netdev, in mlxbf_gige_get_ringparam()
65 static int mlxbf_gige_get_sset_count(struct net_device *netdev, int stringset) in mlxbf_gige_get_sset_count()
72 static void mlxbf_gige_get_strings(struct net_device *netdev, u32 stringset, in mlxbf_gige_get_strings()
81 static void mlxbf_gige_get_ethtool_stats(struct net_device *netdev, in mlxbf_gige_get_ethtool_stats()
119 static void mlxbf_gige_get_pauseparam(struct net_device *netdev, in mlxbf_gige_get_pauseparam()
/Linux-v6.6/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c148 struct net_device *netdev = adapter->netdev; in atl1e_check_link() local
212 struct net_device *netdev = adapter->netdev; in atl1e_link_chg_event() local
249 static void atl1e_tx_timeout(struct net_device *netdev, unsigned int txqueue) in atl1e_tx_timeout()
266 static void atl1e_set_multi(struct net_device *netdev) in atl1e_set_multi()
311 static void atl1e_rx_mode(struct net_device *netdev, in atl1e_rx_mode()
338 static void atl1e_vlan_mode(struct net_device *netdev, in atl1e_vlan_mode()
366 static int atl1e_set_mac_addr(struct net_device *netdev, void *p) in atl1e_set_mac_addr()
385 static netdev_features_t atl1e_fix_features(struct net_device *netdev, in atl1e_fix_features()
400 static int atl1e_set_features(struct net_device *netdev, in atl1e_set_features()
422 static int atl1e_change_mtu(struct net_device *netdev, int new_mtu) in atl1e_change_mtu()
[all …]
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c119 static u8 ixgbe_dcbnl_get_state(struct net_device *netdev) in ixgbe_dcbnl_get_state()
126 static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state) in ixgbe_dcbnl_set_state()
142 static void ixgbe_dcbnl_get_perm_hw_addr(struct net_device *netdev, in ixgbe_dcbnl_get_perm_hw_addr()
165 static void ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_tx()
183 static void ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
191 static void ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_rx()
209 static void ixgbe_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
217 static void ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_tx()
229 static void ixgbe_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_get_pg_bwg_cfg_tx()
237 static void ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_rx()
[all …]
/Linux-v6.6/drivers/net/ethernet/cortina/
Dgemini.c108 struct net_device *netdev; member
224 static void gmac_update_config0_reg(struct net_device *netdev, in gmac_update_config0_reg()
240 static void gmac_enable_tx_rx(struct net_device *netdev) in gmac_enable_tx_rx()
255 static void gmac_disable_tx_rx(struct net_device *netdev) in gmac_disable_tx_rx()
272 static void gmac_set_flow_control(struct net_device *netdev, bool tx, bool rx) in gmac_set_flow_control()
291 static void gmac_speed_set(struct net_device *netdev) in gmac_speed_set()
361 static int gmac_setup_phy(struct net_device *netdev) in gmac_setup_phy()
465 static int gmac_init(struct net_device *netdev) in gmac_init()
545 static int gmac_setup_txqs(struct net_device *netdev) in gmac_setup_txqs()
603 static void gmac_clean_txq(struct net_device *netdev, struct gmac_txq *txq, in gmac_clean_txq()
[all …]
/Linux-v6.6/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c92 static int enic_get_ksettings(struct net_device *netdev, in enic_get_ksettings()
119 static void enic_get_drvinfo(struct net_device *netdev, in enic_get_drvinfo()
141 static void enic_get_strings(struct net_device *netdev, u32 stringset, in enic_get_strings()
164 static void enic_get_ringparam(struct net_device *netdev, in enic_get_ringparam()
178 static int enic_set_ringparam(struct net_device *netdev, in enic_set_ringparam()
243 static int enic_get_sset_count(struct net_device *netdev, int sset) in enic_get_sset_count()
253 static void enic_get_ethtool_stats(struct net_device *netdev, in enic_get_ethtool_stats()
277 static u32 enic_get_msglevel(struct net_device *netdev) in enic_get_msglevel()
283 static void enic_set_msglevel(struct net_device *netdev, u32 value) in enic_set_msglevel()
289 static int enic_get_coalesce(struct net_device *netdev, in enic_get_coalesce()
[all …]
/Linux-v6.6/drivers/net/ethernet/engleder/
Dtsnep_ethtool.c78 static void tsnep_ethtool_get_drvinfo(struct net_device *netdev, in tsnep_ethtool_get_drvinfo()
88 static int tsnep_ethtool_get_regs_len(struct net_device *netdev) in tsnep_ethtool_get_regs_len()
106 static void tsnep_ethtool_get_regs(struct net_device *netdev, in tsnep_ethtool_get_regs()
117 static u32 tsnep_ethtool_get_msglevel(struct net_device *netdev) in tsnep_ethtool_get_msglevel()
124 static void tsnep_ethtool_set_msglevel(struct net_device *netdev, u32 data) in tsnep_ethtool_set_msglevel()
131 static void tsnep_ethtool_get_strings(struct net_device *netdev, u32 stringset, in tsnep_ethtool_get_strings()
166 static void tsnep_ethtool_get_ethtool_stats(struct net_device *netdev, in tsnep_ethtool_get_ethtool_stats()
240 static int tsnep_ethtool_get_sset_count(struct net_device *netdev, int sset) in tsnep_ethtool_get_sset_count()
260 static int tsnep_ethtool_get_rxnfc(struct net_device *netdev, in tsnep_ethtool_get_rxnfc()
283 static int tsnep_ethtool_set_rxnfc(struct net_device *netdev, in tsnep_ethtool_set_rxnfc()
[all …]
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib_vlan.c39 struct net_device *netdev; member
49 int mlx5i_pkey_qpn_ht_init(struct net_device *netdev) in mlx5i_pkey_qpn_ht_init()
64 void mlx5i_pkey_qpn_ht_cleanup(struct net_device *netdev) in mlx5i_pkey_qpn_ht_cleanup()
85 int mlx5i_pkey_add_qpn(struct net_device *netdev, u32 qpn) in mlx5i_pkey_add_qpn()
105 int mlx5i_pkey_del_qpn(struct net_device *netdev, u32 qpn) in mlx5i_pkey_del_qpn()
126 struct net_device *mlx5i_pkey_get_netdev(struct net_device *netdev, u32 qpn) in mlx5i_pkey_get_netdev()
192 static void mlx5i_pkey_dev_cleanup(struct net_device *netdev) in mlx5i_pkey_dev_cleanup()
198 static int mlx5i_pkey_open(struct net_device *netdev) in mlx5i_pkey_open()
254 static int mlx5i_pkey_close(struct net_device *netdev) in mlx5i_pkey_close()
278 static int mlx5i_pkey_change_mtu(struct net_device *netdev, int new_mtu) in mlx5i_pkey_change_mtu()
[all …]
/Linux-v6.6/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c86 static int e1000_get_link_ksettings(struct net_device *netdev, in e1000_get_link_ksettings()
164 static int e1000_set_link_ksettings(struct net_device *netdev, in e1000_set_link_ksettings()
231 static u32 e1000_get_link(struct net_device *netdev) in e1000_get_link()
247 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
266 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
304 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
311 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
318 static int e1000_get_regs_len(struct net_device *netdev) in e1000_get_regs_len()
324 static void e1000_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in e1000_get_regs()
412 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
[all …]
/Linux-v6.6/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.c60 struct net_device *netdev = to_net_dev(dev); in can_channel_id_show() local
236 struct net_device *netdev; in peak_usb_read_bulk_callback() local
302 struct net_device *netdev; in peak_usb_write_bulk_callback() local
353 struct net_device *netdev) in peak_usb_ndo_start_xmit()
437 struct net_device *netdev = dev->netdev; in peak_usb_start() local
573 static int peak_usb_ndo_open(struct net_device *netdev) in peak_usb_ndo_open()
631 static int peak_usb_ndo_stop(struct net_device *netdev) in peak_usb_ndo_stop()
723 static int peak_usb_set_mode(struct net_device *netdev, enum can_mode mode) in peak_usb_set_mode()
746 static int peak_usb_set_bittiming(struct net_device *netdev) in peak_usb_set_bittiming()
767 static int peak_usb_set_data_bittiming(struct net_device *netdev) in peak_usb_set_data_bittiming()
[all …]
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/
Dnetdev.c84 struct net_device *netdev, in igbvf_receive_skb()
137 struct net_device *netdev = adapter->netdev; in igbvf_alloc_rx_buffers() local
248 struct net_device *netdev = adapter->netdev; in igbvf_clean_rx_irq() local
776 struct net_device *netdev = adapter->netdev; in igbvf_clean_tx_irq() local
855 struct net_device *netdev = data; in igbvf_msix_other() local
872 struct net_device *netdev = data; in igbvf_intr_msix_tx() local
900 struct net_device *netdev = data; in igbvf_intr_msix_rx() local
1052 struct net_device *netdev = adapter->netdev; in igbvf_request_msix() local
1104 struct net_device *netdev = adapter->netdev; in igbvf_alloc_queues() local
1147 struct net_device *netdev = adapter->netdev; in igbvf_free_irq() local
[all …]
/Linux-v6.6/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-ethtool.c98 static void xlgmac_ethtool_get_drvinfo(struct net_device *netdev, in xlgmac_ethtool_get_drvinfo()
123 static u32 xlgmac_ethtool_get_msglevel(struct net_device *netdev) in xlgmac_ethtool_get_msglevel()
130 static void xlgmac_ethtool_set_msglevel(struct net_device *netdev, in xlgmac_ethtool_set_msglevel()
138 static void xlgmac_ethtool_get_channels(struct net_device *netdev, in xlgmac_ethtool_get_channels()
150 xlgmac_ethtool_get_coalesce(struct net_device *netdev, in xlgmac_ethtool_get_coalesce()
165 xlgmac_ethtool_set_coalesce(struct net_device *netdev, in xlgmac_ethtool_set_coalesce()
199 static void xlgmac_ethtool_get_strings(struct net_device *netdev, in xlgmac_ethtool_get_strings()
218 static int xlgmac_ethtool_get_sset_count(struct net_device *netdev, in xlgmac_ethtool_get_sset_count()
235 static void xlgmac_ethtool_get_ethtool_stats(struct net_device *netdev, in xlgmac_ethtool_get_ethtool_stats()
/Linux-v6.6/drivers/net/ethernet/atheros/atlx/
Datl2.c115 static void atl2_set_multi(struct net_device *netdev) in atl2_set_multi()
354 static void atl2_vlan_mode(struct net_device *netdev, in atl2_vlan_mode()
374 static netdev_features_t atl2_fix_features(struct net_device *netdev, in atl2_fix_features()
389 static int atl2_set_features(struct net_device *netdev, in atl2_set_features()
402 struct net_device *netdev = adapter->netdev; in atl2_intr_rx() local
464 struct net_device *netdev = adapter->netdev; in atl2_intr_tx() local
549 struct net_device *netdev = adapter->netdev; in atl2_check_for_link() local
641 struct net_device *netdev = adapter->netdev; in atl2_request_irq() local
682 static int atl2_open(struct net_device *netdev) in atl2_open()
741 struct net_device *netdev = adapter->netdev; in atl2_down() local
[all …]
Datlx.c42 static int atlx_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atlx_ioctl()
61 static int atlx_set_mac(struct net_device *netdev, void *p) in atlx_set_mac()
81 struct net_device *netdev = adapter->netdev; in atlx_check_for_link() local
113 static void atlx_set_multi(struct net_device *netdev) in atlx_set_multi()
186 static void atlx_tx_timeout(struct net_device *netdev, unsigned int txqueue) in atlx_tx_timeout()
219 static void atlx_vlan_mode(struct net_device *netdev, in atlx_vlan_mode()
240 static netdev_features_t atlx_fix_features(struct net_device *netdev, in atlx_fix_features()
255 static int atlx_set_features(struct net_device *netdev, in atlx_set_features()
/Linux-v6.6/drivers/net/ethernet/actions/
Dowl-emac.c161 static struct sk_buff *owl_emac_alloc_skb(struct net_device *netdev) in owl_emac_alloc_skb()
183 struct net_device *netdev = priv->netdev; in owl_emac_ring_prepare_rx() local
342 static void owl_emac_set_hw_mac_addr(struct net_device *netdev) in owl_emac_set_hw_mac_addr()
394 static void owl_emac_adjust_link(struct net_device *netdev) in owl_emac_adjust_link()
438 struct net_device *netdev = data; in owl_emac_handle_irq() local
493 struct net_device *netdev = priv->netdev; in owl_emac_setup_frame_xmit() local
566 struct net_device *netdev) in owl_emac_ndo_start_xmit()
634 struct net_device *netdev = priv->netdev; in owl_emac_tx_complete_tail() local
698 struct net_device *netdev = priv->netdev; in owl_emac_tx_complete() local
750 struct net_device *netdev = priv->netdev; in owl_emac_rx_process() local
[all …]
/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb_ethtool.c135 static int igb_get_link_ksettings(struct net_device *netdev, in igb_get_link_ksettings()
260 static int igb_set_link_ksettings(struct net_device *netdev, in igb_set_link_ksettings()
358 static u32 igb_get_link(struct net_device *netdev) in igb_get_link()
375 static void igb_get_pauseparam(struct net_device *netdev, in igb_get_pauseparam()
394 static int igb_set_pauseparam(struct net_device *netdev, in igb_set_pauseparam()
446 static u32 igb_get_msglevel(struct net_device *netdev) in igb_get_msglevel()
452 static void igb_set_msglevel(struct net_device *netdev, u32 data) in igb_set_msglevel()
458 static int igb_get_regs_len(struct net_device *netdev) in igb_get_regs_len()
464 static void igb_get_regs(struct net_device *netdev, in igb_get_regs()
727 static int igb_get_eeprom_len(struct net_device *netdev) in igb_get_eeprom_len()
[all …]
/Linux-v6.6/drivers/net/ethernet/
Djme.c48 jme_mdio_read(struct net_device *netdev, int phy, int reg) in jme_mdio_read()
78 jme_mdio_write(struct net_device *netdev, in jme_mdio_write()
302 jme_load_macaddr(struct net_device *netdev) in jme_load_macaddr()
411 jme_check_link(struct net_device *netdev, int testonly) in jme_check_link()
1188 struct net_device *netdev = jme->dev; in jme_pcc_tasklet() local
1266 struct net_device *netdev = jme->dev; in jme_link_change_work() local
1557 struct net_device *netdev = dev_id; in jme_intr() local
1583 struct net_device *netdev = dev_id; in jme_msi() local
1616 struct net_device *netdev = jme->dev; in jme_request_irq() local
1821 jme_open(struct net_device *netdev) in jme_open()
[all …]

12345678910>>...26