Searched refs:remote_insert (Results 1 – 2 of 2) sorted by relevance
1794 queue->remote_insert, queue->process); in abort_outstanding_bulks()1797 WARN_ON((int)(queue->remote_insert - queue->process) < 0); in abort_outstanding_bulks()1800 (queue->process != queue->remote_insert)) { in abort_outstanding_bulks()1803 if (queue->process == queue->remote_insert) { in abort_outstanding_bulks()1807 queue->remote_insert++; in abort_outstanding_bulks()2102 if ((int)(queue->remote_insert - in parse_message()2107 localport, queue->remote_insert, queue->local_insert); in parse_message()2111 if (queue->process != queue->remote_insert) { in parse_message()2114 queue->remote_insert); in parse_message()2119 bulk = &queue->bulks[BULK_INDEX(queue->remote_insert)]; in parse_message()[all …]
131 int remote_insert; /* Where to insert the next remote bulk (master) */ member