Home
last modified time | relevance | path

Searched defs:dnet (Results 1 – 4 of 4) 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()
57 void dnet_writew_mac(struct dnet_device *dnet, u16 reg, u16 val) in dnet_writew_mac()
102 static u16 dnet_mdio_read(struct dnet_device *dnet, u8 reg) in dnet_mdio_read()
135 struct dnet_device *dnet = to_dnet(netdev); in dnet_send() local
170 struct dnet_device *dnet = to_dnet(netdev); in dnet_recv() local
204 struct dnet_device *dnet = to_dnet(netdev); in dnet_set_hwaddr() local
215 static void dnet_phy_reset(struct dnet_device *dnet) in dnet_phy_reset()
241 static int dnet_phy_init(struct dnet_device *dnet) in dnet_phy_init()
315 struct dnet_device *dnet = to_dnet(netdev); in dnet_init() local
353 struct dnet_device *dnet = to_dnet(netdev); in dnet_halt() local
[all …]
/openbmc/linux/drivers/net/ethernet/
H A Ddnet.h204 struct dnet { struct
209 struct dnet_stats hw_stats; argument
210 unsigned int capabilities; /* read from FPGA */
211 struct napi_struct napi;
214 struct mii_bus *mii_bus;
215 unsigned int link;
216 unsigned int speed;
217 unsigned int duplex;
/openbmc/linux/net/openvswitch/
H A Ddatapath.c2647 static void __net_exit list_vports_from_net(struct net *net, struct net *dnet, in list_vports_from_net()
2670 static void __net_exit ovs_exit_net(struct net *dnet) in ovs_exit_net()
/openbmc/linux/net/mctp/
H A Droute.c735 struct mctp_route *mctp_route_lookup(struct net *net, unsigned int dnet, in mctp_route_lookup()