Home
last modified time | relevance | path

Searched refs:remote_insert (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_core.c1794 queue->remote_insert, queue->process); in abort_outstanding_bulks()
1797 WARN_ON((int)(queue->remote_insert - queue->process) < 0); in abort_outstanding_bulks()
1800 (queue->process != queue->remote_insert)) { in abort_outstanding_bulks()
1803 if (queue->process == queue->remote_insert) { in abort_outstanding_bulks()
1807 queue->remote_insert++; in abort_outstanding_bulks()
2102 if ((int)(queue->remote_insert - in parse_message()
2107 localport, queue->remote_insert, queue->local_insert); in parse_message()
2111 if (queue->process != queue->remote_insert) { in parse_message()
2114 queue->remote_insert); in parse_message()
2119 bulk = &queue->bulks[BULK_INDEX(queue->remote_insert)]; in parse_message()
[all …]
/linux/include/linux/raspberrypi/
H A Dvchiq_core.h131 int remote_insert; /* Where to insert the next remote bulk (master) */ member