Searched refs:remote_insert (Results 1 – 2 of 2) sorted by relevance
1446 queue->local_insert, queue->remote_insert, queue->process); in abort_outstanding_bulks()1449 WARN_ON((int)(queue->remote_insert - queue->process) < 0); in abort_outstanding_bulks()1452 (queue->process != queue->remote_insert)) { in abort_outstanding_bulks()1455 if (queue->process == queue->remote_insert) { in abort_outstanding_bulks()1459 queue->remote_insert++; in abort_outstanding_bulks()1757 if ((int)(queue->remote_insert - in parse_message()1762 localport, queue->remote_insert, in parse_message()1767 if (queue->process != queue->remote_insert) { in parse_message()1771 queue->remote_insert); in parse_message()1776 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