Searched refs:NEED_CREDIT (Results 1 – 3 of 3) sorted by relevance
111 if (pCh->channelNeeds & NEED_CREDIT) printf("CREDIT "); in main()
261 #define NEED_CREDIT 8 // Indicates would be sending except has not sufficient macro
508 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()