OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eth_is_active
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/net/
netconsole.c
190
if (
eth_is_active
(eth))
201
if (!
eth_is_active
(eth)) {
312
if (
eth_is_active
(eth))
/external/u-boot/net/
eth-uclass.c
318
int
eth_is_active
(struct udevice *dev)
function
338
if (!
eth_is_active
(current))
361
if (!
eth_is_active
(current))
eth_legacy.c
376
int
eth_is_active
(struct eth_device *dev)
function
/external/u-boot/include/
net.h
160
int
eth_is_active
(struct udevice *dev); /* Test device for active state */
207
int
eth_is_active
(struct eth_device *dev); /* Test device for active state */
Completed in 413 milliseconds