Home
last modified time | relevance | path

Searched defs:net_dev (Results 1 – 70 of 70) sorted by relevance

/linux-4.4.14/drivers/net/wimax/i2400m/
Dnetdev.c101 int i2400m_open(struct net_device *net_dev) in i2400m_open()
122 int i2400m_stop(struct net_device *net_dev) in i2400m_stop()
157 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_wake_tx_work() local
275 int i2400m_net_wake_tx(struct i2400m *i2400m, struct net_device *net_dev, in i2400m_net_wake_tx()
328 int i2400m_net_tx(struct i2400m *i2400m, struct net_device *net_dev, in i2400m_net_tx()
369 struct net_device *net_dev) in i2400m_hard_start_xmit()
398 int i2400m_change_mtu(struct net_device *net_dev, int new_mtu) in i2400m_change_mtu()
417 void i2400m_tx_timeout(struct net_device *net_dev) in i2400m_tx_timeout()
438 void i2400m_rx_fake_eth_header(struct net_device *net_dev, in i2400m_rx_fake_eth_header()
490 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_net_rx() local
[all …]
Ddriver.c224 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_check_mac_addr() local
288 struct net_device *net_dev = wimax_dev->net_dev; in __i2400m_dev_start() local
832 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_reset() local
864 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_setup() local
Dusb.c342 static void i2400mu_get_drvinfo(struct net_device *net_dev, in i2400mu_get_drvinfo()
361 void i2400mu_netdev_setup(struct net_device *net_dev) in i2400mu_netdev_setup()
464 struct net_device *net_dev; in i2400mu_probe() local
578 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400mu_disconnect() local
Dusb-rx.c337 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400mu_rxd() local
Di2400m.h672 struct i2400m *net_dev_to_i2400m(struct net_device *net_dev) in net_dev_to_i2400m()
Dcontrol.c392 struct net_device *net_dev = wimax_dev->net_dev; in i2400m_report_tlv_media_status() local
Drx.c985 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_rx_edata() local
Dfw.c1029 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_read_mac_addr() local
/linux-4.4.14/drivers/net/ethernet/sfc/
Dethtool.c96 static int efx_ethtool_phys_id(struct net_device *net_dev, in efx_ethtool_phys_id()
121 static int efx_ethtool_get_settings(struct net_device *net_dev, in efx_ethtool_get_settings()
143 static int efx_ethtool_set_settings(struct net_device *net_dev, in efx_ethtool_set_settings()
163 static void efx_ethtool_get_drvinfo(struct net_device *net_dev, in efx_ethtool_get_drvinfo()
176 static int efx_ethtool_get_regs_len(struct net_device *net_dev) in efx_ethtool_get_regs_len()
181 static void efx_ethtool_get_regs(struct net_device *net_dev, in efx_ethtool_get_regs()
190 static u32 efx_ethtool_get_msglevel(struct net_device *net_dev) in efx_ethtool_get_msglevel()
196 static void efx_ethtool_set_msglevel(struct net_device *net_dev, u32 msg_enable) in efx_ethtool_set_msglevel()
393 static int efx_ethtool_get_sset_count(struct net_device *net_dev, in efx_ethtool_get_sset_count()
411 static void efx_ethtool_get_strings(struct net_device *net_dev, in efx_ethtool_get_strings()
[all …]
Dsriov.c14 int efx_sriov_set_vf_mac(struct net_device *net_dev, int vf_i, u8 *mac) in efx_sriov_set_vf_mac()
24 int efx_sriov_set_vf_vlan(struct net_device *net_dev, int vf_i, u16 vlan, in efx_sriov_set_vf_vlan()
40 int efx_sriov_set_vf_spoofchk(struct net_device *net_dev, int vf_i, in efx_sriov_set_vf_spoofchk()
51 int efx_sriov_get_vf_config(struct net_device *net_dev, int vf_i, in efx_sriov_get_vf_config()
62 int efx_sriov_set_vf_link_state(struct net_device *net_dev, int vf_i, in efx_sriov_set_vf_link_state()
74 int efx_sriov_get_phys_port_id(struct net_device *net_dev, in efx_sriov_get_phys_port_id()
Defx.c2031 static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in efx_ioctl()
2103 static void efx_netpoll(struct net_device *net_dev) in efx_netpoll()
2152 int efx_net_open(struct net_device *net_dev) in efx_net_open()
2181 int efx_net_stop(struct net_device *net_dev) in efx_net_stop()
2195 static struct rtnl_link_stats64 *efx_net_stats(struct net_device *net_dev, in efx_net_stats()
2208 static void efx_watchdog(struct net_device *net_dev) in efx_watchdog()
2221 static int efx_change_mtu(struct net_device *net_dev, int new_mtu) in efx_change_mtu()
2247 static int efx_set_mac_address(struct net_device *net_dev, void *data) in efx_set_mac_address()
2282 static void efx_set_rx_mode(struct net_device *net_dev) in efx_set_rx_mode()
2291 static int efx_set_features(struct net_device *net_dev, netdev_features_t data) in efx_set_features()
[all …]
Dmcdi_port.c122 static int efx_mcdi_mdio_read(struct net_device *net_dev, in efx_mcdi_mdio_read()
148 static int efx_mcdi_mdio_write(struct net_device *net_dev, in efx_mcdi_mdio_write()
Dtx.c528 struct net_device *net_dev) in efx_hard_start_xmit()
565 int efx_setup_tc(struct net_device *net_dev, u8 num_tc) in efx_setup_tc()
Def10_sriov.c241 struct net_device *net_dev = efx->net_dev; in efx_ef10_vswitching_probe_pf() local
Dselftest.c373 struct net_device *net_dev = efx->net_dev; in efx_iterate_state() local
Drx.c840 int efx_filter_rfs(struct net_device *net_dev, const struct sk_buff *skb, in efx_filter_rfs()
Def10.c292 struct net_device *net_dev = efx->net_dev; in efx_ef10_probe() local
3886 struct net_device *net_dev = efx->net_dev; in efx_ef10_filter_uc_addr_list() local
3912 struct net_device *net_dev = efx->net_dev; in efx_ef10_filter_mc_addr_list() local
4167 struct net_device *net_dev = efx->net_dev; in efx_ef10_filter_sync_rx_mode() local
Dfalcon.c1569 static int falcon_mdio_write(struct net_device *net_dev, in falcon_mdio_write()
1622 static int falcon_mdio_read(struct net_device *net_dev, in falcon_mdio_read()
Dsiena_sriov.c1290 struct net_device *net_dev = efx->net_dev; in efx_siena_sriov_init() local
Dfarch.c2957 struct net_device *net_dev = efx->net_dev; in efx_farch_filter_sync_rx_mode() local
Dnet_driver.h1003 struct net_device *net_dev; member
/linux-4.4.14/drivers/net/ethernet/sis/
Dsis900.c255 struct net_device *net_dev) in sis900_get_mac_addr()
288 struct net_device *net_dev) in sis630e_get_mac_addr()
328 struct net_device *net_dev) in sis635_get_mac_addr()
372 struct net_device *net_dev) in sis96x_get_mac_addr()
428 struct net_device *net_dev; in sis900_probe() local
595 static int sis900_mii_probe(struct net_device *net_dev) in sis900_mii_probe()
722 static u16 sis900_default_phy(struct net_device * net_dev) in sis900_default_phy()
784 static void sis900_set_capability(struct net_device *net_dev, struct mii_phy *phy) in sis900_set_capability()
893 static int mdio_read(struct net_device *net_dev, int phy_id, int location) in mdio_read()
938 static void mdio_write(struct net_device *net_dev, int phy_id, int location, in mdio_write()
[all …]
/linux-4.4.14/net/batman-adv/
Ddebugfs.c267 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_originators_open() local
281 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_originators_hardif_open() local
288 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_gateways_open() local
295 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_transtable_global_open() local
303 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_bla_claim_table_open() local
312 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_bla_backbone_table_open() local
328 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_dat_cache_open() local
336 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_transtable_local_open() local
349 struct net_device *net_dev = (struct net_device *)inode->i_private; in batadv_nc_nodes_open() local
Dsysfs.c57 struct net_device *net_dev = batadv_kobj_to_netdev(obj); in batadv_kobj_to_batpriv() local
243 struct net_device *net_dev, in batadv_store_bool_attr()
282 atomic_t *attr_store, struct net_device *net_dev) in __batadv_store_bool_attr()
295 struct net_device *net_dev, in batadv_store_uint_attr()
337 atomic_t *attr_store, struct net_device *net_dev) in __batadv_store_uint_attr()
357 static void batadv_post_gw_reselect(struct net_device *net_dev) in batadv_post_gw_reselect()
392 struct net_device *net_dev = batadv_kobj_to_netdev(kobj); in batadv_store_gw_mode() local
473 struct net_device *net_dev = batadv_kobj_to_netdev(kobj); in batadv_store_gw_bwidth() local
513 struct net_device *net_dev = batadv_kobj_to_netdev(kobj); in batadv_store_isolation_mark() local
750 struct net_device *net_dev = batadv_kobj_to_netdev(kobj); in batadv_show_mesh_iface() local
[all …]
Dhard-interface.c59 batadv_hardif_get_by_netdev(const struct net_device *net_dev) in batadv_hardif_get_by_netdev()
90 static bool batadv_is_on_batman_iface(const struct net_device *net_dev) in batadv_is_on_batman_iface()
115 static int batadv_is_valid_iface(const struct net_device *net_dev) in batadv_is_valid_iface()
231 static void batadv_check_known_mac_addr(const struct net_device *net_dev) in batadv_check_known_mac_addr()
610 batadv_hardif_add_interface(struct net_device *net_dev) in batadv_hardif_add_interface()
698 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); in batadv_hard_if_event() local
Dgateway_common.c43 static bool batadv_parse_gw_bandwidth(struct net_device *net_dev, char *buff, in batadv_parse_gw_bandwidth()
184 ssize_t batadv_gw_bandwidth_set(struct net_device *net_dev, char *buff, in batadv_gw_bandwidth_set()
Dnetwork-coding.h58 static inline void batadv_nc_status_update(struct net_device *net_dev) in batadv_nc_status_update()
Ddistributed-arp-table.h108 static inline void batadv_dat_status_update(struct net_device *net_dev) in batadv_dat_status_update()
Dmain.h261 #define batadv_info(net_dev, fmt, arg...) \ argument
268 #define batadv_err(net_dev, fmt, arg...) \ argument
Doriginator.c1020 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_orig_seq_print_text() local
1057 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_orig_hardif_seq_print_text() local
Ddistributed-arp-table.c702 void batadv_dat_status_update(struct net_device *net_dev) in batadv_dat_status_update()
788 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_dat_cache_seq_print_text() local
Dgateway_client.c616 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_gw_client_seq_print_text() local
Dbridge_loop_avoidance.c1640 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_bla_claim_table_seq_print_text() local
1684 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_bla_backbone_table_seq_print_text() local
Dnetwork-coding.c116 void batadv_nc_status_update(struct net_device *net_dev) in batadv_nc_status_update()
1873 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_nc_nodes_seq_print_text() local
Dsoft-interface.c1017 int batadv_softif_is_valid(const struct net_device *net_dev) in batadv_softif_is_valid()
Dmain.c270 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_seq_print_text_primary_if_get() local
Dtranslation-table.c937 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_tt_local_seq_print_text() local
1627 struct net_device *net_dev = (struct net_device *)seq->private; in batadv_tt_global_seq_print_text() local
Dtypes.h108 struct net_device *net_dev; member
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c44 static u32 hns_nic_get_link(struct net_device *net_dev) in hns_nic_get_link()
68 static void hns_get_mdix_mode(struct net_device *net_dev, in hns_get_mdix_mode()
123 static int hns_nic_get_settings(struct net_device *net_dev, in hns_nic_get_settings()
192 static int hns_nic_set_settings(struct net_device *net_dev, in hns_nic_set_settings()
651 static void hns_nic_get_drvinfo(struct net_device *net_dev, in hns_nic_get_drvinfo()
677 void hns_get_ringparam(struct net_device *net_dev, in hns_get_ringparam()
702 static void hns_get_pauseparam(struct net_device *net_dev, in hns_get_pauseparam()
722 static int hns_set_pauseparam(struct net_device *net_dev, in hns_set_pauseparam()
748 static int hns_get_coalesce(struct net_device *net_dev, in hns_get_coalesce()
782 static int hns_set_coalesce(struct net_device *net_dev, in hns_set_coalesce()
[all …]
/linux-4.4.14/net/atm/
Dbr2684.c83 struct net_device *net_dev; member
102 static inline struct br2684_dev *BRPRIV(const struct net_device *net_dev) in BRPRIV()
126 struct net_device *net_dev; in br2684_find_dev() local
151 struct net_device *net_dev; in atm_dev_event() local
426 struct net_device *net_dev = brvcc->device; in br2684_push() local
535 struct net_device *net_dev; in br2684_regvcc() local
787 const struct net_device *net_dev = brdev->net_dev; in br2684_seq_show() local
852 struct net_device *net_dev; in br2684_exit() local
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c144 struct net_device *net_dev = bgmac->net_dev; in bgmac_dma_tx_add() local
909 static void bgmac_set_rx_mode(struct net_device *net_dev) in bgmac_set_rx_mode()
1277 static int bgmac_open(struct net_device *net_dev) in bgmac_open()
1306 static int bgmac_stop(struct net_device *net_dev) in bgmac_stop()
1325 struct net_device *net_dev) in bgmac_start_xmit()
1335 static int bgmac_set_mac_address(struct net_device *net_dev, void *addr) in bgmac_set_mac_address()
1348 static int bgmac_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in bgmac_ioctl()
1372 static int bgmac_get_settings(struct net_device *net_dev, in bgmac_get_settings()
1380 static int bgmac_set_settings(struct net_device *net_dev, in bgmac_set_settings()
1388 static void bgmac_get_drvinfo(struct net_device *net_dev, in bgmac_get_drvinfo()
[all …]
Dbcm63xx_enet.h324 struct net_device *net_dev; member
Dbgmac.h441 struct net_device *net_dev; member
/linux-4.4.14/include/net/
Dwimax.h411 struct net_device *net_dev; member
446 struct wimax_dev *net_dev_to_wimax(struct net_device *net_dev) in net_dev_to_wimax()
/linux-4.4.14/drivers/net/ethernet/
Dec_bhf.c132 struct net_device *net_dev; member
292 struct net_device *net_dev) in ec_bhf_start_xmit()
401 static int ec_bhf_open(struct net_device *net_dev) in ec_bhf_open()
442 static int ec_bhf_stop(struct net_device *net_dev) in ec_bhf_stop()
462 ec_bhf_get_stats(struct net_device *net_dev, in ec_bhf_get_stats()
492 struct net_device *net_dev; in ec_bhf_probe() local
588 struct net_device *net_dev = pci_get_drvdata(dev); in ec_bhf_remove() local
/linux-4.4.14/net/wimax/
Ddebugfs.c42 struct net_device *net_dev = wimax_dev->net_dev; in wimax_debugfs_add() local
Dstack.c480 int wimax_dev_add(struct wimax_dev *wimax_dev, struct net_device *net_dev) in wimax_dev_add()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_ppp.c164 isdn_net_dev *net_dev = dev->netdev; in isdn_ppp_bind() local
998 void isdn_ppp_receive(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) in isdn_ppp_receive()
1054 isdn_ppp_push_higher(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb, int proto) in isdn_ppp_push_higher()
1614 static void isdn_ppp_mp_receive(isdn_net_dev *net_dev, isdn_net_local *lp, in isdn_ppp_mp_receive()
1893 void isdn_ppp_mp_reassembly(isdn_net_dev *net_dev, isdn_net_local *lp, in isdn_ppp_mp_reassembly()
2670 static void isdn_ppp_receive_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, in isdn_ppp_receive_ccp()
2847 static void isdn_ppp_send_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) in isdn_ppp_send_ccp()
/linux-4.4.14/include/linux/
Dconcap.h31 struct net_device *net_dev; /* net device using our service */ member
/linux-4.4.14/drivers/net/can/sja1000/
Dems_pcmcia.c40 struct net_device *net_dev[EMS_PCMCIA_MAX_CHAN]; member
Dems_pci.c47 struct net_device *net_dev[EMS_PCI_MAX_CHAN]; member
Dplx_pci.c55 struct net_device *net_dev[PLX_PCI_MAX_CHAN]; member
/linux-4.4.14/drivers/infiniband/core/
Dcma.c1105 static bool validate_ipv4_net_dev(struct net_device *net_dev, in validate_ipv4_net_dev()
1135 static bool validate_ipv6_net_dev(struct net_device *net_dev, in validate_ipv6_net_dev()
1159 static bool validate_net_dev(struct net_device *net_dev, in validate_net_dev()
1188 struct net_device *net_dev; in cma_get_net_dev() local
1269 const struct net_device *net_dev, in cma_match_net_dev()
1290 const struct net_device *net_dev) in cma_find_listener()
1317 struct net_device **net_dev) in cma_id_from_event()
1602 struct net_device *net_dev) in cma_new_conn_id()
1663 struct net_device *net_dev) in cma_new_udp_id()
1731 struct net_device *net_dev; in cma_req_handler() local
Ddevice.c920 struct net_device *net_dev = NULL; in ib_get_net_dev_by_params() local
/linux-4.4.14/drivers/net/hyperv/
Drndis_filter.c402 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_receive() local
1207 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_device_remove() local
Dhyperv_net.h176 struct netvsc_device *net_dev; member
/linux-4.4.14/drivers/net/ethernet/qualcomm/
Dqca_spi.h79 struct net_device *net_dev; member
Dqca_spi.c291 struct net_device *net_dev = qca->net_dev; in qcaspi_receive() local
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c339 struct net_device *net_dev = NULL; in ipoib_match_gid_pkey_addr() local
382 struct net_device **net_dev) in __ipoib_get_net_dev_by_params()
407 struct net_device *net_dev; in ipoib_get_net_dev_by_params() local
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunqe.c938 struct net_device *net_dev = qp->dev; in qec_sbus_remove() local
Dsunbmac.c1243 struct net_device *net_dev = bp->dev; in bigmac_sbus_remove() local
Dsunhme.c3215 struct net_device *net_dev = hp->dev; in happy_meal_pci_remove() local
3285 struct net_device *net_dev = hp->dev; in hme_sbus_remove() local
/linux-4.4.14/drivers/net/ethernet/adi/
Dbfin_mac.c1770 struct net_device *net_dev = platform_get_drvdata(pdev); in bfin_mac_suspend() local
1787 struct net_device *net_dev = platform_get_drvdata(pdev); in bfin_mac_resume() local
/linux-4.4.14/drivers/net/ethernet/hisilicon/
Dhix5hd2_gmac.c753 static int hix5hd2_get_settings(struct net_device *net_dev, in hix5hd2_get_settings()
764 static int hix5hd2_set_settings(struct net_device *net_dev, in hix5hd2_set_settings()
/linux-4.4.14/drivers/net/ethernet/amd/
Dsunlance.c1504 struct net_device *net_dev = lp->dev; in sunlance_sbus_remove() local
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1390 static int gelic_wl_get_nick(struct net_device *net_dev, in gelic_wl_get_nick()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c299 mlx4_en_filter_rfs(struct net_device *net_dev, const struct sk_buff *skb, in mlx4_en_filter_rfs()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.h568 struct net_device *net_dev; member
Dipw2200.c11630 struct net_device *net_dev; in ipw_pci_probe() local
Dipw2200.h1184 struct net_device *net_dev; member