Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ip2/
Dip2stat.c111 if (pCh->channelNeeds & NEED_CREDIT) printf("CREDIT "); in main()
Di2lib.h261 #define NEED_CREDIT 8 // Indicates would be sending except has not sufficient macro
Di2lib.c508 case NEED_CREDIT: in i2QueueNeeds()
509 pCh->channelNeeds |= NEED_CREDIT; in i2QueueNeeds()
1172 } else if ( pCh->channelNeeds & NEED_CREDIT ) { in i2Output()
1746 if (pCh->channelNeeds & NEED_CREDIT) in i2StripFifo()
1750 pCh->channelNeeds &= ~NEED_CREDIT; in i2StripFifo()
2067 i2QueueNeeds(pB, pCh, NEED_CREDIT); in i2StuffFifoInline()