Lines Matching full:busy
802 PUBLIC void PktQueueBusy (BOOL busy)
804 *rxOutOfsFp = busy ? (*rxInOfsFp + sizeof(RX_ELEMENT)) : *rxInOfsFp;
857 PUBLIC void PktQueueBusy (BOOL busy)
863 if (busy)
923 PUBLIC void PktQueueBusy (BOOL busy)
929 if (busy)
983 PUBLIC void PktQueueBusy (BOOL busy)
985 rxOutOfs = busy ? (rxInOfs + sizeof(RX_ELEMENT)) : rxInOfs;
1268 Busy: *rxOutOfsFp = %04X *rxInOfsFp = %04X\n",