Searched refs:bulks (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1185 &queue->bulks[BULK_INDEX(queue->remote_notify)];
1207 &queue->bulks[BULK_INDEX(queue->remove)];
1347 VCHIQ_BULK_T *bulk = &queue->bulks[BULK_INDEX(queue->process)];
1415 VCHIQ_BULK_T *bulk = &queue->bulks[BULK_INDEX(queue->process)];
1480 /* Deal with any bulks which had to be deferred due to being in
1481 * paused state. Don't try to match up to number of deferred bulks
1484 vchiq_log_info(vchiq_core_log_level, "%s: processing %d deferred bulks",
1849 bulk = &queue->bulks[
1876 "%s: bulks paused in "
1929 bulk = &queue->bulks[
[all...]
H A Dvchiq_core.h262 VCHIQ_BULK_T bulks[VCHIQ_NUM_SERVICE_BULKS]; member in struct:vchiq_bulk_queue_struct

Completed in 159 milliseconds