OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eth_get_dev_index
(Results
1 - 6
of
6
) sorted by null
/external/u-boot/net/
cdp.c
154
sprintf(buf, CONFIG_CDP_PORT_ID,
eth_get_dev_index
());
eth-uclass.c
174
int
eth_get_dev_index
(void)
function
eth_legacy.c
93
int
eth_get_dev_index
(void)
function
net.c
1371
int num =
eth_get_dev_index
();
[
all
...]
/external/u-boot/include/
net.h
240
int
eth_get_dev_index
(void); /* get the device index */
/external/u-boot/cmd/
pxe.c
72
if (!eth_env_get_enetaddr_by_index("eth",
eth_get_dev_index
(), ethaddr))
[
all
...]
Completed in 181 milliseconds