Searched refs:remote_insert (Results 1 – 2 of 2) sorted by relevance
1341 queue->local_insert, queue->remote_insert, queue->process); in abort_outstanding_bulks()1344 WARN_ON(!((int)(queue->remote_insert - queue->process) >= 0)); in abort_outstanding_bulks()1347 (queue->process != queue->remote_insert)) { in abort_outstanding_bulks()1351 if (queue->process == queue->remote_insert) { in abort_outstanding_bulks()1355 queue->remote_insert++; in abort_outstanding_bulks()1725 if ((int)(queue->remote_insert - in parse_rx_slots()1732 queue->remote_insert, in parse_rx_slots()1737 if (queue->process != queue->remote_insert) { in parse_rx_slots()1741 queue->remote_insert); in parse_rx_slots()1747 BULK_INDEX(queue->remote_insert)]; in parse_rx_slots()[all …]
225 int remote_insert; /* Where to insert the next remote bulk (master) */ member