Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Deepro100.c691 static ru_state_t get_ru_state(EEPRO100State * s) in get_ru_state() function
1028 if (get_ru_state(s) != ru_idle) { in eepro100_ru_command()
1029 logout("RU state is %u, should be %u\n", get_ru_state(s), ru_idle); in eepro100_ru_command()
1041 if (get_ru_state(s) != ru_suspended) { in eepro100_ru_command()
1042 logout("RU state is %u, should be %u\n", get_ru_state(s), in eepro100_ru_command()
1052 if (get_ru_state(s) == ru_ready) { in eepro100_ru_command()
1707 if (get_ru_state(s) != ru_ready) { in nic_receive()
1709 logout("no resources, state=%u\n", get_ru_state(s)); in nic_receive()