Home
last modified time | relevance | path

Searched refs:dnet (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Ddnet.c38 u16 dnet_readw_mac(struct dnet_device *dnet, u16 reg) in dnet_readw_mac() argument
43 writel(reg, &dnet->regs->MACREG_ADDR); in dnet_readw_mac()
50 data_read = readl(&dnet->regs->MACREG_DATA); in dnet_readw_mac()
57 void dnet_writew_mac(struct dnet_device *dnet, u16 reg, u16 val) in dnet_writew_mac() argument
60 writel(val, &dnet->regs->MACREG_DATA); in dnet_writew_mac()
63 writel(reg | DNET_INTERNAL_WRITE, &dnet->regs->MACREG_ADDR); in dnet_writew_mac()
70 static void dnet_mdio_write(struct dnet_device *dnet, u8 reg, u16 value) in dnet_mdio_write() argument
75 dnet->phy_addr, reg, value); in dnet_mdio_write()
77 while (!(dnet_readw_mac(dnet, DNET_INTERNAL_GMII_MNG_CTL_REG) & in dnet_mdio_write()
88 tmp |= (dnet->phy_addr << 8); in dnet_mdio_write()
[all …]
H A DMakefile21 obj-$(CONFIG_DNET) += dnet.o
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0001-configure.ac-don-t-use-dnet-config.patch4 Subject: [PATCH] configure.ac: don't use dnet-config
6 The dnet-config tool doesn't know about cross-compilation, so it injects
7 -I/usr/include into the path, causing compiler errors. So instead find dnet via
22 AC_VMW_CHECK_LIB([dnet],
25 - [dnet-config],
28 [dnet.h],
34 - [dnet-config was not found on your PATH. Please configure without dnet or install dnet - http…
35 + [dnet was not found. Please configure without dnet (using --without-dnet) or install dnet - h…
/openbmc/linux/drivers/net/ethernet/
H A Ddnet.c27 static u16 dnet_readw_mac(struct dnet *bp, u16 reg) in dnet_readw_mac()
46 static void dnet_writew_mac(struct dnet *bp, u16 reg, u16 val) in dnet_writew_mac()
59 static void __dnet_set_hwaddr(struct dnet *bp) in __dnet_set_hwaddr()
71 static void dnet_get_hwaddr(struct dnet *bp) in dnet_get_hwaddr()
101 struct dnet *bp = bus->priv; in dnet_mdio_read()
134 struct dnet *bp = bus->priv; in dnet_mdio_write()
172 struct dnet *bp = netdev_priv(dev); in dnet_handle_link_change()
253 struct dnet *bp = netdev_priv(dev); in dnet_mii_probe()
297 static int dnet_mii_init(struct dnet *bp) in dnet_mii_init()
339 static void dnet_update_stats(struct dnet *bp) in dnet_update_stats()
[all …]
H A Ddnet.h204 struct dnet { struct
H A DMakefile36 obj-$(CONFIG_DNET) += dnet.o
H A DKconfig70 will be called dnet.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libdnet/
H A Dlibdnet_1.18.0.bb22 MULTILIB_SCRIPTS = "${PN}:${bindir}/dnet-config"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/
H A Dsnort_2.9.20.bb40 --with-dnet-includes=${STAGING_INCDIR} \
41 --with-dnet-libraries=${STAGING_LIBDIR} \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/
H A Ddaq_2.0.7.bb24 --with-libpcap-includes=${STAGING_INCDIR} --with-dnet-includes=${STAGING_LIBDIR}"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/
H A Dopen-vm-tools_12.5.0.bb32 file://0001-configure.ac-don-t-use-dnet-config.patch;patchdir=.. \
109 export CUSTOM_DNET_NAME=dnet
/openbmc/linux/include/net/
H A Dmctp.h249 struct mctp_route *mctp_route_lookup(struct net *net, unsigned int dnet,
/openbmc/linux/net/openvswitch/
H A Ddatapath.c2653 static void __net_exit list_vports_from_net(struct net *net, struct net *dnet, in list_vports_from_net() argument
2669 if (dev_net(vport->dev) == dnet) in list_vports_from_net()
2676 static void __net_exit ovs_exit_net(struct net *dnet) in ovs_exit_net() argument
2679 struct ovs_net *ovs_net = net_generic(dnet, ovs_net_id); in ovs_exit_net()
2686 ovs_ct_exit(dnet); in ovs_exit_net()
2693 list_vports_from_net(net, dnet, &head); in ovs_exit_net()
/openbmc/linux/net/mctp/
H A Droute.c751 struct mctp_route *mctp_route_lookup(struct net *net, unsigned int dnet, in mctp_route_lookup() argument
760 if (mctp_rt_match_eid(tmp, dnet, daddr)) { in mctp_route_lookup()
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt4610 dnet.c: 25715
4611 dnet.h: 7221
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]