/openbmc/u-boot/drivers/net/ |
H A D | dnet.c | 38 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 D | Makefile | 21 obj-$(CONFIG_DNET) += dnet.o
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0001-configure.ac-don-t-use-dnet-config.patch | 4 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 D | dnet.c | 27 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 D | dnet.h | 204 struct dnet { struct
|
H A D | Makefile | 36 obj-$(CONFIG_DNET) += dnet.o
|
H A D | Kconfig | 70 will be called dnet.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libdnet/ |
H A D | libdnet_1.18.0.bb | 22 MULTILIB_SCRIPTS = "${PN}:${bindir}/dnet-config"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/ |
H A D | snort_2.9.20.bb | 40 --with-dnet-includes=${STAGING_INCDIR} \ 41 --with-dnet-libraries=${STAGING_LIBDIR} \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/ |
H A D | daq_2.0.7.bb | 24 --with-libpcap-includes=${STAGING_INCDIR} --with-dnet-includes=${STAGING_LIBDIR}"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/ |
H A D | open-vm-tools_12.5.0.bb | 32 file://0001-configure.ac-don-t-use-dnet-config.patch;patchdir=.. \ 109 export CUSTOM_DNET_NAME=dnet
|
/openbmc/linux/include/net/ |
H A D | mctp.h | 249 struct mctp_route *mctp_route_lookup(struct net *net, unsigned int dnet,
|
/openbmc/linux/net/openvswitch/ |
H A D | datapath.c | 2653 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 D | route.c | 751 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 D | qdict.txt | 4610 dnet.c: 25715 4611 dnet.h: 7221
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |