Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dcomx.c152 int free = (ch->debug_start - ch->debug_end + ch->debug_size) in comx_debug()
156 min_t(int, ch->debug_size - ch->debug_end, len)); in comx_debug()
157 memcpy(ch->debug_area + ch->debug_end, str, to_copy); in comx_debug()
160 ch->debug_end = (ch->debug_end + to_copy) % ch->debug_size; in comx_debug()
161 if (ch->debug_start == ch->debug_end) // Full ? push start away in comx_debug()
164 ch->debug_file->size = (ch->debug_end - ch->debug_start + in comx_debug()
653 ch->debug_start = ch->debug_end = 0; in comx_write_proc()
845 ch->debug_start = ch->debug_end = 0; in comx_mkdir()
Dcomx.h78 int debug_start, debug_end, debug_size; member