Home
last modified time | relevance | path

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

12345678910

/linux-3.3/drivers/net/ethernet/intel/igbvf/
Dethtool.c76 static int igbvf_get_settings(struct net_device *netdev, in igbvf_get_settings()
113 static int igbvf_set_settings(struct net_device *netdev, in igbvf_set_settings()
119 static void igbvf_get_pauseparam(struct net_device *netdev, in igbvf_get_pauseparam()
125 static int igbvf_set_pauseparam(struct net_device *netdev, in igbvf_set_pauseparam()
131 static u32 igbvf_get_msglevel(struct net_device *netdev) in igbvf_get_msglevel()
137 static void igbvf_set_msglevel(struct net_device *netdev, u32 data) in igbvf_set_msglevel()
143 static int igbvf_get_regs_len(struct net_device *netdev) in igbvf_get_regs_len()
149 static void igbvf_get_regs(struct net_device *netdev, in igbvf_get_regs()
173 static int igbvf_get_eeprom_len(struct net_device *netdev) in igbvf_get_eeprom_len()
178 static int igbvf_get_eeprom(struct net_device *netdev, in igbvf_get_eeprom()
[all …]
Dnetdev.c101 struct net_device *netdev, in igbvf_receive_skb()
147 struct net_device *netdev = adapter->netdev; in igbvf_alloc_rx_buffers() local
242 struct net_device *netdev = adapter->netdev; in igbvf_clean_rx_irq() local
748 struct net_device *netdev = adapter->netdev; in igbvf_clean_tx_irq() local
815 struct net_device *netdev = data; in igbvf_msix_other() local
833 struct net_device *netdev = data; in igbvf_intr_msix_tx() local
855 struct net_device *netdev = data; in igbvf_intr_msix_rx() local
1012 struct net_device *netdev = adapter->netdev; in igbvf_request_msix() local
1060 struct net_device *netdev = adapter->netdev; in igbvf_alloc_queues() local
1102 struct net_device *netdev = adapter->netdev; in igbvf_free_irq() local
[all …]
/linux-3.3/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c109 uec_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in uec_get_settings()
125 uec_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in uec_set_settings()
137 uec_get_pauseparam(struct net_device *netdev, in uec_get_pauseparam()
151 uec_set_pauseparam(struct net_device *netdev, in uec_set_pauseparam()
183 uec_get_msglevel(struct net_device *netdev) in uec_get_msglevel()
190 uec_set_msglevel(struct net_device *netdev, uint32_t data) in uec_set_msglevel()
197 uec_get_regs_len(struct net_device *netdev) in uec_get_regs_len()
203 uec_get_regs(struct net_device *netdev, in uec_get_regs()
216 uec_get_ringparam(struct net_device *netdev, in uec_get_ringparam()
235 uec_set_ringparam(struct net_device *netdev, in uec_set_ringparam()
[all …]
/linux-3.3/drivers/net/ethernet/atheros/atl1c/
Datl1c_ethtool.c29 static int atl1c_get_settings(struct net_device *netdev, in atl1c_get_settings()
67 static int atl1c_set_settings(struct net_device *netdev, in atl1c_set_settings()
117 static u32 atl1c_get_msglevel(struct net_device *netdev) in atl1c_get_msglevel()
123 static void atl1c_set_msglevel(struct net_device *netdev, u32 data) in atl1c_set_msglevel()
129 static int atl1c_get_regs_len(struct net_device *netdev) in atl1c_get_regs_len()
134 static void atl1c_get_regs(struct net_device *netdev, in atl1c_get_regs()
175 static int atl1c_get_eeprom_len(struct net_device *netdev) in atl1c_get_eeprom_len()
185 static int atl1c_get_eeprom(struct net_device *netdev, in atl1c_get_eeprom()
227 static void atl1c_get_drvinfo(struct net_device *netdev, in atl1c_get_drvinfo()
243 static void atl1c_get_wol(struct net_device *netdev, in atl1c_get_wol()
[all …]
/linux-3.3/drivers/net/ethernet/toshiba/
Dspider_net_ethtool.c50 spider_net_ethtool_get_settings(struct net_device *netdev, in spider_net_ethtool_get_settings()
68 spider_net_ethtool_get_drvinfo(struct net_device *netdev, in spider_net_ethtool_get_drvinfo()
83 spider_net_ethtool_get_wol(struct net_device *netdev, in spider_net_ethtool_get_wol()
92 spider_net_ethtool_get_msglevel(struct net_device *netdev) in spider_net_ethtool_get_msglevel()
100 spider_net_ethtool_set_msglevel(struct net_device *netdev, in spider_net_ethtool_set_msglevel()
109 spider_net_ethtool_nway_reset(struct net_device *netdev) in spider_net_ethtool_nway_reset()
119 spider_net_ethtool_get_ringparam(struct net_device *netdev, in spider_net_ethtool_get_ringparam()
130 static int spider_net_get_sset_count(struct net_device *netdev, int sset) in spider_net_get_sset_count()
140 static void spider_net_get_ethtool_stats(struct net_device *netdev, in spider_net_get_ethtool_stats()
160 static void spider_net_get_strings(struct net_device *netdev, u32 stringset, in spider_net_get_strings()
/linux-3.3/net/openvswitch/
Dvport-internal_dev.c35 static struct internal_dev *internal_dev_priv(struct net_device *netdev) in internal_dev_priv()
41 static struct rtnl_link_stats64 *internal_dev_get_stats(struct net_device *netdev, in internal_dev_get_stats()
74 static int internal_dev_xmit(struct sk_buff *skb, struct net_device *netdev) in internal_dev_xmit()
82 static int internal_dev_open(struct net_device *netdev) in internal_dev_open()
88 static int internal_dev_stop(struct net_device *netdev) in internal_dev_stop()
94 static void internal_dev_getinfo(struct net_device *netdev, in internal_dev_getinfo()
105 static int internal_dev_change_mtu(struct net_device *netdev, int new_mtu) in internal_dev_change_mtu()
131 static void do_setup(struct net_device *netdev) in do_setup()
207 struct net_device *netdev = netdev_vport_priv(vport)->dev; in internal_dev_recv() local
229 int ovs_is_internal_dev(const struct net_device *netdev) in ovs_is_internal_dev()
[all …]
/linux-3.3/drivers/net/ethernet/atheros/atl1e/
Datl1e_ethtool.c29 static int atl1e_get_settings(struct net_device *netdev, in atl1e_get_settings()
68 static int atl1e_set_settings(struct net_device *netdev, in atl1e_set_settings()
135 static u32 atl1e_get_msglevel(struct net_device *netdev) in atl1e_get_msglevel()
144 static int atl1e_get_regs_len(struct net_device *netdev) in atl1e_get_regs_len()
149 static void atl1e_get_regs(struct net_device *netdev, in atl1e_get_regs()
198 static int atl1e_get_eeprom_len(struct net_device *netdev) in atl1e_get_eeprom_len()
208 static int atl1e_get_eeprom(struct net_device *netdev, in atl1e_get_eeprom()
248 static int atl1e_set_eeprom(struct net_device *netdev, in atl1e_set_eeprom()
308 static void atl1e_get_drvinfo(struct net_device *netdev, in atl1e_get_drvinfo()
325 static void atl1e_get_wol(struct net_device *netdev, in atl1e_get_wol()
[all …]
Datl1e_main.c166 struct net_device *netdev = adapter->netdev; in atl1e_check_link() local
230 struct net_device *netdev = adapter->netdev; in atl1e_link_chg_event() local
266 static void atl1e_tx_timeout(struct net_device *netdev) in atl1e_tx_timeout()
283 static void atl1e_set_multi(struct net_device *netdev) in atl1e_set_multi()
327 static void atl1e_vlan_mode(struct net_device *netdev, in atl1e_vlan_mode()
355 static int atl1e_set_mac_addr(struct net_device *netdev, void *p) in atl1e_set_mac_addr()
374 static netdev_features_t atl1e_fix_features(struct net_device *netdev, in atl1e_fix_features()
389 static int atl1e_set_features(struct net_device *netdev, in atl1e_set_features()
407 static int atl1e_change_mtu(struct net_device *netdev, int new_mtu) in atl1e_change_mtu()
435 static int atl1e_mdio_read(struct net_device *netdev, int phy_id, int reg_num) in atl1e_mdio_read()
[all …]
/linux-3.3/drivers/net/ethernet/intel/ixgb/
Dixgb_ethtool.c97 ixgb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in ixgb_get_settings()
118 void ixgb_set_speed_duplex(struct net_device *netdev) in ixgb_set_speed_duplex()
129 ixgb_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in ixgb_set_settings()
150 ixgb_get_pauseparam(struct net_device *netdev, in ixgb_get_pauseparam()
169 ixgb_set_pauseparam(struct net_device *netdev, in ixgb_set_pauseparam()
198 ixgb_get_msglevel(struct net_device *netdev) in ixgb_get_msglevel()
205 ixgb_set_msglevel(struct net_device *netdev, u32 data) in ixgb_set_msglevel()
213 ixgb_get_regs_len(struct net_device *netdev) in ixgb_get_regs_len()
220 ixgb_get_regs(struct net_device *netdev, in ixgb_get_regs()
360 ixgb_get_eeprom_len(struct net_device *netdev) in ixgb_get_eeprom_len()
[all …]
Dixgb_main.c207 struct net_device *netdev = adapter->netdev; in ixgb_up() local
281 struct net_device *netdev = adapter->netdev; in ixgb_down() local
329 ixgb_fix_features(struct net_device *netdev, netdev_features_t features) in ixgb_fix_features()
342 ixgb_set_features(struct net_device *netdev, netdev_features_t features) in ixgb_set_features()
397 struct net_device *netdev = NULL; in ixgb_probe() local
564 struct net_device *netdev = pci_get_drvdata(pdev); in ixgb_remove() local
591 struct net_device *netdev = adapter->netdev; in ixgb_sw_init() local
635 ixgb_open(struct net_device *netdev) in ixgb_open()
684 ixgb_close(struct net_device *netdev) in ixgb_close()
1078 ixgb_set_mac(struct net_device *netdev, void *p) in ixgb_set_mac()
[all …]
/linux-3.3/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c117 vmxnet3_get_stats64(struct net_device *netdev, in vmxnet3_get_stats64()
168 vmxnet3_get_sset_count(struct net_device *netdev, int sset) in vmxnet3_get_sset_count()
191 vmxnet3_get_regs_len(struct net_device *netdev) in vmxnet3_get_regs_len()
200 vmxnet3_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in vmxnet3_get_drvinfo()
219 vmxnet3_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) in vmxnet3_get_strings()
260 int vmxnet3_set_features(struct net_device *netdev, netdev_features_t features) in vmxnet3_set_features()
298 vmxnet3_get_ethtool_stats(struct net_device *netdev, in vmxnet3_get_ethtool_stats()
345 vmxnet3_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *p) in vmxnet3_get_regs()
391 vmxnet3_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in vmxnet3_get_wol()
401 vmxnet3_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in vmxnet3_set_wol()
[all …]
/linux-3.3/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_ethtool.c84 static int pch_gbe_get_settings(struct net_device *netdev, in pch_gbe_get_settings()
107 static int pch_gbe_set_settings(struct net_device *netdev, in pch_gbe_set_settings()
149 static int pch_gbe_get_regs_len(struct net_device *netdev) in pch_gbe_get_regs_len()
159 static void pch_gbe_get_drvinfo(struct net_device *netdev, in pch_gbe_get_drvinfo()
177 static void pch_gbe_get_regs(struct net_device *netdev, in pch_gbe_get_regs()
201 static void pch_gbe_get_wol(struct net_device *netdev, in pch_gbe_get_wol()
227 static int pch_gbe_set_wol(struct net_device *netdev, in pch_gbe_set_wol()
255 static int pch_gbe_nway_reset(struct net_device *netdev) in pch_gbe_nway_reset()
267 static void pch_gbe_get_ringparam(struct net_device *netdev, in pch_gbe_get_ringparam()
288 static int pch_gbe_set_ringparam(struct net_device *netdev, in pch_gbe_set_ringparam()
[all …]
/linux-3.3/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c254 bnad_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in bnad_get_settings()
279 bnad_set_settings(struct net_device *netdev, struct ethtool_cmd *cmd) in bnad_set_settings()
293 bnad_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in bnad_get_drvinfo()
318 bnad_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wolinfo) in bnad_get_wol()
325 bnad_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in bnad_get_coalesce()
346 bnad_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in bnad_set_coalesce()
417 bnad_get_ringparam(struct net_device *netdev, in bnad_get_ringparam()
430 bnad_set_ringparam(struct net_device *netdev, in bnad_set_ringparam()
507 bnad_get_pauseparam(struct net_device *netdev, in bnad_get_pauseparam()
518 bnad_set_pauseparam(struct net_device *netdev, in bnad_set_pauseparam()
[all …]
/linux-3.3/drivers/net/ethernet/pasemi/
Dpasemi_mac_ethtool.c68 pasemi_mac_ethtool_get_settings(struct net_device *netdev, in pasemi_mac_ethtool_get_settings()
81 pasemi_mac_ethtool_set_settings(struct net_device *netdev, in pasemi_mac_ethtool_set_settings()
94 pasemi_mac_ethtool_get_msglevel(struct net_device *netdev) in pasemi_mac_ethtool_get_msglevel()
101 pasemi_mac_ethtool_set_msglevel(struct net_device *netdev, in pasemi_mac_ethtool_set_msglevel()
110 pasemi_mac_ethtool_get_ringparam(struct net_device *netdev, in pasemi_mac_ethtool_get_ringparam()
121 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) in pasemi_mac_get_sset_count()
131 static void pasemi_mac_get_ethtool_stats(struct net_device *netdev, in pasemi_mac_get_ethtool_stats()
143 static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset, in pasemi_mac_get_strings()
/linux-3.3/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c121 static void be_get_drvinfo(struct net_device *netdev, in be_get_drvinfo()
205 be_get_reg_len(struct net_device *netdev) in be_get_reg_len()
221 be_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *buf) in be_get_regs()
236 be_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in be_get_coalesce()
260 be_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in be_set_coalesce()
321 be_get_ethtool_stats(struct net_device *netdev, in be_get_ethtool_stats()
374 be_get_stat_strings(struct net_device *netdev, uint32_t stringset, in be_get_stat_strings()
410 static int be_get_sset_count(struct net_device *netdev, int stringset) in be_get_sset_count()
426 static int be_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in be_get_settings()
526 static void be_get_ringparam(struct net_device *netdev, in be_get_ringparam()
[all …]
/linux-3.3/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c105 static u8 ixgbe_dcbnl_get_state(struct net_device *netdev) in ixgbe_dcbnl_get_state()
112 static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state) in ixgbe_dcbnl_set_state()
140 static void ixgbe_dcbnl_get_perm_hw_addr(struct net_device *netdev, in ixgbe_dcbnl_get_perm_hw_addr()
162 static void ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_tx()
194 static void ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
206 static void ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, in ixgbe_dcbnl_set_pg_tc_cfg_rx()
238 static void ixgbe_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
250 static void ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, in ixgbe_dcbnl_get_pg_tc_cfg_tx()
262 static void ixgbe_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, in ixgbe_dcbnl_get_pg_bwg_cfg_tx()
270 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-3.3/drivers/net/ethernet/atheros/atlx/
Datlx.c55 static int atlx_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in atlx_ioctl()
74 static int atlx_set_mac(struct net_device *netdev, void *p) in atlx_set_mac()
94 struct net_device *netdev = adapter->netdev; in atlx_check_for_link() local
126 static void atlx_set_multi(struct net_device *netdev) in atlx_set_multi()
192 static void atlx_tx_timeout(struct net_device *netdev) in atlx_tx_timeout()
225 static void atlx_vlan_mode(struct net_device *netdev, in atlx_vlan_mode()
246 static netdev_features_t atlx_fix_features(struct net_device *netdev, in atlx_fix_features()
261 static int atlx_set_features(struct net_device *netdev, in atlx_set_features()
Datl2.c135 static void atl2_set_multi(struct net_device *netdev) in atl2_set_multi()
375 static void atl2_vlan_mode(struct net_device *netdev, in atl2_vlan_mode()
395 static netdev_features_t atl2_fix_features(struct net_device *netdev, in atl2_fix_features()
410 static int atl2_set_features(struct net_device *netdev, in atl2_set_features()
423 struct net_device *netdev = adapter->netdev; in atl2_intr_rx() local
488 struct net_device *netdev = adapter->netdev; in atl2_intr_tx() local
573 struct net_device *netdev = adapter->netdev; in atl2_check_for_link() local
666 struct net_device *netdev = adapter->netdev; in atl2_request_irq() local
707 static int atl2_open(struct net_device *netdev) in atl2_open()
766 struct net_device *netdev = adapter->netdev; in atl2_down() local
[all …]
/linux-3.3/drivers/infiniband/hw/nes/
Dnes_nic.c135 static int nes_netdev_open(struct net_device *netdev) in nes_netdev_open()
277 static int nes_netdev_stop(struct net_device *netdev) in nes_netdev_stop()
360 static int nes_nic_send(struct sk_buff *skb, struct net_device *netdev) in nes_nic_send()
470 static int nes_netdev_start_xmit(struct sk_buff *skb, struct net_device *netdev) in nes_netdev_start_xmit()
705 static struct net_device_stats *nes_netdev_get_stats(struct net_device *netdev) in nes_netdev_get_stats()
796 static void nes_netdev_tx_timeout(struct net_device *netdev) in nes_netdev_tx_timeout()
808 static int nes_netdev_set_mac_address(struct net_device *netdev, void *p) in nes_netdev_set_mac_address()
863 static void nes_netdev_set_multicast_list(struct net_device *netdev) in nes_netdev_set_multicast_list()
990 static int nes_netdev_change_mtu(struct net_device *netdev, int new_mtu) in nes_netdev_change_mtu()
1103 static int nes_netdev_get_sset_count(struct net_device *netdev, int stringset) in nes_netdev_get_sset_count()
[all …]
/linux-3.3/drivers/net/ethernet/intel/igb/
Digb_ethtool.c137 static int igb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in igb_get_settings()
204 static int igb_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) in igb_set_settings()
247 static u32 igb_get_link(struct net_device *netdev) in igb_get_link()
265 static void igb_get_pauseparam(struct net_device *netdev, in igb_get_pauseparam()
284 static int igb_set_pauseparam(struct net_device *netdev, in igb_set_pauseparam()
324 static u32 igb_get_msglevel(struct net_device *netdev) in igb_get_msglevel()
330 static void igb_set_msglevel(struct net_device *netdev, u32 data) in igb_set_msglevel()
336 static int igb_get_regs_len(struct net_device *netdev) in igb_get_regs_len()
342 static void igb_get_regs(struct net_device *netdev, in igb_get_regs()
561 static int igb_get_eeprom_len(struct net_device *netdev) in igb_get_eeprom_len()
[all …]
/linux-3.3/drivers/net/ethernet/intel/e1000/
De1000_ethtool.c109 static int e1000_get_settings(struct net_device *netdev, in e1000_get_settings()
180 static int e1000_set_settings(struct net_device *netdev, in e1000_set_settings()
220 static u32 e1000_get_link(struct net_device *netdev) in e1000_get_link()
237 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
256 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
293 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
299 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
305 static int e1000_get_regs_len(struct net_device *netdev) in e1000_get_regs_len()
311 static void e1000_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in e1000_get_regs()
399 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
[all …]
/linux-3.3/drivers/net/ethernet/intel/e1000e/
Dethtool.c121 static int e1000_get_settings(struct net_device *netdev, in e1000_get_settings()
250 static int e1000_set_settings(struct net_device *netdev, in e1000_set_settings()
303 static void e1000_get_pauseparam(struct net_device *netdev, in e1000_get_pauseparam()
322 static int e1000_set_pauseparam(struct net_device *netdev, in e1000_set_pauseparam()
370 static u32 e1000_get_msglevel(struct net_device *netdev) in e1000_get_msglevel()
376 static void e1000_set_msglevel(struct net_device *netdev, u32 data) in e1000_set_msglevel()
382 static int e1000_get_regs_len(struct net_device *netdev) in e1000_get_regs_len()
388 static void e1000_get_regs(struct net_device *netdev, in e1000_get_regs()
442 static int e1000_get_eeprom_len(struct net_device *netdev) in e1000_get_eeprom_len()
448 static int e1000_get_eeprom(struct net_device *netdev, in e1000_get_eeprom()
[all …]
/linux-3.3/drivers/net/ethernet/faraday/
Dftmac100.c77 struct net_device *netdev; member
127 struct net_device *netdev = priv->netdev; in ftmac100_reset() local
174 struct net_device *netdev = priv->netdev; in ftmac100_start_hw() local
334 struct net_device *netdev = priv->netdev; in ftmac100_rx_packet_error() local
378 struct net_device *netdev = priv->netdev; in ftmac100_rx_drop_packet() local
399 struct net_device *netdev = priv->netdev; in ftmac100_rx_packet() local
583 struct net_device *netdev = priv->netdev; in ftmac100_tx_complete_packet() local
635 struct net_device *netdev = priv->netdev; in ftmac100_xmit() local
670 struct net_device *netdev = priv->netdev; in ftmac100_alloc_rx_page() local
761 static int ftmac100_mdio_read(struct net_device *netdev, int phy_id, int reg) in ftmac100_mdio_read()
[all …]
/linux-3.3/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c94 static int ixgbevf_get_settings(struct net_device *netdev, in ixgbevf_get_settings()
123 static u32 ixgbevf_get_msglevel(struct net_device *netdev) in ixgbevf_get_msglevel()
129 static void ixgbevf_set_msglevel(struct net_device *netdev, u32 data) in ixgbevf_set_msglevel()
186 static int ixgbevf_get_regs_len(struct net_device *netdev) in ixgbevf_get_regs_len()
191 static void ixgbevf_get_regs(struct net_device *netdev, in ixgbevf_get_regs()
266 static void ixgbevf_get_drvinfo(struct net_device *netdev, in ixgbevf_get_drvinfo()
278 static void ixgbevf_get_ringparam(struct net_device *netdev, in ixgbevf_get_ringparam()
291 static int ixgbevf_set_ringparam(struct net_device *netdev, in ixgbevf_set_ringparam()
425 static void ixgbevf_get_ethtool_stats(struct net_device *netdev, in ixgbevf_get_ethtool_stats()
448 static void ixgbevf_get_strings(struct net_device *netdev, u32 stringset, in ixgbevf_get_strings()
[all …]
/linux-3.3/drivers/net/ethernet/
Djme.c60 jme_mdio_read(struct net_device *netdev, int phy, int reg) in jme_mdio_read()
90 jme_mdio_write(struct net_device *netdev, in jme_mdio_write()
308 jme_load_macaddr(struct net_device *netdev) in jme_load_macaddr()
417 jme_check_link(struct net_device *netdev, int testonly) in jme_check_link()
1218 struct net_device *netdev = jme->dev; in jme_pcc_tasklet() local
1297 struct net_device *netdev = jme->dev; in jme_link_change_tasklet() local
1590 struct net_device *netdev = dev_id; in jme_intr() local
1616 struct net_device *netdev = dev_id; in jme_msi() local
1649 struct net_device *netdev = jme->dev; in jme_request_irq() local
1854 jme_open(struct net_device *netdev) in jme_open()
[all …]

12345678910