Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dcs89x0.c252 #define CS_OUTPUT_LOOP_MAX 100 /* max times round notorious tx loop */ macro
1977 if (txLoop > CS_OUTPUT_LOOP_MAX) { in cs_start_output()