Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ip2/
Di2lib.c554 short bufroom; in i2QueueCommands() local
634 bufroom = pCh->Obuf_strip - stuffIndex; in i2QueueCommands()
640 bufroom = pCh->Cbuf_strip - stuffIndex; in i2QueueCommands()
645 if (--bufroom < 0) { in i2QueueCommands()
646 bufroom += maxBuff; in i2QueueCommands()
649 ip2trace (CHANN, ITRC_QUEUE, 2, 1, bufroom ); in i2QueueCommands()
652 if (totalsize <= bufroom) { in i2QueueCommands()