Searched refs:remote_insert (Results 1 – 2 of 2) sorted by relevance
1365 queue->local_insert, queue->remote_insert, queue->process); in abort_outstanding_bulks()1368 WARN_ON(!((int)(queue->remote_insert - queue->process) >= 0)); in abort_outstanding_bulks()1371 (queue->process != queue->remote_insert)) { in abort_outstanding_bulks()1375 if (queue->process == queue->remote_insert) { in abort_outstanding_bulks()1379 queue->remote_insert++; in abort_outstanding_bulks()1740 if ((int)(queue->remote_insert - in parse_rx_slots()1747 queue->remote_insert, in parse_rx_slots()1752 if (queue->process != queue->remote_insert) { in parse_rx_slots()1756 queue->remote_insert); in parse_rx_slots()1762 BULK_INDEX(queue->remote_insert)]; in parse_rx_slots()[all …]
243 int remote_insert; /* Where to insert the next remote bulk (master) */ member