Searched refs:remote_insert (Results 1 – 2 of 2) sorted by relevance
1429 queue->remote_insert, queue->process); in abort_outstanding_bulks()1432 WARN_ON((int)(queue->remote_insert - queue->process) < 0); in abort_outstanding_bulks()1435 (queue->process != queue->remote_insert)) { in abort_outstanding_bulks()1438 if (queue->process == queue->remote_insert) { in abort_outstanding_bulks()1442 queue->remote_insert++; in abort_outstanding_bulks()1733 if ((int)(queue->remote_insert - in parse_message()1738 localport, queue->remote_insert, queue->local_insert); in parse_message()1742 if (queue->process != queue->remote_insert) { in parse_message()1745 queue->remote_insert); in parse_message()1750 bulk = &queue->bulks[BULK_INDEX(queue->remote_insert)]; in parse_message()[all …]
126 int remote_insert; /* Where to insert the next remote bulk (master) */ member