Home
last modified time | relevance | path

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

12345678910>>...27

/openbmc/linux/drivers/net/ethernet/google/gve/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A 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()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c31 static int ice_q_stats_len(struct net_device *netdev) in ice_q_stats_len()
349 __ice_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo, in __ice_get_drvinfo()
374 ice_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in ice_get_drvinfo()
382 static int ice_get_regs_len(struct net_device __always_unused *netdev) in ice_get_regs_len()
388 ice_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *p) in ice_get_regs()
402 static u32 ice_get_msglevel(struct net_device *netdev) in ice_get_msglevel()
416 static void ice_set_msglevel(struct net_device *netdev, u32 data) in ice_set_msglevel()
431 static int ice_get_eeprom_len(struct net_device *netdev) in ice_get_eeprom_len()
440 ice_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, in ice_get_eeprom()
515 static u64 ice_link_test(struct net_device *netdev) in ice_link_test()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c274 static int iavf_get_link_ksettings(struct net_device *netdev, in iavf_get_link_ksettings()
333 static int iavf_get_sset_count(struct net_device *netdev, int sset) in iavf_get_sset_count()
359 static void iavf_get_ethtool_stats(struct net_device *netdev, in iavf_get_ethtool_stats()
395 static void iavf_get_priv_flag_strings(struct net_device *netdev, u8 *data) in iavf_get_priv_flag_strings()
413 static void iavf_get_stat_strings(struct net_device *netdev, u8 *data) in iavf_get_stat_strings()
438 static void iavf_get_strings(struct net_device *netdev, u32 sset, u8 *data) in iavf_get_strings()
462 static u32 iavf_get_priv_flags(struct net_device *netdev) in iavf_get_priv_flags()
484 static int iavf_set_priv_flags(struct net_device *netdev, u32 flags) in iavf_set_priv_flags()
552 static u32 iavf_get_msglevel(struct net_device *netdev) in iavf_get_msglevel()
567 static void iavf_set_msglevel(struct net_device *netdev, u32 data) in iavf_set_msglevel()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/faraday/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A 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()
327 static void otx2_get_pauseparam(struct net_device *netdev, in otx2_get_pauseparam()
357 static int otx2_set_pauseparam(struct net_device *netdev, in otx2_set_pauseparam()
381 static void otx2_get_ringparam(struct net_device *netdev, in otx2_get_ringparam()
397 static int otx2_set_ringparam(struct net_device *netdev, in otx2_set_ringparam()
465 static int otx2_get_coalesce(struct net_device *netdev, in otx2_get_coalesce()
489 static int otx2_set_coalesce(struct net_device *netdev, in otx2_set_coalesce()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/synopsys/
H A 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()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/engleder/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A 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 …]
/openbmc/linux/drivers/net/can/usb/peak_usb/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A 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()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A 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()
H A 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 …]
/openbmc/linux/drivers/net/ethernet/cortina/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/pasemi/
H A 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()
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()
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A 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
775 struct net_device *netdev = adapter->netdev; in igbvf_clean_tx_irq() local
854 struct net_device *netdev = data; in igbvf_msix_other() local
871 struct net_device *netdev = data; in igbvf_intr_msix_tx() local
899 struct net_device *netdev = data; in igbvf_intr_msix_rx() local
1051 struct net_device *netdev = adapter->netdev; in igbvf_request_msix() local
1103 struct net_device *netdev = adapter->netdev; in igbvf_alloc_queues() local
1146 struct net_device *netdev = adapter->netdev; in igbvf_free_irq() local
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_port.c14 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()
/openbmc/linux/drivers/net/ethernet/actions/
H A 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 …]

12345678910>>...27