HelenOS sources

RTL8139_VER_COUNT   31 uspace/drv/nic/rtl8139/defs.c const char *model_names[RTL8139_VER_COUNT] = {
RTL8139_VER_COUNT   47 uspace/drv/nic/rtl8139/defs.c const struct rtl8139_hwver_map rtl8139_versions[RTL8139_VER_COUNT + 1] = {
RTL8139_VER_COUNT   59 uspace/drv/nic/rtl8139/defs.c 	{ 0, RTL8139_VER_COUNT }
RTL8139_VER_COUNT  525 uspace/drv/nic/rtl8139/defs.h extern const struct rtl8139_hwver_map rtl8139_versions[RTL8139_VER_COUNT + 1];
RTL8139_VER_COUNT  526 uspace/drv/nic/rtl8139/defs.h extern const char *model_names[RTL8139_VER_COUNT];
RTL8139_VER_COUNT 1236 uspace/drv/nic/rtl8139/driver.c 	rtl8139->hw_version = RTL8139_VER_COUNT;
RTL8139_VER_COUNT 1237 uspace/drv/nic/rtl8139/driver.c 	for (i = 0; i < RTL8139_VER_COUNT; ++i) {
RTL8139_VER_COUNT 1384 uspace/drv/nic/rtl8139/driver.c 	if (rtl8139->hw_version < RTL8139_VER_COUNT) {
HelenOS homepage, sources at GitHub