Searched refs:ADB_QUEUE (Results 1 – 2 of 2) sorted by relevance
149 #define ADB_QUEUE 32 macro211 struct adbCommand adbInbound[ADB_QUEUE]; /* incoming queue */215 struct adbCommand adbOutbound[ADB_QUEUE]; /* outgoing queue - not used yet */704 if (adbInCount >= ADB_QUEUE) { in adb_pass_up()787 if (++adbInTail >= ADB_QUEUE) in adb_pass_up()863 if (++adbInHead >= ADB_QUEUE) in adb_soft_intr()
174 #define ADB_QUEUE 32 macro262 struct adbCommand adbInbound[ADB_QUEUE]; /* incoming queue */266 struct adbCommand adbOutbound[ADB_QUEUE]; /* outgoing queue - not used yet */1639 if (adbInCount >= ADB_QUEUE) { in adb_pass_up()1735 if (++adbInTail >= ADB_QUEUE) in adb_pass_up()1836 if (++adbInHead >= ADB_QUEUE) in adb_soft_intr()