Home
last modified time | relevance | path

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

12345678910>>...22

/linux-5.10/drivers/net/ethernet/atheros/alx/
Dethtool.c128 static int alx_get_link_ksettings(struct net_device *netdev, in alx_get_link_ksettings()
177 static int alx_set_link_ksettings(struct net_device *netdev, in alx_set_link_ksettings()
206 static void alx_get_pauseparam(struct net_device *netdev, in alx_get_pauseparam()
219 static int alx_set_pauseparam(struct net_device *netdev, in alx_set_pauseparam()
261 static u32 alx_get_msglevel(struct net_device *netdev) in alx_get_msglevel()
268 static void alx_set_msglevel(struct net_device *netdev, u32 data) in alx_set_msglevel()
275 static void alx_get_ethtool_stats(struct net_device *netdev, in alx_get_ethtool_stats()
291 static void alx_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) in alx_get_strings()
303 static int alx_get_sset_count(struct net_device *netdev, int sset) in alx_get_sset_count()
/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c84 static int ixgbevf_get_link_ksettings(struct net_device *netdev, in ixgbevf_get_link_ksettings()
119 static u32 ixgbevf_get_msglevel(struct net_device *netdev) in ixgbevf_get_msglevel()
126 static void ixgbevf_set_msglevel(struct net_device *netdev, u32 data) in ixgbevf_set_msglevel()
135 static int ixgbevf_get_regs_len(struct net_device *netdev) in ixgbevf_get_regs_len()
141 static void ixgbevf_get_regs(struct net_device *netdev, in ixgbevf_get_regs()
215 static void ixgbevf_get_drvinfo(struct net_device *netdev, in ixgbevf_get_drvinfo()
227 static void ixgbevf_get_ringparam(struct net_device *netdev, in ixgbevf_get_ringparam()
238 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-5.10/drivers/net/ethernet/google/gve/
Dgve_ethtool.c11 static void gve_get_drvinfo(struct net_device *netdev, in gve_get_drvinfo()
21 static void gve_set_msglevel(struct net_device *netdev, u32 value) in gve_set_msglevel()
28 static u32 gve_get_msglevel(struct net_device *netdev) in gve_get_msglevel()
75 static void gve_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in gve_get_strings()
119 static int gve_get_sset_count(struct net_device *netdev, int sset) in gve_get_sset_count()
136 gve_get_ethtool_stats(struct net_device *netdev, in gve_get_ethtool_stats()
361 static void gve_get_channels(struct net_device *netdev, in gve_get_channels()
376 static int gve_set_channels(struct net_device *netdev, in gve_set_channels()
407 static void gve_get_ringparam(struct net_device *netdev, in gve_get_ringparam()
418 static int gve_user_reset(struct net_device *netdev, u32 *flags) in gve_user_reset()
[all …]
/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c256 static int hinic_get_link_ksettings(struct net_device *netdev, in hinic_get_link_ksettings()
371 struct net_device *netdev = nic_dev->netdev; in hinic_is_speed_legal() local
465 struct net_device *netdev = nic_dev->netdev; in hinic_set_settings_to_hw() local
510 static int set_link_settings(struct net_device *netdev, u8 autoneg, u32 speed) in set_link_settings()
529 static int hinic_set_link_ksettings(struct net_device *netdev, const struct in hinic_set_link_ksettings()
537 static void hinic_get_drvinfo(struct net_device *netdev, in hinic_get_drvinfo()
556 static void hinic_get_ringparam(struct net_device *netdev, in hinic_get_ringparam()
589 static int hinic_set_ringparam(struct net_device *netdev, in hinic_set_ringparam()
635 static int __hinic_get_coalesce(struct net_device *netdev, in __hinic_get_coalesce()
687 struct net_device *netdev = nic_dev->netdev; in set_queue_coalesce() local
[all …]
/linux-5.10/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()
149 static int xlgmac_ethtool_get_coalesce(struct net_device *netdev, in xlgmac_ethtool_get_coalesce()
161 static int xlgmac_ethtool_set_coalesce(struct net_device *netdev, in xlgmac_ethtool_set_coalesce()
193 static void xlgmac_ethtool_get_strings(struct net_device *netdev, in xlgmac_ethtool_get_strings()
212 static int xlgmac_ethtool_get_sset_count(struct net_device *netdev, in xlgmac_ethtool_get_sset_count()
229 static void xlgmac_ethtool_get_ethtool_stats(struct net_device *netdev, in xlgmac_ethtool_get_ethtool_stats()
/linux-5.10/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c107 static int enic_get_ksettings(struct net_device *netdev, in enic_get_ksettings()
134 static void enic_get_drvinfo(struct net_device *netdev, in enic_get_drvinfo()
156 static void enic_get_strings(struct net_device *netdev, u32 stringset, in enic_get_strings()
179 static void enic_get_ringparam(struct net_device *netdev, in enic_get_ringparam()
191 static int enic_set_ringparam(struct net_device *netdev, in enic_set_ringparam()
254 static int enic_get_sset_count(struct net_device *netdev, int sset) in enic_get_sset_count()
264 static void enic_get_ethtool_stats(struct net_device *netdev, in enic_get_ethtool_stats()
288 static u32 enic_get_msglevel(struct net_device *netdev) in enic_get_msglevel()
294 static void enic_set_msglevel(struct net_device *netdev, u32 value) in enic_set_msglevel()
300 static int enic_get_coalesce(struct net_device *netdev, in enic_get_coalesce()
[all …]
/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_ethtool.c29 static int ice_q_stats_len(struct net_device *netdev) in ice_q_stats_len()
173 ice_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in ice_get_drvinfo()
199 static int ice_get_regs_len(struct net_device __always_unused *netdev) in ice_get_regs_len()
205 ice_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *p) in ice_get_regs()
219 static u32 ice_get_msglevel(struct net_device *netdev) in ice_get_msglevel()
233 static void ice_set_msglevel(struct net_device *netdev, u32 data) in ice_set_msglevel()
248 static int ice_get_eeprom_len(struct net_device *netdev) in ice_get_eeprom_len()
257 ice_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, in ice_get_eeprom()
333 static u64 ice_link_test(struct net_device *netdev) in ice_link_test()
360 static u64 ice_eeprom_test(struct net_device *netdev) in ice_eeprom_test()
[all …]
/linux-5.10/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()
185 static void mlx5i_pkey_dev_cleanup(struct net_device *netdev) in mlx5i_pkey_dev_cleanup()
190 static int mlx5i_pkey_open(struct net_device *netdev) in mlx5i_pkey_open()
242 static int mlx5i_pkey_close(struct net_device *netdev) in mlx5i_pkey_close()
266 static int mlx5i_pkey_change_mtu(struct net_device *netdev, int new_mtu) in mlx5i_pkey_change_mtu()
[all …]
/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c121 static u8 ixgbe_dcbnl_get_state(struct net_device *netdev) in ixgbe_dcbnl_get_state()
128 static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state) in ixgbe_dcbnl_set_state()
144 static void ixgbe_dcbnl_get_perm_hw_addr(struct net_device *netdev, in ixgbe_dcbnl_get_perm_hw_addr()
167 static void ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_tx()
185 static void ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
193 static void ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_rx()
211 static void ixgbe_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
219 static void ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_tx()
231 static void ixgbe_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_get_pg_bwg_cfg_tx()
239 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-5.10/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-5.10/drivers/net/ethernet/pasemi/
Dpasemi_mac_ethtool.c55 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()
82 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) in pasemi_mac_get_sset_count()
92 static void pasemi_mac_get_ethtool_stats(struct net_device *netdev, in pasemi_mac_get_ethtool_stats()
104 static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset, in pasemi_mac_get_strings()
/linux-5.10/drivers/net/ethernet/intel/e1000e/
Dethtool.c103 static int e1000_get_link_ksettings(struct net_device *netdev, in e1000_get_link_ksettings()
251 static int e1000_set_link_ksettings(struct net_device *netdev, in e1000_set_link_ksettings()
340 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
359 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
410 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
416 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
422 static int e1000_get_regs_len(struct net_device __always_unused *netdev) in e1000_get_regs_len()
428 static void e1000_get_regs(struct net_device *netdev, in e1000_get_regs()
487 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
493 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
[all …]
/linux-5.10/drivers/net/ethernet/cortina/
Dgemini.c109 struct net_device *netdev; member
225 static void gmac_update_config0_reg(struct net_device *netdev, in gmac_update_config0_reg()
241 static void gmac_enable_tx_rx(struct net_device *netdev) in gmac_enable_tx_rx()
256 static void gmac_disable_tx_rx(struct net_device *netdev) in gmac_disable_tx_rx()
273 static void gmac_set_flow_control(struct net_device *netdev, bool tx, bool rx) in gmac_set_flow_control()
292 static void gmac_speed_set(struct net_device *netdev) in gmac_speed_set()
362 static int gmac_setup_phy(struct net_device *netdev) in gmac_setup_phy()
463 static int gmac_init(struct net_device *netdev) in gmac_init()
543 static int gmac_setup_txqs(struct net_device *netdev) in gmac_setup_txqs()
601 static void gmac_clean_txq(struct net_device *netdev, struct gmac_txq *txq, in gmac_clean_txq()
[all …]
/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-dcb.c123 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-5.10/drivers/net/ethernet/atheros/atlx/
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()
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 …]
/linux-5.10/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-5.10/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c174 struct net_device *netdev = adapter->netdev; in ixgb_up() local
248 struct net_device *netdev = adapter->netdev; in ixgb_down() local
297 ixgb_fix_features(struct net_device *netdev, netdev_features_t features) in ixgb_fix_features()
310 ixgb_set_features(struct net_device *netdev, netdev_features_t features) in ixgb_set_features()
361 struct net_device *netdev = NULL; in ixgb_probe() local
523 struct net_device *netdev = pci_get_drvdata(pdev); in ixgb_remove() local
550 struct net_device *netdev = adapter->netdev; in ixgb_sw_init() local
594 ixgb_open(struct net_device *netdev) in ixgb_open()
643 ixgb_close(struct net_device *netdev) in ixgb_close()
1025 ixgb_set_mac(struct net_device *netdev, void *p) in ixgb_set_mac()
[all …]
/linux-5.10/drivers/scsi/fcoe/
Dfcoe_transport.c118 struct net_device *netdev = fcoe_get_netdev(lport); in fcoe_link_speed_update() local
170 struct net_device *netdev) in __fcoe_get_lesb()
205 struct net_device *netdev = fcoe_get_netdev(lport); in fcoe_get_lesb() local
220 struct net_device *netdev = fcoe_get_netdev(fip->lp); in fcoe_ctlr_get_lesb() local
290 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in fcoe_get_wwn()
511 static struct fcoe_transport *fcoe_transport_lookup(struct net_device *netdev) in fcoe_transport_lookup()
635 static int fcoe_add_netdev_mapping(struct net_device *netdev, in fcoe_add_netdev_mapping()
656 static void fcoe_del_netdev_mapping(struct net_device *netdev) in fcoe_del_netdev_mapping()
683 static struct fcoe_transport *fcoe_netdev_map_lookup(struct net_device *netdev) in fcoe_netdev_map_lookup()
735 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in libfcoe_device_notification() local
[all …]
/linux-5.10/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-5.10/drivers/net/ethernet/faraday/
Dftgmac100.c84 struct net_device *netdev; member
116 struct net_device *netdev = priv->netdev; in ftgmac100_reset_mac() local
365 static void ftgmac100_set_rx_mode(struct net_device *netdev) in ftgmac100_set_rx_mode()
387 struct net_device *netdev = priv->netdev; in ftgmac100_alloc_rx_buf() local
437 struct net_device *netdev = priv->netdev; in ftgmac100_rx_packet_error() local
453 struct net_device *netdev = priv->netdev; in ftgmac100_rx_packet() local
637 struct net_device *netdev = priv->netdev; in ftgmac100_tx_complete_packet() local
663 struct net_device *netdev = priv->netdev; in ftgmac100_tx_complete() local
706 struct net_device *netdev) in ftgmac100_hard_start_xmit()
995 static void ftgmac100_adjust_link(struct net_device *netdev) in ftgmac100_adjust_link()
[all …]
Dftmac100.c64 struct net_device *netdev; member
114 struct net_device *netdev = priv->netdev; in ftmac100_reset() local
161 struct net_device *netdev = priv->netdev; in ftmac100_start_hw() local
321 struct net_device *netdev = priv->netdev; in ftmac100_rx_packet_error() local
365 struct net_device *netdev = priv->netdev; in ftmac100_rx_drop_packet() local
386 struct net_device *netdev = priv->netdev; in ftmac100_rx_packet() local
574 struct net_device *netdev = priv->netdev; in ftmac100_tx_complete_packet() local
626 struct net_device *netdev = priv->netdev; in ftmac100_xmit() local
661 struct net_device *netdev = priv->netdev; in ftmac100_alloc_rx_page() local
751 static int ftmac100_mdio_read(struct net_device *netdev, int phy_id, int reg) in ftmac100_mdio_read()
[all …]
/linux-5.10/drivers/net/ethernet/
Djme.c47 jme_mdio_read(struct net_device *netdev, int phy, int reg) in jme_mdio_read()
77 jme_mdio_write(struct net_device *netdev, in jme_mdio_write()
301 jme_load_macaddr(struct net_device *netdev) in jme_load_macaddr()
410 jme_check_link(struct net_device *netdev, int testonly) in jme_check_link()
1193 struct net_device *netdev = jme->dev; in jme_pcc_tasklet() local
1271 struct net_device *netdev = jme->dev; in jme_link_change_tasklet() local
1563 struct net_device *netdev = dev_id; in jme_intr() local
1589 struct net_device *netdev = dev_id; in jme_msi() local
1622 struct net_device *netdev = jme->dev; in jme_request_irq() local
1827 jme_open(struct net_device *netdev) in jme_open()
[all …]
/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c48 struct net_device *netdev = port_priv->netdev; in dpaa2_switch_port_is_up() local
68 struct net_device *netdev = port_priv->netdev; in dpaa2_switch_port_set_pvid() local
124 struct net_device *netdev = port_priv->netdev; in dpaa2_switch_port_add_vlan() local
361 static void dpaa2_switch_port_get_stats(struct net_device *netdev, in dpaa2_switch_port_get_stats()
427 static bool dpaa2_switch_port_has_offload_stats(const struct net_device *netdev, in dpaa2_switch_port_has_offload_stats()
434 const struct net_device *netdev, in dpaa2_switch_port_get_offload_stats()
446 static int dpaa2_switch_port_change_mtu(struct net_device *netdev, int mtu) in dpaa2_switch_port_change_mtu()
466 static int dpaa2_switch_port_carrier_state_sync(struct net_device *netdev) in dpaa2_switch_port_carrier_state_sync()
499 static int dpaa2_switch_port_open(struct net_device *netdev) in dpaa2_switch_port_open()
539 static int dpaa2_switch_port_stop(struct net_device *netdev) in dpaa2_switch_port_stop()
[all …]
/linux-5.10/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
1100 struct net_device *netdev = adapter->netdev; in igbvf_alloc_queues() local
1143 struct net_device *netdev = adapter->netdev; in igbvf_free_irq() local
[all …]

12345678910>>...22