Home
last modified time | relevance | path

Searched defs:netdev (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c13 static u8 qede_dcbnl_getstate(struct net_device *netdev) in qede_dcbnl_getstate()
20 static u8 qede_dcbnl_setstate(struct net_device *netdev, u8 state) in qede_dcbnl_setstate()
27 static void qede_dcbnl_getpermhwaddr(struct net_device *netdev, in qede_dcbnl_getpermhwaddr()
43 static void qede_dcbnl_getpgbwgcfgtx(struct net_device *netdev, in qede_dcbnl_getpgbwgcfgtx()
61 static void qede_dcbnl_getpgbwgcfgrx(struct net_device *netdev, in qede_dcbnl_getpgbwgcfgrx()
99 static u8 qede_dcbnl_getpfcstate(struct net_device *netdev) in qede_dcbnl_getpfcstate()
113 static u8 qede_dcbnl_getdcbx(struct net_device *netdev) in qede_dcbnl_getdcbx()
154 static u8 qede_dcbnl_setall(struct net_device *netdev) in qede_dcbnl_setall()
238 static int qede_dcbnl_ieee_getpfc(struct net_device *netdev, in qede_dcbnl_ieee_getpfc()
246 static int qede_dcbnl_ieee_setpfc(struct net_device *netdev, in qede_dcbnl_ieee_setpfc()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c105 static u32 igbvf_get_msglevel(struct net_device *netdev) in igbvf_get_msglevel()
119 static int igbvf_get_regs_len(struct net_device *netdev) in igbvf_get_regs_len()
125 static void igbvf_get_regs(struct net_device *netdev, in igbvf_get_regs()
155 static int igbvf_get_eeprom(struct net_device *netdev, in igbvf_get_eeprom()
161 static int igbvf_set_eeprom(struct net_device *netdev, in igbvf_set_eeprom()
167 static void igbvf_get_drvinfo(struct net_device *netdev, in igbvf_get_drvinfo()
290 static void igbvf_diag_test(struct net_device *netdev, in igbvf_diag_test()
307 static void igbvf_get_wol(struct net_device *netdev, in igbvf_get_wol()
314 static int igbvf_set_wol(struct net_device *netdev, in igbvf_set_wol()
372 static int igbvf_nway_reset(struct net_device *netdev) in igbvf_nway_reset()
[all …]
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-ethtool.c66 static u32 emac_get_msglevel(struct net_device *netdev) in emac_get_msglevel()
111 static void emac_get_ethtool_stats(struct net_device *netdev, in emac_get_ethtool_stats()
125 static int emac_nway_reset(struct net_device *netdev) in emac_nway_reset()
135 static void emac_get_ringparam(struct net_device *netdev, in emac_get_ringparam()
148 static int emac_set_ringparam(struct net_device *netdev, in emac_set_ringparam()
173 static void emac_get_pauseparam(struct net_device *netdev, in emac_get_pauseparam()
183 static int emac_set_pauseparam(struct net_device *netdev, in emac_set_pauseparam()
216 static void emac_get_regs(struct net_device *netdev, in emac_get_regs()
230 static int emac_get_regs_len(struct net_device *netdev) in emac_get_regs_len()
249 static u32 emac_get_priv_flags(struct net_device *netdev) in emac_get_priv_flags()
[all …]
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c22 static void ionic_get_stats(struct net_device *netdev, in ionic_get_stats()
59 static void ionic_get_strings(struct net_device *netdev, in ionic_get_strings()
71 static void ionic_get_drvinfo(struct net_device *netdev, in ionic_get_drvinfo()
84 static int ionic_get_regs_len(struct net_device *netdev) in ionic_get_regs_len()
349 static int ionic_get_fecparam(struct net_device *netdev, in ionic_get_fecparam()
371 static int ionic_set_fecparam(struct net_device *netdev, in ionic_set_fecparam()
416 static int ionic_get_coalesce(struct net_device *netdev, in ionic_get_coalesce()
436 static int ionic_set_coalesce(struct net_device *netdev, in ionic_set_coalesce()
795 static int ionic_get_rxnfc(struct net_device *netdev, in ionic_get_rxnfc()
1050 static int ionic_nway_reset(struct net_device *netdev) in ionic_nway_reset()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c232 nfp_net_nway_reset(struct net_device *netdev) in nfp_net_nway_reset()
682 static int nfp_test_link(struct net_device *netdev) in nfp_test_link()
690 static int nfp_test_nsp(struct net_device *netdev) in nfp_test_nsp()
726 static int nfp_test_fw(struct net_device *netdev) in nfp_test_fw()
738 static int nfp_test_reg(struct net_device *netdev) in nfp_test_reg()
1229 nfp_port_get_fecparam(struct net_device *netdev, in nfp_port_get_fecparam()
1253 nfp_port_set_fecparam(struct net_device *netdev, in nfp_port_set_fecparam()
1921 nfp_net_get_eeprom_len(struct net_device *netdev) in nfp_net_get_eeprom_len()
1935 nfp_net_get_nsp_hwindex(struct net_device *netdev, in nfp_net_get_nsp_hwindex()
2031 nfp_net_get_eeprom(struct net_device *netdev, in nfp_net_get_eeprom()
[all …]
H A Dnfp_net_repr.c27 nfp_repr_inc_tx_stats(struct net_device *netdev, unsigned int len, in nfp_repr_inc_tx_stats()
46 void nfp_repr_inc_rx_stats(struct net_device *netdev, unsigned int len) in nfp_repr_inc_rx_stats()
124 nfp_repr_get_host_stats64(const struct net_device *netdev, in nfp_repr_get_host_stats64()
202 static int nfp_repr_stop(struct net_device *netdev) in nfp_repr_stop()
215 static int nfp_repr_open(struct net_device *netdev) in nfp_repr_open()
315 int nfp_repr_init(struct nfp_app *app, struct net_device *netdev, in nfp_repr_init()
419 void nfp_repr_free(struct net_device *netdev) in nfp_repr_free()
427 struct net_device *netdev; in nfp_repr_alloc_mqs() local
461 struct net_device *netdev; in nfp_reprs_clean_and_free() local
476 struct net_device *netdev; in nfp_reprs_clean_and_free_by_type() local
[all …]
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c270 static int xgbe_set_pauseparam(struct net_device *netdev, in xgbe_set_pauseparam()
404 static void xgbe_get_drvinfo(struct net_device *netdev, in xgbe_get_drvinfo()
419 static u32 xgbe_get_msglevel(struct net_device *netdev) in xgbe_get_msglevel()
433 static int xgbe_get_coalesce(struct net_device *netdev, in xgbe_get_coalesce()
450 static int xgbe_set_coalesce(struct net_device *netdev, in xgbe_set_coalesce()
500 static int xgbe_get_rxnfc(struct net_device *netdev, in xgbe_get_rxnfc()
578 static int xgbe_get_ts_info(struct net_device *netdev, in xgbe_get_ts_info()
628 xgbe_get_ringparam(struct net_device *netdev, in xgbe_get_ringparam()
641 static int xgbe_set_ringparam(struct net_device *netdev, in xgbe_set_ringparam()
695 static void xgbe_get_channels(struct net_device *netdev, in xgbe_get_channels()
[all …]
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c15 static int atl1c_get_link_ksettings(struct net_device *netdev, in atl1c_get_link_ksettings()
59 static int atl1c_set_link_ksettings(struct net_device *netdev, in atl1c_set_link_ksettings()
109 static u32 atl1c_get_msglevel(struct net_device *netdev) in atl1c_get_msglevel()
121 static int atl1c_get_regs_len(struct net_device *netdev) in atl1c_get_regs_len()
126 static void atl1c_get_regs(struct net_device *netdev, in atl1c_get_regs()
166 static int atl1c_get_eeprom_len(struct net_device *netdev) in atl1c_get_eeprom_len()
176 static int atl1c_get_eeprom(struct net_device *netdev, in atl1c_get_eeprom()
218 static void atl1c_get_drvinfo(struct net_device *netdev, in atl1c_get_drvinfo()
228 static void atl1c_get_wol(struct net_device *netdev, in atl1c_get_wol()
268 static int atl1c_nway_reset(struct net_device *netdev) in atl1c_nway_reset()
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c118 uec_set_ksettings(struct net_device *netdev, in uec_set_ksettings()
131 uec_get_pauseparam(struct net_device *netdev, in uec_get_pauseparam()
145 uec_set_pauseparam(struct net_device *netdev, in uec_set_pauseparam()
176 uec_get_msglevel(struct net_device *netdev) in uec_get_msglevel()
183 uec_set_msglevel(struct net_device *netdev, uint32_t data) in uec_set_msglevel()
190 uec_get_regs_len(struct net_device *netdev) in uec_get_regs_len()
196 uec_get_regs(struct net_device *netdev, in uec_get_regs()
209 uec_get_ringparam(struct net_device *netdev, in uec_get_ringparam()
230 uec_set_ringparam(struct net_device *netdev, in uec_set_ringparam()
337 uec_get_drvinfo(struct net_device *netdev, in uec_get_drvinfo()
[all …]
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c392 static int fun_restart_an(struct net_device *netdev) in fun_restart_an()
403 static int fun_set_phys_id(struct net_device *netdev, in fun_set_phys_id()
419 static void fun_get_drvinfo(struct net_device *netdev, in fun_get_drvinfo()
428 static u32 fun_get_msglevel(struct net_device *netdev) in fun_get_msglevel()
465 static int fun_get_coalesce(struct net_device *netdev, in fun_get_coalesce()
480 static int fun_set_coalesce(struct net_device *netdev, in fun_set_coalesce()
524 static void fun_get_channels(struct net_device *netdev, in fun_get_channels()
534 static int fun_set_channels(struct net_device *netdev, in fun_set_channels()
573 static int fun_set_ringparam(struct net_device *netdev, in fun_set_ringparam()
1042 static int fun_get_ts_info(struct net_device *netdev, in fun_get_ts_info()
[all …]
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c136 vmxnet3_get_stats64(struct net_device *netdev, in vmxnet3_get_stats64()
185 vmxnet3_get_sset_count(struct net_device *netdev, int sset) in vmxnet3_get_sset_count()
210 vmxnet3_get_regs_len(struct net_device *netdev) in vmxnet3_get_regs_len()
283 struct net_device *netdev, in vmxnet3_features_check()
467 vmxnet3_get_ethtool_stats(struct net_device *netdev, in vmxnet3_get_ethtool_stats()
642 vmxnet3_get_link_ksettings(struct net_device *netdev, in vmxnet3_get_link_ksettings()
666 vmxnet3_get_ringparam(struct net_device *netdev, in vmxnet3_get_ringparam()
687 vmxnet3_set_ringparam(struct net_device *netdev, in vmxnet3_set_ringparam()
902 vmxnet3_set_rss_hash_opt(struct net_device *netdev, in vmxnet3_set_rss_hash_opt()
1130 vmxnet3_get_rss_indir_size(struct net_device *netdev) in vmxnet3_get_rss_indir_size()
[all …]
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_ethtool.c15 static int atl1e_get_link_ksettings(struct net_device *netdev, in atl1e_get_link_ksettings()
131 static u32 atl1e_get_msglevel(struct net_device *netdev) in atl1e_get_msglevel()
140 static int atl1e_get_regs_len(struct net_device *netdev) in atl1e_get_regs_len()
145 static void atl1e_get_regs(struct net_device *netdev, in atl1e_get_regs()
194 static int atl1e_get_eeprom_len(struct net_device *netdev) in atl1e_get_eeprom_len()
204 static int atl1e_get_eeprom(struct net_device *netdev, in atl1e_get_eeprom()
244 static int atl1e_set_eeprom(struct net_device *netdev, in atl1e_set_eeprom()
304 static void atl1e_get_drvinfo(struct net_device *netdev, in atl1e_get_drvinfo()
315 static void atl1e_get_wol(struct net_device *netdev, in atl1e_get_wol()
355 static int atl1e_nway_reset(struct net_device *netdev) in atl1e_nway_reset()
[all …]
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c37 spider_net_ethtool_get_link_ksettings(struct net_device *netdev, in spider_net_ethtool_get_link_ksettings()
59 spider_net_ethtool_get_drvinfo(struct net_device *netdev, in spider_net_ethtool_get_drvinfo()
76 spider_net_ethtool_get_wol(struct net_device *netdev, in spider_net_ethtool_get_wol()
85 spider_net_ethtool_get_msglevel(struct net_device *netdev) in spider_net_ethtool_get_msglevel()
93 spider_net_ethtool_set_msglevel(struct net_device *netdev, in spider_net_ethtool_set_msglevel()
102 spider_net_ethtool_nway_reset(struct net_device *netdev) in spider_net_ethtool_nway_reset()
112 spider_net_ethtool_get_ringparam(struct net_device *netdev, in spider_net_ethtool_get_ringparam()
125 static int spider_net_get_sset_count(struct net_device *netdev, int sset) in spider_net_get_sset_count()
135 static void spider_net_get_ethtool_stats(struct net_device *netdev, in spider_net_get_ethtool_stats()
155 static void spider_net_get_strings(struct net_device *netdev, u32 stringset, in spider_net_get_strings()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c14 static void ice_dcbnl_devreset(struct net_device *netdev) in ice_dcbnl_devreset()
147 static u8 ice_dcbnl_getdcbx(struct net_device *netdev) in ice_dcbnl_getdcbx()
159 static u8 ice_dcbnl_setdcbx(struct net_device *netdev, u8 mode) in ice_dcbnl_setdcbx()
362 static u8 ice_dcbnl_getpfcstate(struct net_device *netdev) in ice_dcbnl_getpfcstate()
378 static u8 ice_dcbnl_getstate(struct net_device *netdev) in ice_dcbnl_getstate()
433 ice_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, in ice_dcbnl_get_pg_tc_cfg_tx()
463 ice_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ice_dcbnl_set_pg_tc_cfg_tx()
588 ice_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, in ice_dcbnl_set_pg_tc_cfg_rx()
975 static u8 ice_dcbnl_cee_set_all(struct net_device *netdev) in ice_dcbnl_cee_set_all()
1040 struct net_device *netdev = vsi->netdev; in ice_dcbnl_set_all() local
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c167 static void igc_ethtool_get_regs(struct net_device *netdev, in igc_ethtool_get_regs()
349 static void igc_ethtool_get_wol(struct net_device *netdev, in igc_ethtool_get_wol()
381 static int igc_ethtool_set_wol(struct net_device *netdev, in igc_ethtool_set_wol()
433 static u32 igc_ethtool_get_link(struct net_device *netdev) in igc_ethtool_get_link()
572 igc_ethtool_get_ringparam(struct net_device *netdev, in igc_ethtool_get_ringparam()
586 igc_ethtool_set_ringparam(struct net_device *netdev, in igc_ethtool_set_ringparam()
1326 struct net_device *netdev = adapter->netdev; in igc_ethtool_add_nfc_rule() local
1625 static int igc_ethtool_get_eee(struct net_device *netdev, in igc_ethtool_get_eee()
1666 static int igc_ethtool_set_eee(struct net_device *netdev, in igc_ethtool_set_eee()
1717 static int igc_ethtool_begin(struct net_device *netdev) in igc_ethtool_begin()
[all …]
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c74 static int pch_gbe_get_link_ksettings(struct net_device *netdev, in pch_gbe_get_link_ksettings()
157 static int pch_gbe_get_regs_len(struct net_device *netdev) in pch_gbe_get_regs_len()
167 static void pch_gbe_get_drvinfo(struct net_device *netdev, in pch_gbe_get_drvinfo()
184 static void pch_gbe_get_regs(struct net_device *netdev, in pch_gbe_get_regs()
208 static void pch_gbe_get_wol(struct net_device *netdev, in pch_gbe_get_wol()
234 static int pch_gbe_set_wol(struct net_device *netdev, in pch_gbe_set_wol()
262 static int pch_gbe_nway_reset(struct net_device *netdev) in pch_gbe_nway_reset()
276 static void pch_gbe_get_ringparam(struct net_device *netdev, in pch_gbe_get_ringparam()
301 static int pch_gbe_set_ringparam(struct net_device *netdev, in pch_gbe_set_ringparam()
407 static int pch_gbe_set_pauseparam(struct net_device *netdev, in pch_gbe_set_pauseparam()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c106 static int i40e_dcbnl_ieee_setets(struct net_device *netdev, in i40e_dcbnl_ieee_setets()
154 static int i40e_dcbnl_ieee_setpfc(struct net_device *netdev, in i40e_dcbnl_ieee_setpfc()
193 static int i40e_dcbnl_ieee_setapp(struct net_device *netdev, in i40e_dcbnl_ieee_setapp()
245 static int i40e_dcbnl_ieee_delapp(struct net_device *netdev, in i40e_dcbnl_ieee_delapp()
308 static u8 i40e_dcbnl_getstate(struct net_device *netdev) in i40e_dcbnl_getstate()
324 static u8 i40e_dcbnl_setstate(struct net_device *netdev, u8 state) in i40e_dcbnl_setstate()
432 static void i40e_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, in i40e_dcbnl_set_pg_tc_cfg_rx()
575 static void i40e_dcbnl_set_pfc_cfg(struct net_device *netdev, int prio, in i40e_dcbnl_set_pfc_cfg()
629 static u8 i40e_dcbnl_cee_set_all(struct net_device *netdev) in i40e_dcbnl_cee_set_all()
722 static u8 i40e_dcbnl_getpfcstate(struct net_device *netdev) in i40e_dcbnl_getpfcstate()
[all …]
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c218 static void be_get_drvinfo(struct net_device *netdev, in be_get_drvinfo()
317 static int be_get_coalesce(struct net_device *netdev, in be_get_coalesce()
342 static int be_set_coalesce(struct net_device *netdev, in be_set_coalesce()
685 static void be_get_ringparam(struct net_device *netdev, in be_get_ringparam()
728 static int be_set_phys_id(struct net_device *netdev, in be_set_phys_id()
992 static int be_get_eeprom_len(struct net_device *netdev) in be_get_eeprom_len()
1011 static int be_read_eeprom(struct net_device *netdev, in be_read_eeprom()
1054 static u32 be_get_msg_level(struct net_device *netdev) in be_get_msg_level()
1220 static void be_get_channels(struct net_device *netdev, in be_get_channels()
1237 static int be_set_channels(struct net_device *netdev, in be_set_channels()
[all …]
/openbmc/linux/net/core/
H A Ddev_addr_lists_test.c15 static int dev_addr_test_sync(struct net_device *netdev, const unsigned char *a) in dev_addr_test_sync()
24 static int dev_addr_test_unsync(struct net_device *netdev, in dev_addr_test_unsync()
37 struct net_device *netdev; in dev_addr_test_init() local
58 struct net_device *netdev = test->priv; in dev_addr_test_exit() local
67 struct net_device *netdev = test->priv; in dev_addr_test_basic() local
83 struct net_device *netdev = test->priv; in dev_addr_test_sync_one() local
110 struct net_device *netdev = test->priv; in dev_addr_test_add_del() local
150 struct net_device *netdev = test->priv; in dev_addr_test_del_main() local
168 struct net_device *netdev = test->priv; in dev_addr_test_add_set() local
198 struct net_device *netdev = test->priv; in dev_addr_test_add_excl() local
/openbmc/linux/net/openvswitch/
H A Dvport-internal_dev.c27 static struct internal_dev *internal_dev_priv(struct net_device *netdev) in internal_dev_priv()
34 internal_dev_xmit(struct sk_buff *skb, struct net_device *netdev) in internal_dev_xmit()
53 static int internal_dev_open(struct net_device *netdev) in internal_dev_open()
59 static int internal_dev_stop(struct net_device *netdev) in internal_dev_stop()
65 static void internal_dev_getinfo(struct net_device *netdev, in internal_dev_getinfo()
95 static void do_setup(struct net_device *netdev) in do_setup()
195 struct net_device *netdev = skb->dev; in internal_dev_recv() local
223 int ovs_is_internal_dev(const struct net_device *netdev) in ovs_is_internal_dev()
228 struct vport *ovs_internal_dev_get_vport(struct net_device *netdev) in ovs_internal_dev_get_vport()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c235 bnad_get_link_ksettings(struct net_device *netdev, in bnad_get_link_ksettings()
265 bnad_set_link_ksettings(struct net_device *netdev, in bnad_set_link_ksettings()
310 static int bnad_get_coalesce(struct net_device *netdev, in bnad_get_coalesce()
333 static int bnad_set_coalesce(struct net_device *netdev, in bnad_set_coalesce()
407 bnad_get_ringparam(struct net_device *netdev, in bnad_get_ringparam()
422 bnad_set_ringparam(struct net_device *netdev, in bnad_set_ringparam()
501 bnad_get_pauseparam(struct net_device *netdev, in bnad_get_pauseparam()
512 bnad_set_pauseparam(struct net_device *netdev, in bnad_set_pauseparam()
661 bnad_get_stats_count_locked(struct net_device *netdev) in bnad_get_stats_count_locked()
940 bnad_get_eeprom_len(struct net_device *netdev) in bnad_get_eeprom_len()
[all …]
/openbmc/linux/drivers/net/fjes/
H A Dfjes_ethtool.c43 static void fjes_get_ethtool_stats(struct net_device *netdev, in fjes_get_ethtool_stats()
85 static void fjes_get_strings(struct net_device *netdev, in fjes_get_strings()
136 static int fjes_get_sset_count(struct net_device *netdev, int sset) in fjes_get_sset_count()
146 static void fjes_get_drvinfo(struct net_device *netdev, in fjes_get_drvinfo()
163 static int fjes_get_link_ksettings(struct net_device *netdev, in fjes_get_link_ksettings()
176 static int fjes_get_regs_len(struct net_device *netdev) in fjes_get_regs_len()
182 static void fjes_get_regs(struct net_device *netdev, in fjes_get_regs()
222 static int fjes_set_dump(struct net_device *netdev, struct ethtool_dump *dump) in fjes_set_dump()
254 static int fjes_get_dump_flag(struct net_device *netdev, in fjes_get_dump_flag()
267 static int fjes_get_dump_data(struct net_device *netdev, in fjes_get_dump_data()
[all …]
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_netdev.c64 static void opa_vnic_get_stats64(struct net_device *netdev, in opa_vnic_get_stats64()
79 struct net_device *netdev) in opa_netdev_start_xmit()
96 static u16 opa_vnic_select_queue(struct net_device *netdev, struct sk_buff *skb, in opa_vnic_select_queue()
139 struct net_device *netdev = adapter->netdev; in opa_vnic_process_vema_config() local
202 static int opa_vnic_set_mac_addr(struct net_device *netdev, void *addr) in opa_vnic_set_mac_addr()
228 static void opa_vnic_mac_send_event(struct net_device *netdev, u8 event) in opa_vnic_mac_send_event()
263 static void opa_vnic_set_rx_mode(struct net_device *netdev) in opa_vnic_set_rx_mode()
273 static int opa_netdev_open(struct net_device *netdev) in opa_netdev_open()
292 static int opa_netdev_close(struct net_device *netdev) in opa_netdev_close()
326 struct net_device *netdev; in opa_vnic_add_netdev() local
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c619 static void hns3_get_stats(struct net_device *netdev, in hns3_get_stats()
644 static void hns3_get_drvinfo(struct net_device *netdev, in hns3_get_drvinfo()
676 static u32 hns3_get_link(struct net_device *netdev) in hns3_get_link()
995 static int hns3_get_rxnfc(struct net_device *netdev, in hns3_get_rxnfc()
1314 static int hns3_nway_reset(struct net_device *netdev) in hns3_nway_reset()
1502 hns3_check_coalesce_para(struct net_device *netdev, in hns3_check_coalesce_para()
1626 static void hns3_get_regs(struct net_device *netdev, in hns3_get_regs()
1637 static int hns3_set_phys_id(struct net_device *netdev, in hns3_set_phys_id()
1876 static int hns3_get_tunable(struct net_device *netdev, in hns3_get_tunable()
2094 static int hns3_set_wol(struct net_device *netdev, in hns3_set_wol()
[all …]
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A 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()

12345678910>>...27