Home
last modified time | relevance | path

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

123

/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()
43 int efx_sriov_set_vf_spoofchk(struct net_device *net_dev, int vf_i, in efx_sriov_set_vf_spoofchk()
54 int efx_sriov_get_vf_config(struct net_device *net_dev, int vf_i, in efx_sriov_get_vf_config()
65 int efx_sriov_set_vf_link_state(struct net_device *net_dev, int vf_i, in efx_sriov_set_vf_link_state()
77 int efx_sriov_get_phys_port_id(struct net_device *net_dev, in efx_sriov_get_phys_port_id()
Defx.c2072 static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in efx_ioctl()
2143 static void efx_netpoll(struct net_device *net_dev) in efx_netpoll()
2192 int efx_net_open(struct net_device *net_dev) in efx_net_open()
2221 int efx_net_stop(struct net_device *net_dev) in efx_net_stop()
2235 static struct rtnl_link_stats64 *efx_net_stats(struct net_device *net_dev, in efx_net_stats()
2248 static void efx_watchdog(struct net_device *net_dev) in efx_watchdog()
2261 static int efx_change_mtu(struct net_device *net_dev, int new_mtu) in efx_change_mtu()
2297 static int efx_set_mac_address(struct net_device *net_dev, void *data) in efx_set_mac_address()
2332 static void efx_set_rx_mode(struct net_device *net_dev) in efx_set_rx_mode()
2341 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.c527 struct net_device *net_dev) in efx_hard_start_xmit()
564 int efx_setup_tc(struct net_device *net_dev, u32 handle, __be16 proto, in efx_setup_tc()
Dselftest.c381 struct net_device *net_dev = efx->net_dev; in efx_iterate_state() local
/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 …]
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
581 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400mu_disconnect() local
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-rx.c337 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400mu_rxd() local
/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 …]
/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c43 static u32 hns_nic_get_link(struct net_device *net_dev) in hns_nic_get_link()
66 static void hns_get_mdix_mode(struct net_device *net_dev, in hns_get_mdix_mode()
118 static int hns_nic_get_link_ksettings(struct net_device *net_dev, in hns_nic_get_link_ksettings()
205 static int hns_nic_set_link_ksettings(struct net_device *net_dev, in hns_nic_set_link_ksettings()
661 static void hns_nic_get_drvinfo(struct net_device *net_dev, in hns_nic_get_drvinfo()
686 void hns_get_ringparam(struct net_device *net_dev, in hns_get_ringparam()
711 static void hns_get_pauseparam(struct net_device *net_dev, in hns_get_pauseparam()
731 static int hns_set_pauseparam(struct net_device *net_dev, in hns_set_pauseparam()
755 static int hns_get_coalesce(struct net_device *net_dev, in hns_get_coalesce()
799 static int hns_set_coalesce(struct net_device *net_dev, in hns_set_coalesce()
[all …]
/drivers/net/ethernet/freescale/fman/
Dmac.c284 static int set_multi(struct net_device *net_dev, struct mac_device *mac_dev) in set_multi()
422 static void adjust_link_void(struct net_device *net_dev) in adjust_link_void()
426 static void adjust_link_dtsec(struct net_device *net_dev) in adjust_link_dtsec()
450 static void adjust_link_memac(struct net_device *net_dev) in adjust_link_memac()
472 static struct phy_device *init_phy(struct net_device *net_dev, in init_phy()
499 static struct phy_device *dtsec_init_phy(struct net_device *net_dev, in dtsec_init_phy()
505 static struct phy_device *tgec_init_phy(struct net_device *net_dev, in tgec_init_phy()
511 static struct phy_device *memac_init_phy(struct net_device *net_dev, in memac_init_phy()
/drivers/net/ethernet/broadcom/
Dbgmac.c132 struct net_device *net_dev = bgmac->net_dev; in bgmac_dma_tx_add() local
778 static void bgmac_set_rx_mode(struct net_device *net_dev) in bgmac_set_rx_mode()
1159 static int bgmac_open(struct net_device *net_dev) in bgmac_open()
1189 static int bgmac_stop(struct net_device *net_dev) in bgmac_stop()
1208 struct net_device *net_dev) in bgmac_start_xmit()
1218 static int bgmac_set_mac_address(struct net_device *net_dev, void *addr) in bgmac_set_mac_address()
1231 static int bgmac_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in bgmac_ioctl()
1374 static void bgmac_get_drvinfo(struct net_device *net_dev, in bgmac_get_drvinfo()
1394 static void bgmac_adjust_link(struct net_device *net_dev) in bgmac_adjust_link()
1464 struct net_device *net_dev; in bgmac_enet_probe() local
/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
/drivers/isdn/i4l/
Disdn_ppp.c164 isdn_net_dev *net_dev = dev->netdev; in isdn_ppp_bind() local
1011 void isdn_ppp_receive(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) in isdn_ppp_receive()
1067 isdn_ppp_push_higher(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb, int proto) in isdn_ppp_push_higher()
1627 static void isdn_ppp_mp_receive(isdn_net_dev *net_dev, isdn_net_local *lp, in isdn_ppp_mp_receive()
1906 void isdn_ppp_mp_reassembly(isdn_net_dev *net_dev, isdn_net_local *lp, in isdn_ppp_mp_reassembly()
2683 static void isdn_ppp_receive_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, in isdn_ppp_receive_ccp()
2860 static void isdn_ppp_send_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) in isdn_ppp_send_ccp()
/drivers/infiniband/core/
Dcma.c1237 static bool validate_ipv4_net_dev(struct net_device *net_dev, in validate_ipv4_net_dev()
1267 static bool validate_ipv6_net_dev(struct net_device *net_dev, in validate_ipv6_net_dev()
1291 static bool validate_net_dev(struct net_device *net_dev, in validate_net_dev()
1320 struct net_device *net_dev; in cma_get_net_dev() local
1401 const struct net_device *net_dev, in cma_match_net_dev()
1422 const struct net_device *net_dev) in cma_find_listener()
1449 struct net_device **net_dev) in cma_id_from_event()
1751 struct net_device *net_dev) in cma_new_conn_id()
1812 struct net_device *net_dev) in cma_new_udp_id()
1880 struct net_device *net_dev; in cma_req_handler() local
/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
/drivers/net/ethernet/amazon/ena/
Dena_ethtool.c298 static int ena_get_coalesce(struct net_device *net_dev, in ena_get_coalesce()
346 static int ena_set_coalesce(struct net_device *net_dev, in ena_set_coalesce()
/drivers/net/hyperv/
Drndis_filter.c400 struct netvsc_device *net_dev = net_device_ctx->nvdev; in rndis_filter_receive() local
1161 struct netvsc_device *net_dev = hv_device_to_netvsc_device(dev); in rndis_filter_device_remove() local
/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
/drivers/infiniband/ulp/ipoib/
Dipoib_main.c370 struct net_device *net_dev = NULL; in ipoib_match_gid_pkey_addr() local
413 struct net_device **net_dev) in __ipoib_get_net_dev_by_params()
438 struct net_device *net_dev; in ipoib_get_net_dev_by_params() local
/drivers/net/ethernet/adi/
Dbfin_mac.c1728 struct net_device *net_dev = platform_get_drvdata(pdev); in bfin_mac_suspend() local
1745 struct net_device *net_dev = platform_get_drvdata(pdev); in bfin_mac_resume() local

123