Searched defs:netdev (Results 1 - 200 of 362) sorted by relevance

12

/linux-4.4.14/drivers/staging/gdm72xx/
H A Dgdm_wimax.h28 struct net_device *netdev; member in struct:phy_dev
37 struct net_device *netdev; member in struct:nic
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Denic_api.c29 int enic_api_devcmd_proxy_by_index(struct net_device *netdev, int vf, enic_api_devcmd_proxy_by_index() argument
H A Denic_dev.c181 int enic_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) enic_vlan_rx_add_vid() argument
194 int enic_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) enic_vlan_rx_kill_vid() argument
H A Denic_pp.c71 struct net_device *netdev = enic->netdev; enic_set_port_profile() local
198 struct net_device *netdev = enic->netdev; enic_pp_disassociate() local
259 struct net_device *netdev = enic->netdev; enic_pp_associate() local
H A Denic_ethtool.c106 static int enic_get_settings(struct net_device *netdev, enic_get_settings() argument
129 static void enic_get_drvinfo(struct net_device *netdev, enic_get_drvinfo() argument
152 static void enic_get_strings(struct net_device *netdev, u32 stringset, enic_get_strings() argument
175 static int enic_get_sset_count(struct net_device *netdev, int sset) enic_get_sset_count() argument
185 static void enic_get_ethtool_stats(struct net_device *netdev, enic_get_ethtool_stats() argument
209 static u32 enic_get_msglevel(struct net_device *netdev) enic_get_msglevel() argument
215 static void enic_set_msglevel(struct net_device *netdev, u32 value) enic_set_msglevel() argument
221 static int enic_get_coalesce(struct net_device *netdev, enic_get_coalesce() argument
285 static int enic_set_coalesce(struct net_device *netdev, enic_set_coalesce() argument
468 static u32 enic_get_rxfh_key_size(struct net_device *netdev) enic_get_rxfh_key_size() argument
473 static int enic_get_rxfh(struct net_device *netdev, u32 *indir, u8 *hkey, enic_get_rxfh() argument
487 static int enic_set_rxfh(struct net_device *netdev, const u32 *indir, enic_set_rxfh() argument
521 void enic_set_ethtool_ops(struct net_device *netdev) enic_set_ethtool_ops() argument
H A Denic.h140 struct net_device *netdev; member in struct:enic
/linux-4.4.14/include/net/phonet/
H A Dpn_dev.h35 struct net_device *netdev; member in struct:phonet_device
/linux-4.4.14/drivers/staging/octeon/
H A Docteon-ethernet.h33 struct net_device *netdev; member in struct:octeon_ethernet
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c39 static void ipoib_get_drvinfo(struct net_device *netdev, ipoib_get_drvinfo() argument
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c68 int cxgb_fcoe_enable(struct net_device *netdev) cxgb_fcoe_enable() argument
100 int cxgb_fcoe_disable(struct net_device *netdev) cxgb_fcoe_disable() argument
H A Dcxgb4_ethtool.c929 static int set_flash(struct net_device *netdev, struct ethtool_flash *ef) set_flash() argument
1126 void cxgb4_set_ethtool_ops(struct net_device *netdev) cxgb4_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_roce.c142 struct net_device *netdev; be_roce_register_driver() local
H A Dbe_roce.h43 struct net_device *netdev; member in struct:be_dev_info
H A Dbe_ethtool.c221 static void be_get_drvinfo(struct net_device *netdev, be_get_drvinfo() argument
296 static int be_get_reg_len(struct net_device *netdev) be_get_reg_len() argument
315 be_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *buf) be_get_regs() argument
329 static int be_get_coalesce(struct net_device *netdev, be_get_coalesce() argument
352 static int be_set_coalesce(struct net_device *netdev, be_set_coalesce() argument
380 static void be_get_ethtool_stats(struct net_device *netdev, be_get_ethtool_stats() argument
432 static void be_get_stat_strings(struct net_device *netdev, uint32_t stringset, be_get_stat_strings() argument
468 static int be_get_sset_count(struct net_device *netdev, int stringset) be_get_sset_count() argument
607 static int be_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) be_get_settings() argument
686 static void be_get_ringparam(struct net_device *netdev, be_get_ringparam() argument
698 be_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *ecmd) be_get_pauseparam() argument
707 be_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *ecmd) be_set_pauseparam() argument
727 static int be_set_phys_id(struct net_device *netdev, be_set_phys_id() argument
756 static int be_set_dump(struct net_device *netdev, struct ethtool_dump *dump) be_set_dump() argument
784 static void be_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) be_get_wol() argument
798 static int be_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) be_set_wol() argument
867 static void be_self_test(struct net_device *netdev, struct ethtool_test *test, be_self_test() argument
912 static int be_do_flash(struct net_device *netdev, struct ethtool_flash *efl) be_do_flash() argument
919 static int be_get_eeprom_len(struct net_device *netdev) be_get_eeprom_len() argument
938 static int be_read_eeprom(struct net_device *netdev, be_read_eeprom() argument
981 static u32 be_get_msg_level(struct net_device *netdev) be_get_msg_level() argument
988 static void be_set_msg_level(struct net_device *netdev, u32 level) be_set_msg_level() argument
1037 static int be_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, be_get_rxnfc() argument
1125 static int be_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) be_set_rxnfc() argument
1147 static void be_get_channels(struct net_device *netdev, be_get_channels() argument
1156 static int be_set_channels(struct net_device *netdev, be_set_channels() argument
1172 static u32 be_get_rxfh_indir_size(struct net_device *netdev) be_get_rxfh_indir_size() argument
1177 static u32 be_get_rxfh_key_size(struct net_device *netdev) be_get_rxfh_key_size() argument
1182 static int be_get_rxfh(struct net_device *netdev, u32 *indir, u8 *hkey, be_get_rxfh() argument
1203 static int be_set_rxfh(struct net_device *netdev, const u32 *indir, be_set_rxfh() argument
1244 static int be_get_module_info(struct net_device *netdev, be_get_module_info() argument
1268 static int be_get_module_eeprom(struct net_device *netdev, be_get_module_eeprom() argument
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dcb.c123 static int xgbe_dcb_ieee_getets(struct net_device *netdev, xgbe_dcb_ieee_getets() argument
144 static int xgbe_dcb_ieee_setets(struct net_device *netdev, xgbe_dcb_ieee_setets() argument
198 static int xgbe_dcb_ieee_getpfc(struct net_device *netdev, xgbe_dcb_ieee_getpfc() argument
215 static int xgbe_dcb_ieee_setpfc(struct net_device *netdev, xgbe_dcb_ieee_setpfc() argument
238 static u8 xgbe_dcb_getdcbx(struct net_device *netdev) xgbe_dcb_getdcbx() argument
243 static u8 xgbe_dcb_setdcbx(struct net_device *netdev, u8 dcbx) xgbe_dcb_setdcbx() argument
H A Dxgbe-main.c339 struct net_device *netdev; xgbe_probe() local
808 struct net_device *netdev = platform_get_drvdata(pdev); xgbe_remove() local
835 struct net_device *netdev = dev_get_drvdata(dev); xgbe_suspend() local
855 struct net_device *netdev = dev_get_drvdata(dev); xgbe_resume() local
H A Dxgbe-ethtool.c187 static void xgbe_get_strings(struct net_device *netdev, u32 stringset, u8 *data) xgbe_get_strings() argument
202 static void xgbe_get_ethtool_stats(struct net_device *netdev, xgbe_get_ethtool_stats() argument
216 static int xgbe_get_sset_count(struct net_device *netdev, int stringset) xgbe_get_sset_count() argument
232 static void xgbe_get_pauseparam(struct net_device *netdev, xgbe_get_pauseparam() argument
242 static int xgbe_set_pauseparam(struct net_device *netdev, xgbe_set_pauseparam() argument
275 static int xgbe_get_settings(struct net_device *netdev, xgbe_get_settings() argument
296 static int xgbe_set_settings(struct net_device *netdev, xgbe_set_settings() argument
364 static void xgbe_get_drvinfo(struct net_device *netdev, xgbe_get_drvinfo() argument
380 static u32 xgbe_get_msglevel(struct net_device *netdev) xgbe_get_msglevel() argument
387 static void xgbe_set_msglevel(struct net_device *netdev, u32 msglevel) xgbe_set_msglevel() argument
394 static int xgbe_get_coalesce(struct net_device *netdev, xgbe_get_coalesce() argument
409 static int xgbe_set_coalesce(struct net_device *netdev, xgbe_set_coalesce() argument
481 static int xgbe_get_rxnfc(struct net_device *netdev, xgbe_get_rxnfc() argument
497 static u32 xgbe_get_rxfh_key_size(struct net_device *netdev) xgbe_get_rxfh_key_size() argument
504 static u32 xgbe_get_rxfh_indir_size(struct net_device *netdev) xgbe_get_rxfh_indir_size() argument
511 static int xgbe_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, xgbe_get_rxfh() argument
532 static int xgbe_set_rxfh(struct net_device *netdev, const u32 *indir, xgbe_set_rxfh() argument
559 static int xgbe_get_ts_info(struct net_device *netdev, xgbe_get_ts_info() argument
H A Dxgbe-mdio.c1182 struct net_device *netdev = pdata->netdev; xgbe_phy_start() local
H A Dxgbe-drv.c256 static int xgbe_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu) xgbe_calc_rx_buf_size() argument
648 struct net_device *netdev = pdata->netdev; xgbe_request_irqs() local
794 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) xgbe_powerdown() argument
833 int xgbe_powerup(struct net_device *netdev, unsigned int caller) xgbe_powerup() argument
875 struct net_device *netdev = pdata->netdev; xgbe_start() local
920 struct net_device *netdev = pdata->netdev; xgbe_stop() local
1292 static int xgbe_open(struct net_device *netdev) xgbe_open() argument
1364 static int xgbe_close(struct net_device *netdev) xgbe_close() argument
1391 static int xgbe_xmit(struct sk_buff *skb, struct net_device *netdev) xgbe_xmit() argument
1461 static void xgbe_set_rx_mode(struct net_device *netdev) xgbe_set_rx_mode() argument
1473 static int xgbe_set_mac_address(struct net_device *netdev, void *addr) xgbe_set_mac_address() argument
1493 static int xgbe_ioctl(struct net_device *netdev, struct ifreq *ifreq, int cmd) xgbe_ioctl() argument
1514 static int xgbe_change_mtu(struct net_device *netdev, int mtu) xgbe_change_mtu() argument
1535 static void xgbe_tx_timeout(struct net_device *netdev) xgbe_tx_timeout() argument
1543 static struct rtnl_link_stats64 *xgbe_get_stats64(struct net_device *netdev, xgbe_get_stats64() argument
1574 static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, xgbe_vlan_rx_add_vid() argument
1590 static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, xgbe_vlan_rx_kill_vid() argument
1607 static void xgbe_poll_controller(struct net_device *netdev) xgbe_poll_controller() argument
1629 static int xgbe_setup_tc(struct net_device *netdev, u8 tc) xgbe_setup_tc() argument
1657 static int xgbe_set_features(struct net_device *netdev, xgbe_set_features() argument
1810 struct net_device *netdev = pdata->netdev; xgbe_tx_poll() local
1880 struct net_device *netdev = pdata->netdev; xgbe_rx_poll() local
2153 void xgbe_print_pkt(struct net_device *netdev, struct sk_buff *skb, bool tx_rx) xgbe_print_pkt() argument
/linux-4.4.14/include/net/netns/
H A Dnftables.h16 struct nft_af_info *netdev; member in struct:netns_nftables
/linux-4.4.14/include/linux/can/
H A Dled.h37 static inline void can_led_event(struct net_device *netdev, can_led_event() argument
41 static inline void devm_can_led_init(struct net_device *netdev) devm_can_led_init() argument
/linux-4.4.14/drivers/net/can/
H A Dled.c25 void can_led_event(struct net_device *netdev, enum can_led_event event) can_led_event() argument
73 void devm_can_led_init(struct net_device *netdev) devm_can_led_init() argument
106 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); can_led_notifier() local
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_txrx.c101 struct net_device *netdev = priv->netdev; mlx5e_cq_error_event() local
H A Den_rx.c161 static inline void mlx5e_handle_csum(struct net_device *netdev, mlx5e_handle_csum() argument
190 struct net_device *netdev = rq->netdev; mlx5e_build_rx_skb() local
H A Den_ethtool.c397 static int mlx5e_get_coalesce(struct net_device *netdev, mlx5e_get_coalesce() argument
410 static int mlx5e_set_coalesce(struct net_device *netdev, mlx5e_set_coalesce() argument
487 static void get_speed_duplex(struct net_device *netdev, get_speed_duplex() argument
555 static int mlx5e_get_settings(struct net_device *netdev, mlx5e_get_settings() argument
622 static int mlx5e_set_settings(struct net_device *netdev, mlx5e_set_settings() argument
675 static u32 mlx5e_get_rxfh_key_size(struct net_device *netdev) mlx5e_get_rxfh_key_size() argument
682 static u32 mlx5e_get_rxfh_indir_size(struct net_device *netdev) mlx5e_get_rxfh_indir_size() argument
687 static int mlx5e_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, mlx5e_get_rxfh() argument
746 static int mlx5e_get_rxnfc(struct net_device *netdev, mlx5e_get_rxnfc() argument
822 static void mlx5e_get_pauseparam(struct net_device *netdev, mlx5e_get_pauseparam() argument
837 static int mlx5e_set_pauseparam(struct net_device *netdev, mlx5e_set_pauseparam() argument
H A Den_flow_table.c657 struct net_device *netdev = priv->netdev; mlx5e_sync_netdev_addr() local
/linux-4.4.14/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h48 struct net_device *netdev; member in struct:usnic_fwd_dev
H A Dusnic_fwd.c46 struct net_device *netdev = ufdev->netdev; usnic_fwd_devcmd_locked() local
H A Dusnic_ib.h72 struct net_device *netdev; member in struct:usnic_ib_dev
H A Dusnic_ib_main.c150 struct net_device *netdev; usnic_ib_handle_usdev_event() local
236 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); usnic_ib_netdevice_event() local
300 struct net_device *netdev = ifa->ifa_dev->dev; usnic_ib_inetaddr_event() local
340 struct net_device *netdev; usnic_ib_device_add() local
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c50 spider_net_ethtool_get_settings(struct net_device *netdev, spider_net_ethtool_get_settings() argument
68 spider_net_ethtool_get_drvinfo(struct net_device *netdev, spider_net_ethtool_get_drvinfo() argument
85 spider_net_ethtool_get_wol(struct net_device *netdev, spider_net_ethtool_get_wol() argument
94 spider_net_ethtool_get_msglevel(struct net_device *netdev) spider_net_ethtool_get_msglevel() argument
102 spider_net_ethtool_set_msglevel(struct net_device *netdev, spider_net_ethtool_set_msglevel() argument
111 spider_net_ethtool_nway_reset(struct net_device *netdev) spider_net_ethtool_nway_reset() argument
121 spider_net_ethtool_get_ringparam(struct net_device *netdev, spider_net_ethtool_get_ringparam() argument
132 static int spider_net_get_sset_count(struct net_device *netdev, int sset) spider_net_get_sset_count() argument
142 static void spider_net_get_ethtool_stats(struct net_device *netdev, spider_net_get_ethtool_stats() argument
162 static void spider_net_get_strings(struct net_device *netdev, u32 stringset, spider_net_get_strings() argument
H A Dps3_gelic_net.c555 struct net_device *netdev; gelic_card_release_tx_chain() local
606 void gelic_net_set_multi(struct net_device *netdev) gelic_net_set_multi() argument
666 int gelic_net_stop(struct net_device *netdev) gelic_net_stop() argument
850 int gelic_net_xmit(struct sk_buff *skb, struct net_device *netdev) gelic_net_xmit() argument
985 struct net_device *netdev = NULL; gelic_card_decode_one_descr() local
1124 int gelic_net_change_mtu(struct net_device *netdev, int new_mtu) gelic_net_change_mtu() argument
1186 void gelic_net_poll_controller(struct net_device *netdev) gelic_net_poll_controller() argument
1205 int gelic_net_open(struct net_device *netdev) gelic_net_open() argument
1209 dev_dbg(ctodev(card), " -> %s %p\n", __func__, netdev); gelic_net_open() local
1220 void gelic_net_get_drvinfo(struct net_device *netdev, gelic_net_get_drvinfo() argument
1227 static int gelic_ether_get_settings(struct net_device *netdev, gelic_ether_get_settings() argument
1271 static int gelic_ether_set_settings(struct net_device *netdev, gelic_ether_set_settings() argument
1310 static void gelic_net_get_wol(struct net_device *netdev, gelic_net_get_wol() argument
1321 static int gelic_net_set_wol(struct net_device *netdev, gelic_net_set_wol() argument
1409 struct net_device *netdev = card->netdev[GELIC_PORT_ETHERNET_0]; gelic_net_tx_timeout_task() local
1432 void gelic_net_tx_timeout(struct net_device *netdev) gelic_net_tx_timeout() argument
1464 static void gelic_ether_setup_netdev_ops(struct net_device *netdev, gelic_ether_setup_netdev_ops() argument
1484 int gelic_net_setup_netdev(struct net_device *netdev, struct gelic_card *card) gelic_net_setup_netdev() argument
1536 static struct gelic_card *gelic_alloc_card_net(struct net_device **netdev) gelic_alloc_card_net() argument
1664 struct net_device *netdev; ps3_gelic_driver_probe() local
921 gelic_net_pass_skb_up(struct gelic_descr *descr, struct gelic_card *card, struct net_device *netdev) gelic_net_pass_skb_up() argument
H A Dps3_gelic_wireless.c243 static u32 gelic_wl_get_link(struct net_device *netdev) gelic_wl_get_link() argument
307 static int gelic_wl_get_range(struct net_device *netdev, gelic_wl_get_range() argument
377 static int gelic_wl_set_scan(struct net_device *netdev, gelic_wl_set_scan() argument
574 static char *gelic_wl_translate_scan(struct net_device *netdev, gelic_wl_translate_scan() argument
706 static int gelic_wl_get_scan(struct net_device *netdev, gelic_wl_get_scan() argument
781 static int gelic_wl_set_auth(struct net_device *netdev, gelic_wl_set_auth() argument
906 static int gelic_wl_get_auth(struct net_device *netdev, gelic_wl_get_auth() argument
959 static int gelic_wl_set_essid(struct net_device *netdev, gelic_wl_set_essid() argument
990 static int gelic_wl_get_essid(struct net_device *netdev, gelic_wl_get_essid() argument
1016 static int gelic_wl_set_encode(struct net_device *netdev, gelic_wl_set_encode() argument
1090 static int gelic_wl_get_encode(struct net_device *netdev, gelic_wl_get_encode() argument
1149 static int gelic_wl_set_ap(struct net_device *netdev, gelic_wl_set_ap() argument
1177 static int gelic_wl_get_ap(struct net_device *netdev, gelic_wl_get_ap() argument
1201 static int gelic_wl_set_encodeext(struct net_device *netdev, gelic_wl_set_encodeext() argument
1291 static int gelic_wl_get_encodeext(struct net_device *netdev, gelic_wl_get_encodeext() argument
1362 static int gelic_wl_set_mode(struct net_device *netdev, gelic_wl_set_mode() argument
1378 static int gelic_wl_get_mode(struct net_device *netdev, gelic_wl_get_mode() argument
2253 void gelic_wl_interrupt(struct net_device *netdev, u64 status) gelic_wl_interrupt() argument
2300 struct net_device *netdev; gelic_wl_alloc() local
2396 static int gelic_wl_try_associate(struct net_device *netdev) gelic_wl_try_associate() argument
2449 static int gelic_wl_open(struct net_device *netdev) gelic_wl_open() argument
2508 static void gelic_wl_disconnect(struct net_device *netdev) gelic_wl_disconnect() argument
2526 static int gelic_wl_stop(struct net_device *netdev) gelic_wl_stop() argument
2575 static void gelic_wl_setup_netdev_ops(struct net_device *netdev) gelic_wl_setup_netdev_ops() argument
2594 struct net_device *netdev; gelic_wl_driver_probe() local
2636 struct net_device *netdev; gelic_wl_driver_remove() local
1403 gelic_wl_get_wireless_stats( struct net_device *netdev) gelic_wl_get_wireless_stats() argument
H A Dspider_net.c129 spider_net_write_phy(struct net_device *netdev, int mii_id, spider_net_write_phy() argument
153 spider_net_read_phy(struct net_device *netdev, int mii_id, int reg) spider_net_read_phy() argument
247 struct net_device *netdev = card->netdev; spider_net_set_promisc() local
569 spider_net_get_multicast_hash(struct net_device *netdev, __u8 *addr) spider_net_get_multicast_hash() argument
600 spider_net_set_multi(struct net_device *netdev) spider_net_set_multi() argument
887 spider_net_xmit(struct sk_buff *skb, struct net_device *netdev) spider_net_xmit() argument
935 spider_net_do_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) spider_net_do_ioctl() argument
957 struct net_device *netdev = card->netdev; spider_net_pass_skb_up() local
1290 spider_net_change_mtu(struct net_device *netdev, int new_mtu) spider_net_change_mtu() argument
1310 spider_net_set_mac(struct net_device *netdev, void *p) spider_net_set_mac() argument
1352 spider_net_link_reset(struct net_device *netdev) spider_net_link_reset() argument
1610 struct net_device *netdev = ptr; spider_net_interrupt() local
1652 spider_net_poll_controller(struct net_device *netdev) spider_net_poll_controller() argument
1934 spider_net_open(struct net_device *netdev) spider_net_open() argument
2143 spider_net_stop(struct net_device *netdev) spider_net_stop() argument
2185 struct net_device *netdev = card->netdev; spider_net_tx_timeout_task() local
2214 spider_net_tx_timeout(struct net_device *netdev) spider_net_tx_timeout() argument
2251 spider_net_setup_netdev_ops(struct net_device *netdev) spider_net_setup_netdev_ops() argument
2271 struct net_device *netdev = card->netdev; spider_net_setup_netdev() local
2345 struct net_device *netdev; spider_net_alloc_card() local
2503 struct net_device *netdev; spider_net_remove() local
/linux-4.4.14/drivers/net/fjes/
H A Dfjes_ethtool.c52 static void fjes_get_ethtool_stats(struct net_device *netdev, fjes_get_ethtool_stats() argument
66 static void fjes_get_strings(struct net_device *netdev, fjes_get_strings() argument
83 static int fjes_get_sset_count(struct net_device *netdev, int sset) fjes_get_sset_count() argument
93 static void fjes_get_drvinfo(struct net_device *netdev, fjes_get_drvinfo() argument
110 static int fjes_get_settings(struct net_device *netdev, fjes_get_settings() argument
132 void fjes_set_ethtool_ops(struct net_device *netdev) fjes_set_ethtool_ops() argument
H A Dfjes.h39 struct net_device *netdev; member in struct:fjes_adapter
H A Dfjes_hw.c934 struct net_device *netdev; fjes_hw_update_zone_task() local
H A Dfjes_main.c199 struct net_device *netdev = adapter->netdev; fjes_request_irq() local
248 static int fjes_open(struct net_device *netdev) fjes_open() argument
289 static int fjes_close(struct net_device *netdev) fjes_close() argument
330 struct net_device *netdev = adapter->netdev; fjes_setup_resources() local
400 struct net_device *netdev = adapter->netdev; fjes_free_resources() local
453 struct net_device *netdev = adapter->netdev; fjes_tx_stall_task() local
506 struct net_device *netdev = adapter->netdev; fjes_force_close_task() local
582 fjes_xmit_frame(struct sk_buff *skb, struct net_device *netdev) fjes_xmit_frame() argument
743 static void fjes_tx_retry(struct net_device *netdev) fjes_tx_retry() argument
751 fjes_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) fjes_get_stats64() argument
760 static int fjes_change_mtu(struct net_device *netdev, int new_mtu) fjes_change_mtu() argument
787 static int fjes_vlan_rx_add_vid(struct net_device *netdev, fjes_vlan_rx_add_vid() argument
807 static int fjes_vlan_rx_kill_vid(struct net_device *netdev, fjes_vlan_rx_kill_vid() argument
995 struct net_device *netdev = napi->dev; fjes_poll() local
1087 struct net_device *netdev; fjes_probe() local
1165 struct net_device *netdev = dev_get_drvdata(&plat_dev->dev); fjes_remove() local
1191 struct net_device *netdev = adapter->netdev; fjes_sw_init() local
1199 static void fjes_netdev_setup(struct net_device *netdev) fjes_netdev_setup() argument
1236 struct net_device *netdev = adapter->netdev; fjes_watch_unshare_task() local
/linux-4.4.14/drivers/net/wan/
H A Dhostess_sv11.c191 struct net_device *netdev; sv11_init() local
H A Dpci200syn.c69 struct net_device *netdev; member in struct:port_s
H A Dpc300too.c81 struct net_device *netdev; member in struct:port_s
/linux-4.4.14/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c67 pasemi_mac_ethtool_get_settings(struct net_device *netdev, pasemi_mac_ethtool_get_settings() argument
80 pasemi_mac_ethtool_set_settings(struct net_device *netdev, pasemi_mac_ethtool_set_settings() argument
93 pasemi_mac_ethtool_get_msglevel(struct net_device *netdev) pasemi_mac_ethtool_get_msglevel() argument
100 pasemi_mac_ethtool_set_msglevel(struct net_device *netdev, pasemi_mac_ethtool_set_msglevel() argument
109 pasemi_mac_ethtool_get_ringparam(struct net_device *netdev, pasemi_mac_ethtool_get_ringparam() argument
120 static int pasemi_mac_get_sset_count(struct net_device *netdev, int sset) pasemi_mac_get_sset_count() argument
130 static void pasemi_mac_get_ethtool_stats(struct net_device *netdev, pasemi_mac_get_ethtool_stats() argument
142 static void pasemi_mac_get_strings(struct net_device *netdev, u32 stringset, pasemi_mac_get_strings() argument
H A Dpasemi_mac.c1850 struct net_device *netdev = pci_get_drvdata(pdev); pasemi_mac_remove() local
H A Dpasemi_mac.h70 struct net_device *netdev; member in struct:pasemi_mac
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c279 void ehea_set_ethtool_ops(struct net_device *netdev) ehea_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/atheros/alx/
H A Dethtool.c128 static int alx_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) alx_get_settings() argument
171 static int alx_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) alx_set_settings() argument
195 static void alx_get_pauseparam(struct net_device *netdev, alx_get_pauseparam() argument
208 static int alx_set_pauseparam(struct net_device *netdev, alx_set_pauseparam() argument
250 static u32 alx_get_msglevel(struct net_device *netdev) alx_get_msglevel() argument
257 static void alx_set_msglevel(struct net_device *netdev, u32 data) alx_set_msglevel() argument
264 static void alx_get_ethtool_stats(struct net_device *netdev, alx_get_ethtool_stats() argument
280 static void alx_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) alx_get_strings() argument
292 static int alx_get_sset_count(struct net_device *netdev, int sset) alx_get_sset_count() argument
H A Dmain.c462 static void __alx_set_rx_mode(struct net_device *netdev) __alx_set_rx_mode() argument
486 static void alx_set_rx_mode(struct net_device *netdev) alx_set_rx_mode() argument
491 static int alx_set_mac_address(struct net_device *netdev, void *data) alx_set_mac_address() argument
738 static netdev_features_t alx_fix_features(struct net_device *netdev, alx_fix_features() argument
806 static int alx_change_mtu(struct net_device *netdev, int mtu) alx_change_mtu() argument
954 static int alx_open(struct net_device *netdev) alx_open() argument
959 static int alx_stop(struct net_device *netdev) alx_stop() argument
1113 static int alx_mdio_read(struct net_device *netdev, alx_mdio_read() argument
1134 static int alx_mdio_write(struct net_device *netdev, alx_mdio_write() argument
1149 static int alx_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) alx_ioctl() argument
1160 static void alx_poll_controller(struct net_device *netdev) alx_poll_controller() argument
1239 struct net_device *netdev; alx_probe() local
1459 struct net_device *netdev = alx->dev; alx_pci_error_detected() local
1512 struct net_device *netdev = alx->dev; alx_pci_error_resume() local
1068 alx_start_xmit(struct sk_buff *skb, struct net_device *netdev) alx_start_xmit() argument
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
H A Dosdep_service.c104 void rtw_free_netdev(struct net_device *netdev) rtw_free_netdev() argument
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dp80211conv.c280 netdevice_t *netdev = wlandev->netdev; skb_p80211_to_ether() local
H A Dp80211netdev.c126 static int p80211knetdev_init(netdevice_t *netdev) p80211knetdev_init() argument
149 static int p80211knetdev_open(netdevice_t *netdev) p80211knetdev_open() argument
184 static int p80211knetdev_stop(netdevice_t *netdev) p80211knetdev_stop() argument
723 netdevice_t *netdev; wlan_setup() local
1074 static void p80211knetdev_tx_timeout(netdevice_t *netdev) p80211knetdev_tx_timeout() argument
320 p80211knetdev_hard_start_xmit(struct sk_buff *skb, netdevice_t *netdev) p80211knetdev_hard_start_xmit() argument
H A Dp80211netdev.h211 netdevice_t *netdev; /* ptr to linux netdevice */ member in struct:wlandevice
H A Dhfa384x_usb.c396 struct net_device *netdev = hw->wlandev->netdev; submit_tx_urb() local
440 struct net_device *netdev = hw->wlandev->netdev; hfa384x_usb_defer() local
/linux-4.4.14/drivers/staging/gdm724x/
H A Dgdm_lte.h63 struct net_device *netdev; member in struct:nic
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.h79 struct net_device *netdev; member in struct:fcoe_interface
H A Dfcoe_transport.c95 struct net_device *netdev = fcoe_get_netdev(lport); fcoe_link_speed_update() local
194 struct net_device *netdev = fcoe_get_netdev(lport); fcoe_get_lesb() local
209 struct net_device *netdev = fcoe_get_netdev(fip->lp); fcoe_ctlr_get_lesb() local
279 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) fcoe_get_wwn() argument
497 static struct fcoe_transport *fcoe_transport_lookup(struct net_device *netdev) fcoe_transport_lookup() argument
621 static int fcoe_add_netdev_mapping(struct net_device *netdev, fcoe_add_netdev_mapping() argument
642 static void fcoe_del_netdev_mapping(struct net_device *netdev) fcoe_del_netdev_mapping() argument
668 static struct fcoe_transport *fcoe_netdev_map_lookup(struct net_device *netdev) fcoe_netdev_map_lookup() argument
720 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); libfcoe_device_notification() local
735 struct net_device *netdev = NULL; fcoe_ctlr_create_store() local
799 struct net_device *netdev = NULL; fcoe_ctlr_destroy_store() local
848 struct net_device *netdev = NULL; fcoe_transport_create() local
913 struct net_device *netdev = NULL; fcoe_transport_destroy() local
957 struct net_device *netdev = NULL; fcoe_transport_disable() local
991 struct net_device *netdev = NULL; fcoe_transport_enable() local
157 __fcoe_get_lesb(struct fc_lport *lport, struct fc_els_lesb *fc_lesb, struct net_device *netdev) __fcoe_get_lesb() argument
/linux-4.4.14/drivers/net/can/sja1000/
H A Dtscan1.c93 struct net_device *netdev; tscan1_probe() local
176 struct net_device *netdev; tscan1_remove() local
H A Dpeak_pci.c144 struct net_device *netdev; member in struct:peak_pciec_chan
281 struct net_device *netdev; peak_pciec_led_work() local
H A Dpeak_pcmcia.c139 struct net_device *netdev; member in struct:pcan_channel
387 struct net_device *netdev; pcan_led_timer() local
444 struct net_device *netdev; pcan_isr() local
481 struct net_device *netdev; pcan_free_channels() local
540 struct net_device *netdev; pcan_add_channels() local
/linux-4.4.14/drivers/net/usb/
H A Dint51x1.c118 static void int51x1_set_multicast(struct net_device *netdev) int51x1_set_multicast() argument
H A Dax88172a.c66 static void ax88172a_adjust_link(struct net_device *netdev) ax88172a_adjust_link() argument
H A Dsr9700.c150 static int sr9700_get_eeprom_len(struct net_device *netdev) sr9700_get_eeprom_len() argument
155 static int sr9700_get_eeprom(struct net_device *netdev, sr9700_get_eeprom() argument
176 static int sr_mdio_read(struct net_device *netdev, int phy_id, int loc) sr_mdio_read() argument
207 static void sr_mdio_write(struct net_device *netdev, int phy_id, int loc, sr_mdio_write() argument
224 static u32 sr9700_get_link(struct net_device *netdev) sr9700_get_link() argument
238 static int sr9700_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd) sr9700_ioctl() argument
257 static void sr9700_set_multicast(struct net_device *netdev) sr9700_set_multicast() argument
288 static int sr9700_set_mac_address(struct net_device *netdev, void *p) sr9700_set_mac_address() argument
319 struct net_device *netdev; sr9700_bind() local
H A Dasix_common.c397 int asix_mdio_read(struct net_device *netdev, int phy_id, int loc) asix_mdio_read() argument
415 void asix_mdio_write(struct net_device *netdev, int phy_id, int loc, int val) asix_mdio_write() argument
H A Dcdc_mbim.c73 static int cdc_mbim_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) cdc_mbim_rx_add_vid() argument
87 static int cdc_mbim_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) cdc_mbim_rx_kill_vid() argument
312 struct net_device *netdev; do_neigh_solicit() local
H A Dipheth.c478 struct net_device *netdev; ipheth_probe() local
H A Dch9200.c180 static int ch9200_mdio_read(struct net_device *netdev, int phy_id, int loc) ch9200_mdio_read() argument
197 static void ch9200_mdio_write(struct net_device *netdev, ch9200_mdio_write() argument
H A Ddm9601.c219 static int dm9601_mdio_read(struct net_device *netdev, int phy_id, int loc) dm9601_mdio_read() argument
239 static void dm9601_mdio_write(struct net_device *netdev, int phy_id, int loc, dm9601_mdio_write() argument
H A Dmcs7830.c157 static int mcs7830_set_mac_address(struct net_device *netdev, void *p) mcs7830_set_mac_address() argument
318 static int mcs7830_mdio_read(struct net_device *netdev, int phy_id, mcs7830_mdio_read() argument
325 static void mcs7830_mdio_write(struct net_device *netdev, int phy_id, mcs7830_mdio_write() argument
H A Dcdc_ncm.c92 static int cdc_ncm_get_sset_count(struct net_device __always_unused *netdev, int sset) cdc_ncm_get_sset_count() argument
102 static void cdc_ncm_get_ethtool_stats(struct net_device *netdev, cdc_ncm_get_ethtool_stats() argument
117 static void cdc_ncm_get_strings(struct net_device __always_unused *netdev, u32 stringset, u8 *data) cdc_ncm_get_strings() argument
H A Dkaweth.c1009 struct net_device *netdev; kaweth_probe() local
1216 struct net_device *netdev; kaweth_disconnect() local
H A Drtl8150.c131 struct net_device *netdev; member in struct:rtl8150
268 static int rtl8150_set_mac_address(struct net_device *netdev, void *p) rtl8150_set_mac_address() argument
370 struct net_device *netdev; read_bulk_callback() local
643 static void rtl8150_tx_timeout(struct net_device *netdev) rtl8150_tx_timeout() argument
651 static void rtl8150_set_multicast(struct net_device *netdev) rtl8150_set_multicast() argument
704 static void set_carrier(struct net_device *netdev) set_carrier() argument
716 static int rtl8150_open(struct net_device *netdev) rtl8150_open() argument
753 static int rtl8150_close(struct net_device *netdev) rtl8150_close() argument
765 static void rtl8150_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info) rtl8150_get_drvinfo() argument
774 static int rtl8150_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) rtl8150_get_settings() argument
817 static int rtl8150_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd) rtl8150_ioctl() argument
859 struct net_device *netdev; rtl8150_probe() local
673 rtl8150_start_xmit(struct sk_buff *skb, struct net_device *netdev) rtl8150_start_xmit() argument
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.h50 struct net_device *netdev; member in struct:hns_nic_priv
H A Dhns_enet.c781 static int hns_nic_ring_open(struct net_device *netdev, int idx) hns_nic_ring_open() argument
815 void hns_nic_update_stats(struct net_device *netdev) hns_nic_update_stats() argument
840 static void hns_nic_ring_close(struct net_device *netdev, int idx) hns_nic_ring_close() argument
993 void hns_nic_net_reinit(struct net_device *netdev) hns_nic_net_reinit() argument
1058 static int hns_nic_do_ioctl(struct net_device *netdev, struct ifreq *ifr, hns_nic_do_ioctl() argument
1241 static void hns_nic_update_link_status(struct net_device *netdev) hns_nic_update_link_status() argument
H A Dhns_ethtool.c835 void hns_get_ethtool_stats(struct net_device *netdev, hns_get_ethtool_stats() argument
893 void hns_get_strings(struct net_device *netdev, u32 stringset, u8 *data) hns_get_strings() argument
983 int hns_get_sset_count(struct net_device *netdev, int stringset) hns_get_sset_count() argument
1015 int hns_phy_led_set(struct net_device *netdev, int value) hns_phy_led_set() argument
1045 int hns_set_phys_id(struct net_device *netdev, enum ethtool_phys_id_state state) hns_set_phys_id() argument
1176 static int hns_nic_nway_reset(struct net_device *netdev) hns_nic_nway_reset() argument
/linux-4.4.14/drivers/net/ethernet/altera/
H A Daltera_tse_ethtool.c272 void altera_tse_set_ethtool_ops(struct net_device *netdev) altera_tse_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c29 static int atl1c_get_settings(struct net_device *netdev, atl1c_get_settings() argument
67 static int atl1c_set_settings(struct net_device *netdev, atl1c_set_settings() argument
117 static u32 atl1c_get_msglevel(struct net_device *netdev) atl1c_get_msglevel() argument
123 static void atl1c_set_msglevel(struct net_device *netdev, u32 data) atl1c_set_msglevel() argument
129 static int atl1c_get_regs_len(struct net_device *netdev) atl1c_get_regs_len() argument
134 static void atl1c_get_regs(struct net_device *netdev, atl1c_get_regs() argument
174 static int atl1c_get_eeprom_len(struct net_device *netdev) atl1c_get_eeprom_len() argument
184 static int atl1c_get_eeprom(struct net_device *netdev, atl1c_get_eeprom() argument
226 static void atl1c_get_drvinfo(struct net_device *netdev, atl1c_get_drvinfo() argument
238 static void atl1c_get_wol(struct net_device *netdev, atl1c_get_wol() argument
258 static int atl1c_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl1c_set_wol() argument
278 static int atl1c_nway_reset(struct net_device *netdev) atl1c_nway_reset() argument
302 void atl1c_set_ethtool_ops(struct net_device *netdev) atl1c_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_ethtool.c29 static int atl1e_get_settings(struct net_device *netdev, atl1e_get_settings() argument
68 static int atl1e_set_settings(struct net_device *netdev, atl1e_set_settings() argument
135 static u32 atl1e_get_msglevel(struct net_device *netdev) atl1e_get_msglevel() argument
144 static int atl1e_get_regs_len(struct net_device *netdev) atl1e_get_regs_len() argument
149 static void atl1e_get_regs(struct net_device *netdev, atl1e_get_regs() argument
198 static int atl1e_get_eeprom_len(struct net_device *netdev) atl1e_get_eeprom_len() argument
208 static int atl1e_get_eeprom(struct net_device *netdev, atl1e_get_eeprom() argument
248 static int atl1e_set_eeprom(struct net_device *netdev, atl1e_set_eeprom() argument
308 static void atl1e_get_drvinfo(struct net_device *netdev, atl1e_get_drvinfo() argument
321 static void atl1e_get_wol(struct net_device *netdev, atl1e_get_wol() argument
341 static int atl1e_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) atl1e_set_wol() argument
361 static int atl1e_nway_reset(struct net_device *netdev) atl1e_nway_reset() argument
385 void atl1e_set_ethtool_ops(struct net_device *netdev) atl1e_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
H A Datlx.c55 static int atlx_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) atlx_ioctl() argument
74 static int atlx_set_mac(struct net_device *netdev, void *p) atlx_set_mac() argument
94 struct net_device *netdev = adapter->netdev; atlx_check_for_link() local
126 static void atlx_set_multi(struct net_device *netdev) atlx_set_multi() argument
199 static void atlx_tx_timeout(struct net_device *netdev) atlx_tx_timeout() argument
232 static void atlx_vlan_mode(struct net_device *netdev, atlx_vlan_mode() argument
253 static netdev_features_t atlx_fix_features(struct net_device *netdev, atlx_fix_features() argument
268 static int atlx_set_features(struct net_device *netdev, atlx_set_features() argument
/linux-4.4.14/net/openvswitch/
H A Dvport-internal_dev.c41 static struct internal_dev *internal_dev_priv(struct net_device *netdev) internal_dev_priv() argument
47 static int internal_dev_xmit(struct sk_buff *skb, struct net_device *netdev) internal_dev_xmit() argument
69 static int internal_dev_open(struct net_device *netdev) internal_dev_open() argument
75 static int internal_dev_stop(struct net_device *netdev) internal_dev_stop() argument
81 static void internal_dev_getinfo(struct net_device *netdev, internal_dev_getinfo() argument
92 static int internal_dev_change_mtu(struct net_device *netdev, int new_mtu) internal_dev_change_mtu() argument
154 static void do_setup(struct net_device *netdev) do_setup() argument
247 struct net_device *netdev = skb->dev; internal_dev_recv() local
281 int ovs_is_internal_dev(const struct net_device *netdev) ovs_is_internal_dev() argument
286 struct vport *ovs_internal_dev_get_vport(struct net_device *netdev) ovs_internal_dev_get_vport() argument
/linux-4.4.14/drivers/staging/rdma/amso1100/
H A Dc2_provider.h163 static inline int is_rnic_addr(struct net_device *netdev, u32 addr) is_rnic_addr() argument
H A Dc2.c90 static void c2_print_macaddr(struct net_device *netdev) c2_print_macaddr() argument
97 struct net_device *netdev = c2_port->netdev; c2_set_rxbufsize() local
379 static void c2_tx_interrupt(struct net_device *netdev) c2_tx_interrupt() argument
461 static void c2_rx_interrupt(struct net_device *netdev) c2_rx_interrupt() argument
585 static int c2_up(struct net_device *netdev) c2_up() argument
689 static int c2_down(struct net_device *netdev) c2_down() argument
756 static int c2_xmit_frame(struct sk_buff *skb, struct net_device *netdev) c2_xmit_frame() argument
840 static void c2_tx_timeout(struct net_device *netdev) c2_tx_timeout() argument
850 static int c2_change_mtu(struct net_device *netdev, int new_mtu) c2_change_mtu() argument
883 struct net_device *netdev = alloc_etherdev(sizeof(*c2_port)); c2_devinit() local
928 struct net_device *netdev = NULL; c2_probe() local
1196 struct net_device *netdev = c2dev->netdev; c2_remove() local
H A Dc2_provider.c653 static int c2_pseudo_up(struct net_device *netdev) c2_pseudo_up() argument
678 static int c2_pseudo_down(struct net_device *netdev) c2_pseudo_down() argument
703 static int c2_pseudo_xmit_frame(struct sk_buff *skb, struct net_device *netdev) c2_pseudo_xmit_frame() argument
709 static int c2_pseudo_change_mtu(struct net_device *netdev, int new_mtu) c2_pseudo_change_mtu() argument
728 static void setup(struct net_device *netdev) setup() argument
744 struct net_device *netdev; c2_pseudo_netdev_init() local
/linux-4.4.14/drivers/net/can/softing/
H A Dsofting_fw.c420 static inline int softing_error_reporting(struct net_device *netdev) softing_error_reporting() argument
433 struct net_device *netdev; softing_startstop() local
679 int softing_default_output(struct net_device *netdev) softing_default_output() argument
H A Dsofting_main.c31 static inline int canif_is_active(struct net_device *netdev) canif_is_active() argument
142 int softing_netdev_rx(struct net_device *netdev, const struct can_frame *msg, softing_netdev_rx() argument
162 struct net_device *netdev; softing_handle_1() local
332 struct net_device *netdev; softing_irq_thread() local
640 struct net_device *netdev; softing_netdev_create() local
668 static int softing_netdev_register(struct net_device *netdev) softing_netdev_register() argument
683 static void softing_netdev_cleanup(struct net_device *netdev) softing_netdev_cleanup() argument
761 struct net_device *netdev; softing_pdev_probe() local
H A Dsofting.h21 struct net_device *netdev; member in struct:softing_priv
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dinit.c326 void mwifiex_wake_up_net_dev_queue(struct net_device *netdev, mwifiex_wake_up_net_dev_queue() argument
347 void mwifiex_stop_net_dev_queue(struct net_device *netdev, mwifiex_stop_net_dev_queue() argument
H A Ddebugfs.c79 struct net_device *netdev = priv->netdev; mwifiex_info_read() local
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c424 int fm10k_ndo_set_vf_mac(struct net_device *netdev, int vf_idx, u8 *mac) fm10k_ndo_set_vf_mac() argument
447 int fm10k_ndo_set_vf_vlan(struct net_device *netdev, int vf_idx, u16 vid, fm10k_ndo_set_vf_vlan() argument
480 int fm10k_ndo_set_vf_bw(struct net_device *netdev, int vf_idx, fm10k_ndo_set_vf_bw() argument
504 int fm10k_ndo_get_vf_config(struct net_device *netdev, fm10k_ndo_get_vf_config() argument
H A Dfm10k_ptp.c176 int fm10k_get_ts_config(struct net_device *netdev, struct ifreq *ifr) fm10k_get_ts_config() argument
207 int fm10k_set_ts_config(struct net_device *netdev, struct ifreq *ifr) fm10k_set_ts_config() argument
H A Dfm10k_netdev.c525 int fm10k_open(struct net_device *netdev) fm10k_open() argument
589 int fm10k_close(struct net_device *netdev) fm10k_close() argument
689 static void fm10k_tx_timeout(struct net_device *netdev) fm10k_tx_timeout() argument
716 static int fm10k_uc_vlan_unsync(struct net_device *netdev, fm10k_uc_vlan_unsync() argument
737 static int fm10k_mc_vlan_unsync(struct net_device *netdev, fm10k_mc_vlan_unsync() argument
758 static int fm10k_update_vid(struct net_device *netdev, u16 vid, bool set) fm10k_update_vid() argument
830 static int fm10k_vlan_rx_add_vid(struct net_device *netdev, fm10k_vlan_rx_add_vid() argument
837 static int fm10k_vlan_rx_kill_vid(struct net_device *netdev, fm10k_vlan_rx_kill_vid() argument
1014 struct net_device *netdev = interface->netdev; fm10k_restore_rx_state() local
1074 struct net_device *netdev = interface->netdev; fm10k_reset_rx_state() local
1101 static struct rtnl_link_stats64 *fm10k_get_stats64(struct net_device *netdev, fm10k_get_stats64() argument
1191 static int fm10k_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) fm10k_ioctl() argument
H A Dfm10k_ethtool.c271 static void fm10k_get_ethtool_stats(struct net_device *netdev, fm10k_get_ethtool_stats() argument
413 static void fm10k_get_regs(struct net_device *netdev, fm10k_get_regs() argument
492 static int fm10k_get_regs_len(struct net_device *netdev) fm10k_get_regs_len() argument
553 static u32 fm10k_get_msglevel(struct net_device *netdev) fm10k_get_msglevel() argument
560 static void fm10k_set_msglevel(struct net_device *netdev, u32 data) fm10k_set_msglevel() argument
567 static void fm10k_get_ringparam(struct net_device *netdev, fm10k_get_ringparam() argument
582 static int fm10k_set_ringparam(struct net_device *netdev, fm10k_set_ringparam() argument
997 static u32 fm10k_get_priv_flags(struct net_device *netdev) fm10k_get_priv_flags() argument
1008 static int fm10k_set_priv_flags(struct net_device *netdev, u32 priv_flags) fm10k_set_priv_flags() argument
1024 static u32 fm10k_get_reta_size(struct net_device __always_unused *netdev) fm10k_get_reta_size() argument
1029 static int fm10k_get_reta(struct net_device *netdev, u32 *indir) fm10k_get_reta() argument
1049 static int fm10k_set_reta(struct net_device *netdev, const u32 *indir) fm10k_set_reta() argument
1084 static u32 fm10k_get_rssrk_size(struct net_device __always_unused *netdev) fm10k_get_rssrk_size() argument
1089 static int fm10k_get_rssh(struct net_device *netdev, u32 *indir, u8 *key, fm10k_get_rssh() argument
1108 static int fm10k_set_rssh(struct net_device *netdev, const u32 *indir, fm10k_set_rssh() argument
H A Dfm10k_pci.c74 struct net_device *netdev = interface->netdev; fm10k_read_reg() local
125 struct net_device *netdev = interface->netdev; fm10k_detach_subtask() local
141 struct net_device *netdev = interface->netdev; fm10k_reinit() local
221 struct net_device *netdev = interface->netdev; fm10k_configure_swpri_map() local
293 struct net_device *netdev = interface->netdev; fm10k_watchdog_host_is_ready() local
311 struct net_device *netdev = interface->netdev; fm10k_watchdog_host_not_ready() local
884 void fm10k_netpoll(struct net_device *netdev) fm10k_netpoll() argument
1593 struct net_device *netdev = interface->netdev; fm10k_down() local
1640 struct net_device *netdev = interface->netdev; fm10k_sw_init() local
1865 struct net_device *netdev; fm10k_probe() local
1996 struct net_device *netdev = interface->netdev; fm10k_remove() local
2048 struct net_device *netdev = interface->netdev; fm10k_resume() local
2127 struct net_device *netdev = interface->netdev; fm10k_suspend() local
2178 struct net_device *netdev = interface->netdev; fm10k_io_error_detected() local
2246 struct net_device *netdev = interface->netdev; fm10k_io_resume() local
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c644 struct net_device *netdev = pf->vsi[pf->lan_vsi]->netdev; i40e_ptp_init() local
H A Di40e_fcoe.c254 static int i40e_fcoe_ddp_put(struct net_device *netdev, u16 xid) i40e_fcoe_ddp_put() argument
423 int i40e_fcoe_enable(struct net_device *netdev) i40e_fcoe_enable() argument
452 int i40e_fcoe_disable(struct net_device *netdev) i40e_fcoe_disable() argument
815 static int i40e_fcoe_ddp_setup(struct net_device *netdev, u16 xid, i40e_fcoe_ddp_setup() argument
962 static int i40e_fcoe_ddp_get(struct net_device *netdev, u16 xid, i40e_fcoe_ddp_get() argument
983 static int i40e_fcoe_ddp_target(struct net_device *netdev, u16 xid, i40e_fcoe_ddp_target() argument
1422 static int i40e_fcoe_change_mtu(struct net_device *netdev, int new_mtu) i40e_fcoe_change_mtu() argument
1434 static int i40e_fcoe_set_features(struct net_device *netdev, i40e_fcoe_set_features() argument
1486 void i40e_fcoe_config_netdev(struct net_device *netdev, struct i40e_vsi *vsi) i40e_fcoe_config_netdev() argument
1354 i40e_fcoe_xmit_frame(struct sk_buff *skb, struct net_device *netdev) i40e_fcoe_xmit_frame() argument
H A Di40e_virtchnl_pf.c2049 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) i40e_ndo_set_vf_mac() argument
2126 int i40e_ndo_set_vf_port_vlan(struct net_device *netdev, i40e_ndo_set_vf_port_vlan() argument
2247 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, i40e_ndo_set_vf_bw() argument
2327 int i40e_ndo_get_vf_config(struct net_device *netdev, i40e_ndo_get_vf_config() argument
2382 int i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link) i40e_ndo_set_vf_link_state() argument
2445 int i40e_ndo_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool enable) i40e_ndo_set_vf_spoofchk() argument
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40evf_ethtool.c74 static int i40evf_get_settings(struct net_device *netdev, i40evf_get_settings() argument
96 static int i40evf_get_sset_count(struct net_device *netdev, int sset) i40evf_get_sset_count() argument
112 static void i40evf_get_ethtool_stats(struct net_device *netdev, i40evf_get_ethtool_stats() argument
141 static void i40evf_get_strings(struct net_device *netdev, u32 sset, u8 *data) i40evf_get_strings() argument
174 static u32 i40evf_get_msglevel(struct net_device *netdev) i40evf_get_msglevel() argument
189 static void i40evf_set_msglevel(struct net_device *netdev, u32 data) i40evf_set_msglevel() argument
205 static void i40evf_get_drvinfo(struct net_device *netdev, i40evf_get_drvinfo() argument
224 static void i40evf_get_ringparam(struct net_device *netdev, i40evf_get_ringparam() argument
243 static int i40evf_set_ringparam(struct net_device *netdev, i40evf_set_ringparam() argument
287 static int i40evf_get_coalesce(struct net_device *netdev, i40evf_get_coalesce() argument
315 static int i40evf_set_coalesce(struct net_device *netdev, i40evf_set_coalesce() argument
429 static int i40evf_get_rxnfc(struct net_device *netdev, i40evf_get_rxnfc() argument
575 static int i40evf_set_rxnfc(struct net_device *netdev, i40evf_set_rxnfc() argument
600 static void i40evf_get_channels(struct net_device *netdev, i40evf_get_channels() argument
620 static u32 i40evf_get_rxfh_indir_size(struct net_device *netdev) i40evf_get_rxfh_indir_size() argument
633 static int i40evf_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, i40evf_get_rxfh() argument
667 static int i40evf_set_rxfh(struct net_device *netdev, const u32 *indir, i40evf_set_rxfh() argument
721 void i40evf_set_ethtool_ops(struct net_device *netdev) i40evf_set_ethtool_ops() argument
H A Di40evf_virtchnl.c692 struct net_device *netdev = adapter->netdev; i40evf_virtchnl_completion() local
H A Di40e_txrx.c2029 netdev_tx_t i40evf_xmit_frame(struct sk_buff *skb, struct net_device *netdev) i40evf_xmit_frame() argument
H A Di40e_txrx.h237 struct net_device *netdev; /* netdev ring maps to */ member in struct:i40e_ring
H A Di40evf.h55 struct net_device *netdev; member in struct:i40e_vsi
246 struct net_device *netdev; member in struct:i40evf_adapter
H A Di40evf_main.c169 static void i40evf_tx_timeout(struct net_device *netdev) i40evf_tx_timeout() argument
305 struct net_device *netdev = data; i40evf_msix_aq() local
457 static void i40evf_netpoll(struct net_device *netdev) i40evf_netpoll() argument
550 struct net_device *netdev = adapter->netdev; i40evf_request_misc_irq() local
597 struct net_device *netdev = adapter->netdev; i40evf_free_misc_irq() local
626 struct net_device *netdev = adapter->netdev; i40evf_configure_rx() local
753 static int i40evf_vlan_rx_add_vid(struct net_device *netdev, i40evf_vlan_rx_add_vid() argument
770 static int i40evf_vlan_rx_kill_vid(struct net_device *netdev, i40evf_vlan_rx_kill_vid() argument
856 static int i40evf_set_mac(struct net_device *netdev, void *p) i40evf_set_mac() argument
891 static void i40evf_set_rx_mode(struct net_device *netdev) i40evf_set_rx_mode() argument
985 struct net_device *netdev = adapter->netdev; i40evf_configure() local
1025 struct net_device *netdev = adapter->netdev; i40evf_down() local
1610 struct net_device *netdev = adapter->netdev; i40evf_reset_task() local
1952 static int i40evf_open(struct net_device *netdev) i40evf_open() argument
2012 static int i40evf_close(struct net_device *netdev) i40evf_close() argument
2036 static struct net_device_stats *i40evf_get_stats(struct net_device *netdev) i40evf_get_stats() argument
2051 static int i40evf_change_mtu(struct net_device *netdev, int new_mtu) i40evf_change_mtu() argument
2114 struct net_device *netdev = adapter->netdev; i40evf_process_config() local
2182 struct net_device *netdev = adapter->netdev; i40evf_init_task() local
2379 struct net_device *netdev = pci_get_drvdata(pdev); i40evf_shutdown() local
2411 struct net_device *netdev; i40evf_probe() local
2517 struct net_device *netdev = pci_get_drvdata(pdev); i40evf_suspend() local
2549 struct net_device *netdev = adapter->netdev; i40evf_resume() local
2599 struct net_device *netdev = pci_get_drvdata(pdev); i40evf_remove() local
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c74 static int igbvf_get_settings(struct net_device *netdev, igbvf_get_settings() argument
111 static int igbvf_set_settings(struct net_device *netdev, igbvf_set_settings() argument
117 static void igbvf_get_pauseparam(struct net_device *netdev, igbvf_get_pauseparam() argument
122 static int igbvf_set_pauseparam(struct net_device *netdev, igbvf_set_pauseparam() argument
128 static u32 igbvf_get_msglevel(struct net_device *netdev) igbvf_get_msglevel() argument
135 static void igbvf_set_msglevel(struct net_device *netdev, u32 data) igbvf_set_msglevel() argument
142 static int igbvf_get_regs_len(struct net_device *netdev) igbvf_get_regs_len() argument
148 static void igbvf_get_regs(struct net_device *netdev, igbvf_get_regs() argument
172 static int igbvf_get_eeprom_len(struct net_device *netdev) igbvf_get_eeprom_len() argument
177 static int igbvf_get_eeprom(struct net_device *netdev, igbvf_get_eeprom() argument
183 static int igbvf_set_eeprom(struct net_device *netdev, igbvf_set_eeprom() argument
189 static void igbvf_get_drvinfo(struct net_device *netdev, igbvf_get_drvinfo() argument
201 static void igbvf_get_ringparam(struct net_device *netdev, igbvf_get_ringparam() argument
214 static int igbvf_set_ringparam(struct net_device *netdev, igbvf_set_ringparam() argument
306 static void igbvf_diag_test(struct net_device *netdev, igbvf_diag_test() argument
323 static void igbvf_get_wol(struct net_device *netdev, igbvf_get_wol() argument
330 static int igbvf_set_wol(struct net_device *netdev, igbvf_set_wol() argument
336 static int igbvf_get_coalesce(struct net_device *netdev, igbvf_get_coalesce() argument
349 static int igbvf_set_coalesce(struct net_device *netdev, igbvf_set_coalesce() argument
384 static int igbvf_nway_reset(struct net_device *netdev) igbvf_nway_reset() argument
393 static void igbvf_get_ethtool_stats(struct net_device *netdev, igbvf_get_ethtool_stats() argument
424 static void igbvf_get_strings(struct net_device *netdev, u32 stringset, igbvf_get_strings() argument
471 void igbvf_set_ethtool_ops(struct net_device *netdev) igbvf_set_ethtool_ops() argument
H A Digbvf.h242 struct net_device *netdev; member in struct:igbvf_adapter
/linux-4.4.14/drivers/net/irda/
H A Dkingsun-sir.c104 struct net_device *netdev; /* network layer */ member in struct:kingsun_cb
131 struct net_device *netdev = kingsun->netdev; kingsun_send_irq() local
255 static int kingsun_net_open(struct net_device *netdev) kingsun_net_open() argument
345 static int kingsun_net_close(struct net_device *netdev) kingsun_net_close() argument
381 static int kingsun_net_ioctl(struct net_device *netdev, struct ifreq *rq, kingsun_net_ioctl() argument
152 kingsun_hard_xmit(struct sk_buff *skb, struct net_device *netdev) kingsun_hard_xmit() argument
H A Dmcs7780.c563 struct net_device *netdev = mcs->netdev; mcs_speed_work() local
655 static int mcs_net_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd) mcs_net_ioctl() argument
670 static int mcs_net_close(struct net_device *netdev) mcs_net_close() argument
695 static int mcs_net_open(struct net_device *netdev) mcs_net_open() argument
H A Dirda-usb.h154 struct net_device *netdev; /* Yes! we are some kind of netdev. */ member in struct:irda_usb_cb
H A Dmcs7780.h105 struct net_device *netdev; /* network layer */ member in struct:mcs_cb
H A Dsir-dev.h163 struct net_device *netdev; member in struct:sir_dev
H A Dirda-usb.c620 static void irda_usb_net_timeout(struct net_device *netdev) irda_usb_net_timeout() argument
1160 static int irda_usb_net_open(struct net_device *netdev) irda_usb_net_open() argument
1240 static int irda_usb_net_close(struct net_device *netdev) irda_usb_net_close() argument
1407 struct net_device *netdev = self->netdev; irda_usb_open() local
385 irda_usb_hard_xmit(struct sk_buff *skb, struct net_device *netdev) irda_usb_hard_xmit() argument
H A Dks959-sir.c173 struct net_device *netdev; /* network layer */ member in struct:ks959_cb
329 struct net_device *netdev = kingsun->netdev; ks959_send_irq() local
496 static int ks959_net_open(struct net_device *netdev) ks959_net_open() argument
596 static int ks959_net_close(struct net_device *netdev) ks959_net_close() argument
635 static int ks959_net_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd) ks959_net_ioctl() argument
389 ks959_hard_xmit(struct sk_buff *skb, struct net_device *netdev) ks959_hard_xmit() argument
H A Dksdazzle-sir.c139 struct net_device *netdev; /* network layer */ member in struct:ksdazzle_cb
242 struct net_device *netdev = kingsun->netdev; ksdazzle_send_irq() local
352 struct net_device *netdev = kingsun->netdev; ksdazzle_rcv_irq() local
393 static int ksdazzle_net_open(struct net_device *netdev) ksdazzle_net_open() argument
491 static int ksdazzle_net_close(struct net_device *netdev) ksdazzle_net_close() argument
529 static int ksdazzle_net_ioctl(struct net_device *netdev, struct ifreq *rq, ksdazzle_net_ioctl() argument
303 ksdazzle_hard_xmit(struct sk_buff *skb, struct net_device *netdev) ksdazzle_hard_xmit() argument
H A Dali-ircc.h193 struct net_device *netdev; /* Yes! we are some kind of netdevice */ member in struct:ali_ircc_cb
H A Ddonauboe.h310 struct net_device *netdev; /* Yes! we are some kind of netdevice */ member in struct:toshoboe_cb
H A Dstir4200.c165 struct net_device *netdev; /* network layer */ member in struct:stir_cb
849 static int stir_net_open(struct net_device *netdev) stir_net_open() argument
941 static int stir_net_close(struct net_device *netdev) stir_net_close() argument
971 static int stir_net_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd) stir_net_ioctl() argument
563 stir_hard_xmit(struct sk_buff *skb, struct net_device *netdev) stir_hard_xmit() argument
H A Dw83977af_ir.h174 struct net_device *netdev; /* Yes! we are some kind of netdevice */ member in struct:w83977af_ir
/linux-4.4.14/drivers/net/
H A Dntb_netdev.c149 static int __ntb_netdev_maybe_stop_tx(struct net_device *netdev, __ntb_netdev_maybe_stop_tx() argument
/linux-4.4.14/drivers/net/phy/
H A Dmdio_bus.c522 struct net_device *netdev = phydev->attached_dev; mdio_bus_phy_may_suspend() local
591 struct net_device *netdev = phydev->attached_dev; mdio_bus_restore() local
/linux-4.4.14/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c117 vmxnet3_get_stats64(struct net_device *netdev, vmxnet3_get_stats64() argument
168 vmxnet3_get_sset_count(struct net_device *netdev, int sset) vmxnet3_get_sset_count() argument
193 vmxnet3_get_regs_len(struct net_device *netdev) vmxnet3_get_regs_len() argument
206 vmxnet3_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) vmxnet3_get_drvinfo() argument
221 vmxnet3_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) vmxnet3_get_strings() argument
262 int vmxnet3_set_features(struct net_device *netdev, netdev_features_t features) vmxnet3_set_features() argument
301 vmxnet3_get_ethtool_stats(struct net_device *netdev, vmxnet3_get_ethtool_stats() argument
354 vmxnet3_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *p) vmxnet3_get_regs() argument
450 vmxnet3_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) vmxnet3_get_wol() argument
460 vmxnet3_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) vmxnet3_set_wol() argument
478 vmxnet3_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) vmxnet3_get_settings() argument
500 vmxnet3_get_ringparam(struct net_device *netdev, vmxnet3_get_ringparam() argument
518 vmxnet3_set_ringparam(struct net_device *netdev, vmxnet3_set_ringparam() argument
634 vmxnet3_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *info, vmxnet3_get_rxnfc() argument
648 vmxnet3_get_rss_indir_size(struct net_device *netdev) vmxnet3_get_rss_indir_size() argument
657 vmxnet3_get_rss(struct net_device *netdev, u32 *p, u8 *key, u8 *hfunc) vmxnet3_get_rss() argument
674 vmxnet3_set_rss(struct net_device *netdev, const u32 *p, const u8 *key, vmxnet3_set_rss() argument
722 void vmxnet3_set_ethtool_ops(struct net_device *netdev) vmxnet3_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_ethtool.c83 static int pch_gbe_get_settings(struct net_device *netdev, pch_gbe_get_settings() argument
106 static int pch_gbe_set_settings(struct net_device *netdev, pch_gbe_set_settings() argument
148 static int pch_gbe_get_regs_len(struct net_device *netdev) pch_gbe_get_regs_len() argument
158 static void pch_gbe_get_drvinfo(struct net_device *netdev, pch_gbe_get_drvinfo() argument
175 static void pch_gbe_get_regs(struct net_device *netdev, pch_gbe_get_regs() argument
199 static void pch_gbe_get_wol(struct net_device *netdev, pch_gbe_get_wol() argument
225 static int pch_gbe_set_wol(struct net_device *netdev, pch_gbe_set_wol() argument
253 static int pch_gbe_nway_reset(struct net_device *netdev) pch_gbe_nway_reset() argument
265 static void pch_gbe_get_ringparam(struct net_device *netdev, pch_gbe_get_ringparam() argument
286 static int pch_gbe_set_ringparam(struct net_device *netdev, pch_gbe_set_ringparam() argument
376 static void pch_gbe_get_pauseparam(struct net_device *netdev, pch_gbe_get_pauseparam() argument
403 static int pch_gbe_set_pauseparam(struct net_device *netdev, pch_gbe_set_pauseparam() argument
440 static void pch_gbe_get_strings(struct net_device *netdev, u32 stringset, pch_gbe_get_strings() argument
463 static void pch_gbe_get_ethtool_stats(struct net_device *netdev, pch_gbe_get_ethtool_stats() argument
479 static int pch_gbe_get_sset_count(struct net_device *netdev, int sset) pch_gbe_get_sset_count() argument
508 void pch_gbe_set_ethtool_ops(struct net_device *netdev) pch_gbe_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_ethtool.c237 static int sxgbe_get_sset_count(struct net_device *netdev, int sset) sxgbe_get_sset_count() argument
521 void sxgbe_set_ethtool_ops(struct net_device *netdev) sxgbe_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
H A Docteon_network.h65 struct net_device *netdev; member in struct:lio
H A Dlio_ethtool.c107 static int lio_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) lio_get_settings() argument
142 lio_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) lio_get_drvinfo() argument
181 static int lio_get_eeprom_len(struct net_device *netdev) lio_get_eeprom_len() argument
198 lio_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, lio_get_eeprom() argument
220 static int octnet_gpio_access(struct net_device *netdev, int addr, int val) octnet_gpio_access() argument
352 static int lio_set_phys_id(struct net_device *netdev, lio_set_phys_id() argument
455 lio_ethtool_get_ringparam(struct net_device *netdev, lio_ethtool_get_ringparam() argument
492 static u32 lio_get_msglevel(struct net_device *netdev) lio_get_msglevel() argument
499 static void lio_set_msglevel(struct net_device *netdev, u32 msglvl) lio_set_msglevel() argument
516 lio_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) lio_get_pauseparam() argument
526 lio_get_ethtool_stats(struct net_device *netdev, lio_get_ethtool_stats() argument
579 static void lio_get_strings(struct net_device *netdev, u32 stringset, u8 *data) lio_get_strings() argument
607 static int lio_get_sset_count(struct net_device *netdev, int sset) lio_get_sset_count() argument
616 static int lio_get_intr_coalesce(struct net_device *netdev, lio_get_intr_coalesce() argument
851 static int lio_set_intr_coalesce(struct net_device *netdev, lio_set_intr_coalesce() argument
920 static int lio_get_ts_info(struct net_device *netdev, lio_get_ts_info() argument
947 static int lio_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) lio_set_settings() argument
1014 static int lio_nway_reset(struct net_device *netdev) lio_nway_reset() argument
1213 void liquidio_set_ethtool_ops(struct net_device *netdev) liquidio_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c108 uec_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) uec_get_settings() argument
124 uec_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) uec_set_settings() argument
136 uec_get_pauseparam(struct net_device *netdev, uec_get_pauseparam() argument
150 uec_set_pauseparam(struct net_device *netdev, uec_set_pauseparam() argument
181 uec_get_msglevel(struct net_device *netdev) uec_get_msglevel() argument
188 uec_set_msglevel(struct net_device *netdev, uint32_t data) uec_set_msglevel() argument
195 uec_get_regs_len(struct net_device *netdev) uec_get_regs_len() argument
201 uec_get_regs(struct net_device *netdev, uec_get_regs() argument
214 uec_get_ringparam(struct net_device *netdev, uec_get_ringparam() argument
233 uec_set_ringparam(struct net_device *netdev, uec_set_ringparam() argument
267 static int uec_get_sset_count(struct net_device *netdev, int sset) uec_get_sset_count() argument
289 static void uec_get_strings(struct net_device *netdev, u32 stringset, u8 *buf) uec_get_strings() argument
309 static void uec_get_ethtool_stats(struct net_device *netdev, uec_get_ethtool_stats() argument
338 static int uec_nway_reset(struct net_device *netdev) uec_nway_reset() argument
347 uec_get_drvinfo(struct net_device *netdev, uec_get_drvinfo() argument
358 static void uec_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) uec_get_wol() argument
371 static int uec_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) uec_set_wol() argument
416 void uec_set_ethtool_ops(struct net_device *netdev) uec_set_ethtool_ops() argument
/linux-4.4.14/net/caif/
H A Dcaif_dev.c36 struct net_device *netdev; member in struct:caif_device_entry
H A Dcfcnfg.c380 struct net_device *netdev; cfcnfg_linkup_rsp() local
H A Dchnl_net.c51 struct net_device *netdev; member in struct:chnl_net
/linux-4.4.14/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c191 struct net_device *netdev; peak_usb_read_bulk_callback() local
257 struct net_device *netdev; peak_usb_write_bulk_callback() local
392 struct net_device *netdev = dev->netdev; peak_usb_start() local
530 static int peak_usb_ndo_open(struct net_device *netdev) peak_usb_ndo_open() argument
588 static int peak_usb_ndo_stop(struct net_device *netdev) peak_usb_ndo_stop() argument
681 static int peak_usb_set_mode(struct net_device *netdev, enum can_mode mode) peak_usb_set_mode() argument
704 static int peak_usb_set_bittiming(struct net_device *netdev) peak_usb_set_bittiming() argument
725 static int peak_usb_set_data_bittiming(struct net_device *netdev) peak_usb_set_data_bittiming() argument
762 struct net_device *netdev; peak_usb_create_dev() local
878 struct net_device *netdev = dev->netdev; peak_usb_disconnect() local
972 struct net_device *netdev = dev->netdev; peak_usb_do_device_exit() local
304 peak_usb_ndo_start_xmit(struct sk_buff *skb, struct net_device *netdev) peak_usb_ndo_start_xmit() argument
H A Dpcan_usb_core.h122 struct net_device *netdev; member in struct:peak_usb_device
H A Dpcan_usb.c112 struct net_device *netdev; member in struct:pcan_usb_msg_context
731 struct net_device *netdev = dev->netdev; pcan_usb_encode_msg() local
H A Dpcan_usb_fd.c478 struct net_device *netdev = dev->netdev; pcan_usb_fd_decode_canmsg() local
534 struct net_device *netdev = dev->netdev; pcan_usb_fd_decode_status() local
607 struct net_device *netdev = dev->netdev; pcan_usb_fd_decode_overrun() local
645 struct net_device *netdev = dev->netdev; pcan_usb_fd_decode_buf() local
809 static int pcan_usb_fd_get_berr_counter(const struct net_device *netdev, pcan_usb_fd_get_berr_counter() argument
H A Dpcan_usb_pro.c531 struct net_device *netdev = dev->netdev; pcan_usb_pro_handle_canmsg() local
569 struct net_device *netdev = dev->netdev; pcan_usb_pro_handle_error() local
697 struct net_device *netdev = dev->netdev; pcan_usb_pro_decode_buf() local
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
H A Dprovider.c351 struct net_device *netdev; c4iw_query_port() local
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h168 struct net_device *netdev; member in struct:ixgb_adapter
H A Dixgb_ethtool.c97 ixgb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) ixgb_get_settings() argument
118 void ixgb_set_speed_duplex(struct net_device *netdev) ixgb_set_speed_duplex() argument
129 ixgb_set_settings(struct net_device *netdev, struct ethtool_cmd *ecmd) ixgb_set_settings() argument
150 ixgb_get_pauseparam(struct net_device *netdev, ixgb_get_pauseparam() argument
169 ixgb_set_pauseparam(struct net_device *netdev, ixgb_set_pauseparam() argument
198 ixgb_get_msglevel(struct net_device *netdev) ixgb_get_msglevel() argument
205 ixgb_set_msglevel(struct net_device *netdev, u32 data) ixgb_set_msglevel() argument
213 ixgb_get_regs_len(struct net_device *netdev) ixgb_get_regs_len() argument
220 ixgb_get_regs(struct net_device *netdev, ixgb_get_regs() argument
360 ixgb_get_eeprom_len(struct net_device *netdev) ixgb_get_eeprom_len() argument
367 ixgb_get_eeprom(struct net_device *netdev, ixgb_get_eeprom() argument
413 ixgb_set_eeprom(struct net_device *netdev, ixgb_set_eeprom() argument
471 ixgb_get_drvinfo(struct net_device *netdev, ixgb_get_drvinfo() argument
485 ixgb_get_ringparam(struct net_device *netdev, ixgb_get_ringparam() argument
499 ixgb_set_ringparam(struct net_device *netdev, ixgb_set_ringparam() argument
559 ixgb_set_phys_id(struct net_device *netdev, enum ethtool_phys_id_state state) ixgb_set_phys_id() argument
580 ixgb_get_sset_count(struct net_device *netdev, int sset) ixgb_get_sset_count() argument
591 ixgb_get_ethtool_stats(struct net_device *netdev, ixgb_get_ethtool_stats() argument
617 ixgb_get_strings(struct net_device *netdev, u32 stringset, u8 *data) ixgb_get_strings() argument
654 void ixgb_set_ethtool_ops(struct net_device *netdev) ixgb_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c68 int ixgbe_fcoe_ddp_put(struct net_device *netdev, u16 xid) ixgbe_fcoe_ddp_put() argument
156 static int ixgbe_fcoe_ddp_setup(struct net_device *netdev, u16 xid, ixgbe_fcoe_ddp_setup() argument
367 int ixgbe_fcoe_ddp_get(struct net_device *netdev, u16 xid, ixgbe_fcoe_ddp_get() argument
388 int ixgbe_fcoe_ddp_target(struct net_device *netdev, u16 xid, ixgbe_fcoe_ddp_target() argument
856 int ixgbe_fcoe_enable(struct net_device *netdev) ixgbe_fcoe_enable() argument
903 int ixgbe_fcoe_disable(struct net_device *netdev) ixgbe_fcoe_disable() argument
948 int ixgbe_fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) ixgbe_fcoe_get_wwn() argument
988 int ixgbe_fcoe_get_hbainfo(struct net_device *netdev, ixgbe_fcoe_get_hbainfo() argument
H A Dixgbe_ptp.c854 struct net_device *netdev = adapter->netdev; ixgbe_ptp_create_clock() local
H A Dixgbe_dcb_nl.c146 static u8 ixgbe_dcbnl_get_state(struct net_device *netdev) ixgbe_dcbnl_get_state() argument
153 static u8 ixgbe_dcbnl_set_state(struct net_device *netdev, u8 state) ixgbe_dcbnl_set_state() argument
169 static void ixgbe_dcbnl_get_perm_hw_addr(struct net_device *netdev, ixgbe_dcbnl_get_perm_hw_addr() argument
192 static void ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, ixgbe_dcbnl_set_pg_tc_cfg_tx() argument
210 static void ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, ixgbe_dcbnl_set_pg_bwg_cfg_tx() argument
218 static void ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, ixgbe_dcbnl_set_pg_tc_cfg_rx() argument
236 static void ixgbe_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, ixgbe_dcbnl_set_pg_bwg_cfg_rx() argument
244 static void ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, ixgbe_dcbnl_get_pg_tc_cfg_tx() argument
256 static void ixgbe_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, ixgbe_dcbnl_get_pg_bwg_cfg_tx() argument
264 static void ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, ixgbe_dcbnl_get_pg_tc_cfg_rx() argument
276 static void ixgbe_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, ixgbe_dcbnl_get_pg_bwg_cfg_rx() argument
284 static void ixgbe_dcbnl_set_pfc_cfg(struct net_device *netdev, int priority, ixgbe_dcbnl_set_pfc_cfg() argument
295 static void ixgbe_dcbnl_get_pfc_cfg(struct net_device *netdev, int priority, ixgbe_dcbnl_get_pfc_cfg() argument
322 static u8 ixgbe_dcbnl_set_all(struct net_device *netdev) ixgbe_dcbnl_set_all() argument
410 static u8 ixgbe_dcbnl_getcap(struct net_device *netdev, int capid, u8 *cap) ixgbe_dcbnl_getcap() argument
447 static int ixgbe_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) ixgbe_dcbnl_getnumtcs() argument
469 static int ixgbe_dcbnl_setnumtcs(struct net_device *netdev, int tcid, u8 num) ixgbe_dcbnl_setnumtcs() argument
474 static u8 ixgbe_dcbnl_getpfcstate(struct net_device *netdev) ixgbe_dcbnl_getpfcstate() argument
481 static void ixgbe_dcbnl_setpfcstate(struct net_device *netdev, u8 state) ixgbe_dcbnl_setpfcstate() argument
498 static int ixgbe_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) ixgbe_dcbnl_getapp() argument
H A Dixgbe_sriov.c1214 int ixgbe_ndo_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) ixgbe_ndo_set_vf_mac() argument
1291 int ixgbe_ndo_set_vf_vlan(struct net_device *netdev, int vf, u16 vlan, u8 qos) ixgbe_ndo_set_vf_vlan() argument
1407 int ixgbe_ndo_set_vf_bw(struct net_device *netdev, int vf, int min_tx_rate, ixgbe_ndo_set_vf_bw() argument
1443 int ixgbe_ndo_set_vf_spoofchk(struct net_device *netdev, int vf, bool setting) ixgbe_ndo_set_vf_spoofchk() argument
1472 int ixgbe_ndo_set_vf_rss_query_en(struct net_device *netdev, int vf, ixgbe_ndo_set_vf_rss_query_en() argument
1492 int ixgbe_ndo_set_vf_trust(struct net_device *netdev, int vf, bool setting) ixgbe_ndo_set_vf_trust() argument
1514 int ixgbe_ndo_get_vf_config(struct net_device *netdev, ixgbe_ndo_get_vf_config() argument
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c433 ixgbevf_update_mc_addr_list_vf(struct ixgbe_hw *hw, struct net_device *netdev) ixgbevf_update_mc_addr_list_vf() argument
479 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, struct net_device *netdev, int xcast_mode) ixgbevf_update_xcast_mode() argument
H A Dethtool.c105 static int ixgbevf_get_settings(struct net_device *netdev, ixgbevf_get_settings() argument
146 static u32 ixgbevf_get_msglevel(struct net_device *netdev) ixgbevf_get_msglevel() argument
153 static void ixgbevf_set_msglevel(struct net_device *netdev, u32 data) ixgbevf_set_msglevel() argument
162 static int ixgbevf_get_regs_len(struct net_device *netdev) ixgbevf_get_regs_len() argument
168 static void ixgbevf_get_regs(struct net_device *netdev, ixgbevf_get_regs() argument
241 static void ixgbevf_get_drvinfo(struct net_device *netdev, ixgbevf_get_drvinfo() argument
253 static void ixgbevf_get_ringparam(struct net_device *netdev, ixgbevf_get_ringparam() argument
264 static int ixgbevf_set_ringparam(struct net_device *netdev, ixgbevf_set_ringparam() argument
407 static void ixgbevf_get_ethtool_stats(struct net_device *netdev, ixgbevf_get_ethtool_stats() argument
458 static void ixgbevf_get_strings(struct net_device *netdev, u32 stringset, ixgbevf_get_strings() argument
655 static void ixgbevf_diag_test(struct net_device *netdev, ixgbevf_diag_test() argument
710 static int ixgbevf_nway_reset(struct net_device *netdev) ixgbevf_nway_reset() argument
720 static int ixgbevf_get_coalesce(struct net_device *netdev, ixgbevf_get_coalesce() argument
744 static int ixgbevf_set_coalesce(struct net_device *netdev, ixgbevf_set_coalesce() argument
812 static u32 ixgbevf_get_rxfh_indir_size(struct net_device *netdev) ixgbevf_get_rxfh_indir_size() argument
822 static u32 ixgbevf_get_rxfh_key_size(struct net_device *netdev) ixgbevf_get_rxfh_key_size() argument
827 static int ixgbevf_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, ixgbevf_get_rxfh() argument
890 void ixgbevf_set_ethtool_ops(struct net_device *netdev) ixgbevf_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c765 struct net_device *netdev = adapter->netdev; netxen_alloc_hw_resources() local
H A Dnetxen_nic_ethtool.c741 static int netxen_set_intr_coalesce(struct net_device *netdev, netxen_set_intr_coalesce() argument
802 static int netxen_get_intr_coalesce(struct net_device *netdev, netxen_get_intr_coalesce() argument
824 netxen_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) netxen_get_dump_flag() argument
843 netxen_set_dump(struct net_device *netdev, struct ethtool_dump *val) netxen_set_dump() argument
898 netxen_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, netxen_get_dump_data() argument
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_ethtool.c667 static void ql_get_pauseparam(struct net_device *netdev, ql_get_pauseparam() argument
679 static int ql_set_pauseparam(struct net_device *netdev, ql_set_pauseparam() argument
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c422 stmmac_get_pauseparam(struct net_device *netdev, stmmac_get_pauseparam() argument
442 stmmac_set_pauseparam(struct net_device *netdev, stmmac_set_pauseparam() argument
508 static int stmmac_get_sset_count(struct net_device *netdev, int sset) stmmac_get_sset_count() argument
778 void stmmac_set_ethtool_ops(struct net_device *netdev) stmmac_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c258 bnad_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd) bnad_get_settings() argument
283 bnad_set_settings(struct net_device *netdev, struct ethtool_cmd *cmd) bnad_set_settings() argument
297 bnad_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) bnad_get_drvinfo() argument
322 bnad_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wolinfo) bnad_get_wol() argument
329 bnad_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) bnad_get_coalesce() argument
350 bnad_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) bnad_set_coalesce() argument
421 bnad_get_ringparam(struct net_device *netdev, bnad_get_ringparam() argument
434 bnad_set_ringparam(struct net_device *netdev, bnad_set_ringparam() argument
511 bnad_get_pauseparam(struct net_device *netdev, bnad_get_pauseparam() argument
522 bnad_set_pauseparam(struct net_device *netdev, bnad_set_pauseparam() argument
546 bnad_get_strings(struct net_device *netdev, u32 stringset, u8 *string) bnad_get_strings() argument
722 bnad_get_stats_count_locked(struct net_device *netdev) bnad_get_stats_count_locked() argument
853 bnad_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats *stats, bnad_get_ethtool_stats() argument
934 bnad_get_sset_count(struct net_device *netdev, int sset) bnad_get_sset_count() argument
990 bnad_get_eeprom_len(struct net_device *netdev) bnad_get_eeprom_len() argument
996 bnad_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, bnad_get_eeprom() argument
1036 bnad_set_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, bnad_set_eeprom() argument
1078 bnad_flash_device(struct net_device *netdev, struct ethtool_flash *eflash) bnad_flash_device() argument
1142 bnad_set_ethtool_ops(struct net_device *netdev) bnad_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c108 static int nicvf_get_settings(struct net_device *netdev, nicvf_get_settings() argument
135 static u32 nicvf_get_link(struct net_device *netdev) nicvf_get_link() argument
142 static void nicvf_get_drvinfo(struct net_device *netdev, nicvf_get_drvinfo() argument
152 static u32 nicvf_get_msglevel(struct net_device *netdev) nicvf_get_msglevel() argument
159 static void nicvf_set_msglevel(struct net_device *netdev, u32 lvl) nicvf_set_msglevel() argument
188 static void nicvf_get_strings(struct net_device *netdev, u32 sset, u8 *data) nicvf_get_strings() argument
226 static int nicvf_get_sset_count(struct net_device *netdev, int sset) nicvf_get_sset_count() argument
275 static void nicvf_get_ethtool_stats(struct net_device *netdev, nicvf_get_ethtool_stats() argument
405 static int nicvf_get_coalesce(struct net_device *netdev, nicvf_get_coalesce() argument
414 static void nicvf_get_ringparam(struct net_device *netdev, nicvf_get_ringparam() argument
550 static u32 nicvf_get_rxfh_key_size(struct net_device *netdev) nicvf_get_rxfh_key_size() argument
699 void nicvf_set_ethtool_ops(struct net_device *netdev) nicvf_set_ethtool_ops() argument
H A Dthunder_bgx.c34 struct net_device netdev; member in struct:lmac
274 static void bgx_lmac_handler(struct net_device *netdev) bgx_lmac_handler() argument
H A Dnicvf_main.c271 static int nicvf_hw_set_mac_addr(struct nicvf *nic, struct net_device *netdev) nicvf_hw_set_mac_addr() argument
465 int nicvf_set_real_num_queues(struct net_device *netdev, nicvf_set_real_num_queues() argument
508 static void nicvf_snd_pkt_handler(struct net_device *netdev, nicvf_snd_pkt_handler() argument
539 static inline void nicvf_set_rxhash(struct net_device *netdev, nicvf_set_rxhash() argument
567 static void nicvf_rcv_pkt_handler(struct net_device *netdev, nicvf_rcv_pkt_handler() argument
634 static int nicvf_cq_intr_handler(struct net_device *netdev, u8 cq_idx, nicvf_cq_intr_handler() argument
731 struct net_device *netdev = napi->dev; nicvf_poll() local
1008 static netdev_tx_t nicvf_xmit(struct sk_buff *skb, struct net_device *netdev) nicvf_xmit() argument
1047 int nicvf_stop(struct net_device *netdev) nicvf_stop() argument
1125 int nicvf_open(struct net_device *netdev) nicvf_open() argument
1244 static int nicvf_change_mtu(struct net_device *netdev, int new_mtu) nicvf_change_mtu() argument
1262 static int nicvf_set_mac_address(struct net_device *netdev, void *p) nicvf_set_mac_address() argument
1360 static struct rtnl_link_stats64 *nicvf_get_stats64(struct net_device *netdev, nicvf_get_stats64() argument
1418 static netdev_features_t nicvf_fix_features(struct net_device *netdev, nicvf_fix_features() argument
1430 static int nicvf_set_features(struct net_device *netdev, nicvf_set_features() argument
1460 struct net_device *netdev; nicvf_probe() local
1583 struct net_device *netdev = pci_get_drvdata(pdev); nicvf_remove() local
H A Dnicvf_queues.c885 void nicvf_sq_free_used_descs(struct net_device *netdev, struct snd_queue *sq, nicvf_sq_free_used_descs() argument
/linux-4.4.14/drivers/net/arcnet/
H A Darcnet.c234 void devm_arcnet_led_init(struct net_device *netdev, int index, int subid) devm_arcnet_led_init() argument
/linux-4.4.14/drivers/net/caif/
H A Dcaif_virtio.c438 static int cfv_netdev_open(struct net_device *netdev) cfv_netdev_open() argument
454 static int cfv_netdev_close(struct net_device *netdev) cfv_netdev_close() argument
522 static int cfv_netdev_tx(struct sk_buff *skb, struct net_device *netdev) cfv_netdev_tx() argument
613 static void cfv_netdev_setup(struct net_device *netdev) cfv_netdev_setup() argument
657 struct net_device *netdev; cfv_probe() local
/linux-4.4.14/drivers/net/ethernet/aeroflex/
H A Dgreth.h122 struct net_device *netdev; member in struct:greth_private
/linux-4.4.14/drivers/infiniband/hw/nes/
H A Dnes.c147 struct net_device *netdev; nes_inetaddr_event() local
228 struct net_device *netdev; nes_net_event() local
378 static void nes_print_macaddr(struct net_device *netdev) nes_print_macaddr() argument
461 struct net_device *netdev = NULL; nes_probe() local
782 struct net_device *netdev; nes_remove() local
H A Dnes_mgt.c860 int nes_init_mgt_qp(struct nes_device *nesdev, struct net_device *netdev, struct nes_vnic *nesvnic) nes_init_mgt_qp() argument
H A Dnes_nic.c135 static int nes_netdev_open(struct net_device *netdev) nes_netdev_open() argument
276 static int nes_netdev_stop(struct net_device *netdev) nes_netdev_stop() argument
359 static int nes_nic_send(struct sk_buff *skb, struct net_device *netdev) nes_nic_send() argument
465 static int nes_netdev_start_xmit(struct sk_buff *skb, struct net_device *netdev) nes_netdev_start_xmit() argument
701 static struct net_device_stats *nes_netdev_get_stats(struct net_device *netdev) nes_netdev_get_stats() argument
792 static void nes_netdev_tx_timeout(struct net_device *netdev) nes_netdev_tx_timeout() argument
804 static int nes_netdev_set_mac_address(struct net_device *netdev, void *p) nes_netdev_set_mac_address() argument
859 static void nes_netdev_set_multicast_list(struct net_device *netdev) nes_netdev_set_multicast_list() argument
987 static int nes_netdev_change_mtu(struct net_device *netdev, int new_mtu) nes_netdev_change_mtu() argument
1100 static int nes_netdev_get_sset_count(struct net_device *netdev, int stringset) nes_netdev_get_sset_count() argument
1112 static void nes_netdev_get_strings(struct net_device *netdev, u32 stringset, nes_netdev_get_strings() argument
1126 static void nes_netdev_get_ethtool_stats(struct net_device *netdev, nes_netdev_get_ethtool_stats() argument
1315 static void nes_netdev_get_drvinfo(struct net_device *netdev, nes_netdev_get_drvinfo() argument
1334 static int nes_netdev_set_coalesce(struct net_device *netdev, nes_netdev_set_coalesce() argument
1385 static int nes_netdev_get_coalesce(struct net_device *netdev, nes_netdev_get_coalesce() argument
1418 static void nes_netdev_get_pauseparam(struct net_device *netdev, nes_netdev_get_pauseparam() argument
1432 static int nes_netdev_set_pauseparam(struct net_device *netdev, nes_netdev_set_pauseparam() argument
1481 static int nes_netdev_get_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) nes_netdev_get_settings() argument
1545 static int nes_netdev_set_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) nes_netdev_set_settings() argument
1588 static void nes_vlan_mode(struct net_device *netdev, struct nes_device *nesdev, netdev_features_t features) nes_vlan_mode() argument
1609 static netdev_features_t nes_fix_features(struct net_device *netdev, netdev_features_t features) nes_fix_features() argument
1623 static int nes_set_features(struct net_device *netdev, netdev_features_t features) nes_set_features() argument
1657 struct net_device *netdev; nes_netdev_init() local
1849 void nes_netdev_destroy(struct net_device *netdev) nes_netdev_destroy() argument
1869 int nes_nic_cm_xmit(struct sk_buff *skb, struct net_device *netdev) nes_nic_cm_xmit() argument
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c807 int igb_ptp_get_ts_config(struct net_device *netdev, struct ifreq *ifr) igb_ptp_get_ts_config() argument
987 int igb_ptp_set_ts_config(struct net_device *netdev, struct ifreq *ifr) igb_ptp_set_ts_config() argument
1011 struct net_device *netdev = adapter->netdev; igb_ptp_init() local
/linux-4.4.14/drivers/net/ethernet/
H A Dlantiq_etop.c92 struct net_device *netdev; member in struct:ltq_etop_chan
99 struct net_device *netdev; member in struct:ltq_etop_priv
/linux-4.4.14/drivers/net/hyperv/
H A Drndis_filter.c129 struct net_device *netdev; dump_rndis_message() local
H A Dnetvsc_drv.c1057 static void netvsc_free_netdev(struct net_device *netdev) netvsc_free_netdev() argument
/linux-4.4.14/arch/um/drivers/
H A Dnet_kern.c360 struct net_device *netdev = device->dev; net_device_release() local
/linux-4.4.14/net/atm/
H A Dbr2684.c633 static void br2684_setup(struct net_device *netdev) br2684_setup() argument
646 static void br2684_setup_routed(struct net_device *netdev) br2684_setup_routed() argument
664 struct net_device *netdev; br2684_create() local
/linux-4.4.14/net/wireless/
H A Dmlme.c796 void cfg80211_cac_event(struct net_device *netdev, cfg80211_cac_event() argument
H A Drdev-ops.h88 rdev_get_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, rdev_get_key() argument
74 rdev_add_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr, struct key_params *params) rdev_add_key() argument
100 rdev_del_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, u8 key_index, bool pairwise, const u8 *mac_addr) rdev_del_key() argument
113 rdev_set_default_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, u8 key_index, bool unicast, bool multicast) rdev_set_default_key() argument
127 rdev_set_default_mgmt_key(struct cfg80211_registered_device *rdev, struct net_device *netdev, u8 key_index) rdev_set_default_mgmt_key() argument
602 rdev_dump_survey(struct cfg80211_registered_device *rdev, struct net_device *netdev, int idx, struct survey_info *info) rdev_dump_survey() argument
616 rdev_set_pmksa(struct cfg80211_registered_device *rdev, struct net_device *netdev, struct cfg80211_pmksa *pmksa) rdev_set_pmksa() argument
627 rdev_del_pmksa(struct cfg80211_registered_device *rdev, struct net_device *netdev, struct cfg80211_pmksa *pmksa) rdev_del_pmksa() argument
638 rdev_flush_pmksa(struct cfg80211_registered_device *rdev, struct net_device *netdev) rdev_flush_pmksa() argument
/linux-4.4.14/include/net/
H A Ddsa.h74 struct device *netdev; member in struct:dsa_platform_data
H A Dvxlan.h248 static inline void vxlan_get_rx_port(struct net_device *netdev) vxlan_get_rx_port() argument
H A Dcfg802154.h327 struct net_device *netdev; member in struct:wpan_dev
/linux-4.4.14/include/net/irda/
H A Dirlap.h123 struct net_device *netdev; member in struct:irlap_cb
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_ncm.c72 struct net_device *netdev; member in struct:f_ncm
/linux-4.4.14/drivers/s390/net/
H A Dctcm_main.h194 struct net_device *netdev; /* corresponding net_device */ member in struct:channel
/linux-4.4.14/drivers/net/can/usb/
H A Desd_usb2.c220 struct net_device *netdev; member in struct:esd_usb2_net_priv
360 struct net_device *netdev = priv->netdev; esd_usb2_tx_done_msg() local
465 struct net_device *netdev; esd_usb2_write_bulk_callback() local
619 struct net_device *netdev = priv->netdev; esd_usb2_start() local
689 static int esd_usb2_open(struct net_device *netdev) esd_usb2_open() argument
843 static int esd_usb2_close(struct net_device *netdev) esd_usb2_close() argument
902 static int esd_usb2_set_bittiming(struct net_device *netdev) esd_usb2_set_bittiming() argument
951 static int esd_usb2_get_berr_counter(const struct net_device *netdev, esd_usb2_get_berr_counter() argument
962 static int esd_usb2_set_mode(struct net_device *netdev, enum can_mode mode) esd_usb2_set_mode() argument
979 struct net_device *netdev; esd_usb2_probe_one_net() local
1124 struct net_device *netdev; esd_usb2_disconnect() local
712 esd_usb2_start_xmit(struct sk_buff *skb, struct net_device *netdev) esd_usb2_start_xmit() argument
H A Dgs_usb.c158 struct net_device *netdev; member in struct:gs_can
281 struct net_device *netdev; gs_usb_receive_bulk_callback() local
394 static int gs_usb_set_bittiming(struct net_device *netdev) gs_usb_set_bittiming() argument
436 struct net_device *netdev = dev->netdev; gs_usb_xmit_callback() local
455 static netdev_tx_t gs_can_start_xmit(struct sk_buff *skb, struct net_device *netdev) gs_can_start_xmit() argument
564 static int gs_can_open(struct net_device *netdev) gs_can_open() argument
684 static int gs_can_close(struct net_device *netdev) gs_can_close() argument
727 struct net_device *netdev; gs_make_candev() local
H A Dusb_8dev.c138 struct net_device *netdev; member in struct:usb_8dev_priv
213 struct net_device *netdev; usb_8dev_send_cmd() local
326 static int usb_8dev_set_mode(struct net_device *netdev, enum can_mode mode) usb_8dev_set_mode() argument
513 struct net_device *netdev; usb_8dev_read_bulk_callback() local
574 struct net_device *netdev; usb_8dev_write_bulk_callback() local
727 static int usb_8dev_get_berr_counter(const struct net_device *netdev, usb_8dev_get_berr_counter() argument
741 struct net_device *netdev = priv->netdev; usb_8dev_start() local
814 static int usb_8dev_open(struct net_device *netdev) usb_8dev_open() argument
859 static int usb_8dev_close(struct net_device *netdev) usb_8dev_close() argument
911 struct net_device *netdev; usb_8dev_probe() local
608 usb_8dev_start_xmit(struct sk_buff *skb, struct net_device *netdev) usb_8dev_start_xmit() argument
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c1218 struct net_device *netdev; iwch_query_port() local
/linux-4.4.14/drivers/hsi/clients/
H A Dssi_protocol.c148 struct net_device *netdev; member in struct:ssi_protocol
/linux-4.4.14/drivers/media/dvb-core/
H A Ddvb_net.c1350 struct net_device *netdev; dvb_net_do_ioctl() local
1410 struct net_device *netdev; dvb_net_do_ioctl() local
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c120 static int e1000_get_settings(struct net_device *netdev, e1000_get_settings() argument
257 static int e1000_set_settings(struct net_device *netdev, e1000_set_settings() argument
342 static void e1000_get_pauseparam(struct net_device *netdev, e1000_get_pauseparam() argument
361 static int e1000_set_pauseparam(struct net_device *netdev, e1000_set_pauseparam() argument
412 static u32 e1000_get_msglevel(struct net_device *netdev) e1000_get_msglevel() argument
418 static void e1000_set_msglevel(struct net_device *netdev, u32 data) e1000_set_msglevel() argument
424 static int e1000_get_regs_len(struct net_device __always_unused *netdev) e1000_get_regs_len() argument
430 static void e1000_get_regs(struct net_device *netdev, e1000_get_regs() argument
488 static int e1000_get_eeprom_len(struct net_device *netdev) e1000_get_eeprom_len() argument
494 static int e1000_get_eeprom(struct net_device *netdev, e1000_get_eeprom() argument
551 static int e1000_set_eeprom(struct net_device *netdev, e1000_set_eeprom() argument
631 static void e1000_get_drvinfo(struct net_device *netdev, e1000_get_drvinfo() argument
653 static void e1000_get_ringparam(struct net_device *netdev, e1000_get_ringparam() argument
664 static int e1000_set_ringparam(struct net_device *netdev, e1000_set_ringparam() argument
973 struct net_device *netdev = (struct net_device *)data; e1000_test_intr() local
984 struct net_device *netdev = adapter->netdev; e1000_intr_test() local
1769 static int e1000e_get_sset_count(struct net_device __always_unused *netdev, e1000e_get_sset_count() argument
1782 static void e1000_diag_test(struct net_device *netdev, e1000_diag_test() argument
1882 static void e1000_get_wol(struct net_device *netdev, e1000_get_wol() argument
1917 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) e1000_set_wol() argument
1946 static int e1000_set_phys_id(struct net_device *netdev, e1000_set_phys_id() argument
1982 static int e1000_get_coalesce(struct net_device *netdev, e1000_get_coalesce() argument
1995 static int e1000_set_coalesce(struct net_device *netdev, e1000_set_coalesce() argument
2029 static int e1000_nway_reset(struct net_device *netdev) e1000_nway_reset() argument
2046 static void e1000_get_ethtool_stats(struct net_device *netdev, e1000_get_ethtool_stats() argument
2081 static void e1000_get_strings(struct net_device __always_unused *netdev, e1000_get_strings() argument
2101 static int e1000_get_rxnfc(struct net_device *netdev, e1000_get_rxnfc() argument
2153 static int e1000e_get_eee(struct net_device *netdev, struct ethtool_eee *edata) e1000e_get_eee() argument
2229 static int e1000e_set_eee(struct net_device *netdev, struct ethtool_eee *edata) e1000e_set_eee() argument
2272 static int e1000e_get_ts_info(struct net_device *netdev, e1000e_get_ts_info() argument
2338 void e1000e_set_ethtool_ops(struct net_device *netdev) e1000e_set_ethtool_ops() argument
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c215 static void mlx4_en_get_wol(struct net_device *netdev, mlx4_en_get_wol() argument
254 static int mlx4_en_set_wol(struct net_device *netdev, mlx4_en_set_wol() argument
1110 static u32 mlx4_en_get_rxfh_key_size(struct net_device *netdev) mlx4_en_get_rxfh_key_size() argument
/linux-4.4.14/drivers/net/ethernet/micrel/
H A Dks8851.c107 struct net_device *netdev; member in struct:ks8851_net
1381 struct net_device *netdev = ks->netdev; ks8851_suspend() local
1394 struct net_device *netdev = ks->netdev; ks8851_resume() local
/linux-4.4.14/drivers/net/ethernet/microchip/
H A Denc28j60.c59 struct net_device *netdev; member in struct:enc28j60_net
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c239 struct net_device *netdev = adapter->netdev; qlcnic_82xx_fw_cmd_create_rx_ctx() local
418 struct net_device *netdev = adapter->netdev; qlcnic_82xx_fw_cmd_create_tx_ctx() local
769 struct net_device *netdev = adapter->netdev; qlcnic_82xx_config_intrpt() local
H A Dqlcnic_ethtool.c775 qlcnic_get_pauseparam(struct net_device *netdev, qlcnic_get_pauseparam() argument
831 qlcnic_set_pauseparam(struct net_device *netdev, qlcnic_set_pauseparam() argument
962 static int qlcnic_irq_test(struct net_device *netdev) qlcnic_irq_test() argument
1074 static int qlcnic_loopback_test(struct net_device *netdev, u8 mode) qlcnic_loopback_test() argument
1517 static int qlcnic_set_intr_coalesce(struct net_device *netdev, qlcnic_set_intr_coalesce() argument
1558 static int qlcnic_get_intr_coalesce(struct net_device *netdev, qlcnic_get_intr_coalesce() argument
1574 static u32 qlcnic_get_msglevel(struct net_device *netdev) qlcnic_get_msglevel() argument
1581 static void qlcnic_set_msglevel(struct net_device *netdev, u32 msglvl) qlcnic_set_msglevel() argument
1651 qlcnic_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) qlcnic_get_dump_flag() argument
1676 qlcnic_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, qlcnic_get_dump_data() argument
1718 struct net_device *netdev = adapter->netdev; qlcnic_set_dump_mask() local
1737 qlcnic_set_dump(struct net_device *netdev, struct ethtool_dump *val) qlcnic_set_dump() argument
H A Dqlcnic_hw.c540 static void __qlcnic_set_multi(struct net_device *netdev, u16 vlan) __qlcnic_set_multi() argument
595 void qlcnic_set_multi(struct net_device *netdev) qlcnic_set_multi() argument
749 struct net_device *netdev = adapter->netdev; qlcnic_82xx_clear_lb_mode() local
1022 int qlcnic_change_mtu(struct net_device *netdev, int mtu) qlcnic_change_mtu() argument
1074 netdev_features_t qlcnic_fix_features(struct net_device *netdev, qlcnic_fix_features() argument
1101 int qlcnic_set_features(struct net_device *netdev, netdev_features_t features) qlcnic_set_features() argument
1664 struct net_device *netdev = adapter->netdev; qlcnic_82xx_shutdown() local
1692 struct net_device *netdev = adapter->netdev; qlcnic_82xx_resume() local
H A Dqlcnic_sriov_pf.c467 struct net_device *netdev = adapter->netdev; qlcnic_pci_sriov_disable() local
619 struct net_device *netdev = adapter->netdev; qlcnic_pci_sriov_enable() local
1805 int qlcnic_sriov_set_vf_mac(struct net_device *netdev, int vf, u8 *mac) qlcnic_sriov_set_vf_mac() argument
1852 int qlcnic_sriov_set_vf_tx_rate(struct net_device *netdev, int vf, qlcnic_sriov_set_vf_tx_rate() argument
1917 int qlcnic_sriov_set_vf_vlan(struct net_device *netdev, int vf, qlcnic_sriov_set_vf_vlan() argument
1993 int qlcnic_sriov_get_vf_config(struct net_device *netdev, qlcnic_sriov_get_vf_config() argument
2024 int qlcnic_sriov_set_vf_spoofchk(struct net_device *netdev, int vf, bool chk) qlcnic_sriov_set_vf_spoofchk() argument
/linux-4.4.14/drivers/net/ethernet/renesas/
H A Dravb_main.c1051 static int ravb_get_sset_count(struct net_device *netdev, int sset) ravb_get_sset_count() argument
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c1024 struct net_device *netdev; init_one() local
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h208 struct net_device *netdev; member in struct:sge_qset
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h191 struct net_device *netdev; /* associated net device */ member in struct:sge_rspq
/linux-4.4.14/drivers/net/ethernet/faraday/
H A Dftgmac100.c69 struct net_device *netdev; member in struct:ftgmac100
118 struct net_device *netdev = priv->netdev; ftgmac100_reset_hw() local
352 struct net_device *netdev = priv->netdev; ftgmac100_rx_packet_error() local
401 struct net_device *netdev = priv->netdev; ftgmac100_rx_drop_packet() local
422 struct net_device *netdev = priv->netdev; ftgmac100_rx_packet() local
626 struct net_device *netdev = priv->netdev; ftgmac100_tx_complete_packet() local
670 struct net_device *netdev = priv->netdev; ftgmac100_xmit() local
719 struct net_device *netdev = priv->netdev; ftgmac100_alloc_rx_page() local
808 static void ftgmac100_adjust_link(struct net_device *netdev) ftgmac100_adjust_link() argument
837 struct net_device *netdev = priv->netdev; ftgmac100_mii_probe() local
874 struct net_device *netdev = bus->priv; ftgmac100_mdiobus_read() local
910 struct net_device *netdev = bus->priv; ftgmac100_mdiobus_write() local
946 static void ftgmac100_get_drvinfo(struct net_device *netdev, ftgmac100_get_drvinfo() argument
954 static int ftgmac100_get_settings(struct net_device *netdev, ftgmac100_get_settings() argument
962 static int ftgmac100_set_settings(struct net_device *netdev, ftgmac100_set_settings() argument
982 struct net_device *netdev = dev_id; ftgmac100_interrupt() local
1000 struct net_device *netdev = priv->netdev; ftgmac100_poll() local
1071 static int ftgmac100_open(struct net_device *netdev) ftgmac100_open() argument
1117 static int ftgmac100_stop(struct net_device *netdev) ftgmac100_stop() argument
1165 static int ftgmac100_do_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) ftgmac100_do_ioctl() argument
1188 struct net_device *netdev; ftgmac100_probe() local
1313 struct net_device *netdev; ftgmac100_remove() local
1135 ftgmac100_hard_start_xmit(struct sk_buff *skb, struct net_device *netdev) ftgmac100_hard_start_xmit() argument
H A Dftmac100.c77 struct net_device *netdev; member in struct:ftmac100
127 struct net_device *netdev = priv->netdev; ftmac100_reset() local
174 struct net_device *netdev = priv->netdev; ftmac100_start_hw() local
334 struct net_device *netdev = priv->netdev; ftmac100_rx_packet_error() local
378 struct net_device *netdev = priv->netdev; ftmac100_rx_drop_packet() local
399 struct net_device *netdev = priv->netdev; ftmac100_rx_packet() local
586 struct net_device *netdev = priv->netdev; ftmac100_tx_complete_packet() local
638 struct net_device *netdev = priv->netdev; ftmac100_xmit() local
673 struct net_device *netdev = priv->netdev; ftmac100_alloc_rx_page() local
764 static int ftmac100_mdio_read(struct net_device *netdev, int phy_id, int reg) ftmac100_mdio_read() argument
789 static void ftmac100_mdio_write(struct net_device *netdev, int phy_id, int reg, ftmac100_mdio_write() argument
820 static void ftmac100_get_drvinfo(struct net_device *netdev, ftmac100_get_drvinfo() argument
828 static int ftmac100_get_settings(struct net_device *netdev, struct ethtool_cmd *cmd) ftmac100_get_settings() argument
834 static int ftmac100_set_settings(struct net_device *netdev, struct ethtool_cmd *cmd) ftmac100_set_settings() argument
840 static int ftmac100_nway_reset(struct net_device *netdev) ftmac100_nway_reset() argument
846 static u32 ftmac100_get_link(struct net_device *netdev) ftmac100_get_link() argument
865 struct net_device *netdev = dev_id; ftmac100_interrupt() local
883 struct net_device *netdev = priv->netdev; ftmac100_poll() local
957 static int ftmac100_open(struct net_device *netdev) ftmac100_open() argument
998 static int ftmac100_stop(struct net_device *netdev) ftmac100_stop() argument
1012 static int ftmac100_hard_start_xmit(struct sk_buff *skb, struct net_device *netdev) ftmac100_hard_start_xmit() argument
1041 static int ftmac100_do_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) ftmac100_do_ioctl() argument
1065 struct net_device *netdev; ftmac100_probe() local
1159 struct net_device *netdev; ftmac100_remove() local
/linux-4.4.14/drivers/net/ethernet/ibm/
H A Dibmveth.c555 static int ibmveth_open(struct net_device *netdev) ibmveth_open() argument
695 static int ibmveth_close(struct net_device *netdev) ibmveth_close() argument
1179 struct net_device *netdev = adapter->netdev; ibmveth_poll() local
1275 struct net_device *netdev = dev_instance; ibmveth_interrupt() local
1288 static void ibmveth_set_multicast_list(struct net_device *netdev) ibmveth_set_multicast_list() argument
1409 struct net_device *netdev = dev_get_drvdata(&vdev->dev); ibmveth_get_desired_dma() local
1484 struct net_device *netdev; ibmveth_probe() local
1595 struct net_device *netdev = dev_get_drvdata(&dev->dev); ibmveth_remove() local
1636 struct net_device *netdev = dev_get_drvdata( veth_pool_store() local
1755 struct net_device *netdev = dev_get_drvdata(dev); ibmveth_resume() local
1022 ibmveth_start_xmit(struct sk_buff *skb, struct net_device *netdev) ibmveth_start_xmit() argument
H A Dibmveth.h147 struct net_device *netdev; member in struct:ibmveth_adapter
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000.h294 struct net_device *netdev; member in struct:e1000_adapter
H A De1000_ethtool.c106 static int e1000_get_settings(struct net_device *netdev, e1000_get_settings() argument
188 static int e1000_set_settings(struct net_device *netdev, e1000_set_settings() argument
252 static u32 e1000_get_link(struct net_device *netdev) e1000_get_link() argument
268 static void e1000_get_pauseparam(struct net_device *netdev, e1000_get_pauseparam() argument
287 static int e1000_set_pauseparam(struct net_device *netdev, e1000_set_pauseparam() argument
325 static u32 e1000_get_msglevel(struct net_device *netdev) e1000_get_msglevel() argument
332 static void e1000_set_msglevel(struct net_device *netdev, u32 data) e1000_set_msglevel() argument
339 static int e1000_get_regs_len(struct net_device *netdev) e1000_get_regs_len() argument
345 static void e1000_get_regs(struct net_device *netdev, struct ethtool_regs *regs, e1000_get_regs() argument
433 static int e1000_get_eeprom_len(struct net_device *netdev) e1000_get_eeprom_len() argument
441 static int e1000_get_eeprom(struct net_device *netdev, e1000_get_eeprom() argument
488 static int e1000_set_eeprom(struct net_device *netdev, e1000_set_eeprom() argument
550 static void e1000_get_drvinfo(struct net_device *netdev, e1000_get_drvinfo() argument
564 static void e1000_get_ringparam(struct net_device *netdev, e1000_get_ringparam() argument
581 static int e1000_set_ringparam(struct net_device *netdev, e1000_set_ringparam() argument
836 struct net_device *netdev = (struct net_device *)data; e1000_test_intr() local
847 struct net_device *netdev = adapter->netdev; e1000_intr_test() local
1518 static int e1000_get_sset_count(struct net_device *netdev, int sset) e1000_get_sset_count() argument
1530 static void e1000_diag_test(struct net_device *netdev, e1000_diag_test() argument
1658 static void e1000_get_wol(struct net_device *netdev, e1000_get_wol() argument
1698 static int e1000_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) e1000_set_wol() argument
1739 static int e1000_set_phys_id(struct net_device *netdev, e1000_set_phys_id() argument
1765 static int e1000_get_coalesce(struct net_device *netdev, e1000_get_coalesce() argument
1781 static int e1000_set_coalesce(struct net_device *netdev, e1000_set_coalesce() argument
1814 static int e1000_nway_reset(struct net_device *netdev) e1000_nway_reset() argument
1823 static void e1000_get_ethtool_stats(struct net_device *netdev, e1000_get_ethtool_stats() argument
1856 static void e1000_get_strings(struct net_device *netdev, u32 stringset, e1000_get_strings() argument
1906 void e1000_set_ethtool_ops(struct net_device *netdev) e1000_set_ethtool_ops() argument
/linux-4.4.14/net/bluetooth/
H A D6lowpan.c75 struct net_device *netdev; member in struct:lowpan_dev
83 static inline struct lowpan_dev *lowpan_dev(const struct net_device *netdev) lowpan_dev() argument
269 static int iphc_decompress(struct sk_buff *skb, struct net_device *netdev, iphc_decompress() argument
430 static int setup_header(struct sk_buff *skb, struct net_device *netdev, setup_header() argument
488 static int header_create(struct sk_buff *skb, struct net_device *netdev, header_create() argument
543 static int send_mcast_pkt(struct sk_buff *skb, struct net_device *netdev) send_mcast_pkt() argument
582 static netdev_tx_t bt_xmit(struct sk_buff *skb, struct net_device *netdev) bt_xmit() argument
695 static void set_dev_addr(struct net_device *netdev, bdaddr_t *addr, set_dev_addr() argument
702 static void ifup(struct net_device *netdev) ifup() argument
713 static void ifdown(struct net_device *netdev) ifdown() argument
808 struct net_device *netdev; setup_netdev() local
1364 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); device_event() local
505 send_pkt(struct l2cap_chan *chan, struct sk_buff *skb, struct net_device *netdev) send_pkt() argument
/linux-4.4.14/net/dcb/
H A Ddcbnl.c221 static int dcbnl_getstate(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_getstate() argument
232 static int dcbnl_getpfccfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_getpfccfg() argument
277 static int dcbnl_getperm_hwaddr(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_getperm_hwaddr() argument
291 static int dcbnl_getcap(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_getcap() argument
335 static int dcbnl_getnumtcs(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_getnumtcs() argument
381 static int dcbnl_setnumtcs(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_setnumtcs() argument
414 static int dcbnl_getpfcstate(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_getpfcstate() argument
424 static int dcbnl_setpfcstate(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_setpfcstate() argument
442 static int dcbnl_getapp(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_getapp() argument
511 static int dcbnl_setapp(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_setapp() argument
560 static int __dcbnl_pg_getcfg(struct net_device *netdev, struct nlmsghdr *nlh, __dcbnl_pg_getcfg() argument
694 static int dcbnl_pgtx_getcfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_pgtx_getcfg() argument
700 static int dcbnl_pgrx_getcfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_pgrx_getcfg() argument
706 static int dcbnl_setstate(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_setstate() argument
723 static int dcbnl_setpfccfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_setpfccfg() argument
754 static int dcbnl_setall(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_setall() argument
772 static int __dcbnl_pg_setcfg(struct net_device *netdev, struct nlmsghdr *nlh, __dcbnl_pg_setcfg() argument
862 static int dcbnl_pgtx_setcfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_pgtx_setcfg() argument
868 static int dcbnl_pgrx_setcfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_pgrx_setcfg() argument
874 static int dcbnl_bcn_getcfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_bcn_getcfg() argument
935 static int dcbnl_bcn_setcfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_bcn_setcfg() argument
976 static int dcbnl_build_peer_app(struct net_device *netdev, struct sk_buff* skb, dcbnl_build_peer_app() argument
1033 static int dcbnl_ieee_fill(struct sk_buff *skb, struct net_device *netdev) dcbnl_ieee_fill() argument
1219 static int dcbnl_cee_fill(struct sk_buff *skb, struct net_device *netdev) dcbnl_cee_fill() argument
1413 static int dcbnl_ieee_set(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_ieee_set() argument
1486 static int dcbnl_ieee_get(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_ieee_get() argument
1497 static int dcbnl_ieee_del(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_ieee_del() argument
1542 static int dcbnl_getdcbx(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_getdcbx() argument
1552 static int dcbnl_setdcbx(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_setdcbx() argument
1569 static int dcbnl_getfeatcfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_getfeatcfg() argument
1614 static int dcbnl_setfeatcfg(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_setfeatcfg() argument
1651 static int dcbnl_cee_get(struct net_device *netdev, struct nlmsghdr *nlh, dcbnl_cee_get() argument
1704 struct net_device *netdev; dcb_doit() local
/linux-4.4.14/include/scsi/
H A Dlibfcoe.h392 struct net_device *netdev; member in struct:fcoe_netdev_mapping
/linux-4.4.14/net/ieee802154/
H A Dnl802154.c115 struct net_device *netdev; __cfg802154_rdev_from_attrs() local
589 struct net_device *netdev; nl802154_dump_wpan_phy_parse() local
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c2403 static irqreturn_t _rtl92e_irq(int irq, void *netdev) _rtl92e_irq() argument
/linux-4.4.14/drivers/staging/slicoss/
H A Dslicoss.c755 struct net_device *netdev = adapter->netdev; slic_mac_filter() local
1927 struct net_device *netdev = adapter->netdev; slic_rcv_handle_error() local
2019 struct net_device *netdev = adapter->netdev; slic_rcv_handler() local
2892 static void slic_init_adapter(struct net_device *netdev, slic_init_adapter() argument
3064 struct net_device *netdev; slic_entry_probe() local
/linux-4.4.14/drivers/staging/unisys/visornic/
H A Dvisornic_main.c118 struct net_device *netdev; member in struct:visornic_devdata
324 struct net_device *netdev; visornic_serverdown_complete() local
393 alloc_rcv_buf(struct net_device *netdev) alloc_rcv_buf() argument
461 send_enbdis(struct net_device *netdev, int state, send_enbdis() argument
486 visornic_disable_with_timeout(struct net_device *netdev, const int timeout) visornic_disable_with_timeout() argument
570 init_rcv_bufs(struct net_device *netdev, struct visornic_devdata *devdata) init_rcv_bufs() argument
618 visornic_enable_with_timeout(struct net_device *netdev, const int timeout) visornic_enable_with_timeout() argument
692 struct net_device *netdev; visornic_timeout_reset() local
731 visornic_open(struct net_device *netdev) visornic_open() argument
746 visornic_close(struct net_device *netdev) visornic_close() argument
813 visornic_xmit(struct sk_buff *skb, struct net_device *netdev) visornic_xmit() argument
983 visornic_get_stats(struct net_device *netdev) visornic_get_stats() argument
1002 visornic_change_mtu(struct net_device *netdev, int new_mtu) visornic_change_mtu() argument
1015 visornic_set_multi(struct net_device *netdev) visornic_set_multi() argument
1050 visornic_xmit_timeout(struct net_device *netdev) visornic_xmit_timeout() argument
1161 struct net_device *netdev; visornic_rx() local
1559 struct net_device *netdev; send_rcv_posts_if_needed() local
1619 struct net_device *netdev; service_resp_queue() local
1759 struct net_device *netdev = NULL; visornic_probe() local
1966 struct net_device *netdev; visornic_remove() local
2039 struct net_device *netdev; visornic_resume() local
1088 repost_return(struct uiscmdrsp *cmdrsp, struct visornic_devdata *devdata, struct sk_buff *skb, struct net_device *netdev) repost_return() argument
/linux-4.4.14/drivers/staging/wilc1000/
H A Dwilc_wfi_cfgoperations.c1074 static int add_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, add_key() argument
1356 static int del_key(struct wiphy *wiphy, struct net_device *netdev, del_key() argument
1445 static int get_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, get_key() argument
1492 static int set_default_key(struct wiphy *wiphy, struct net_device *netdev, u8 key_index, set_default_key() argument
1684 static int set_pmksa(struct wiphy *wiphy, struct net_device *netdev, set_pmksa() argument
1734 static int del_pmksa(struct wiphy *wiphy, struct net_device *netdev, del_pmksa() argument
1781 static int flush_pmksa(struct wiphy *wiphy, struct net_device *netdev) flush_pmksa() argument

Completed in 4422 milliseconds

12