Searched refs:remote_insert (Results 1 – 2 of 2) sorted by relevance
1437 queue->local_insert, queue->remote_insert, queue->process); in abort_outstanding_bulks()1440 WARN_ON((int)(queue->remote_insert - queue->process) < 0); in abort_outstanding_bulks()1443 (queue->process != queue->remote_insert)) { in abort_outstanding_bulks()1446 if (queue->process == queue->remote_insert) { in abort_outstanding_bulks()1450 queue->remote_insert++; in abort_outstanding_bulks()1748 if ((int)(queue->remote_insert - in parse_message()1753 localport, queue->remote_insert, in parse_message()1758 if (queue->process != queue->remote_insert) { in parse_message()1762 queue->remote_insert); in parse_message()1767 bulk = &queue->bulks[BULK_INDEX(queue->remote_insert)]; in parse_message()[all …]
162 int remote_insert; /* Where to insert the next remote bulk (master) */ member