Home
last modified time | relevance | path

Searched defs:vchiq_bulk_queue (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h160 struct vchiq_bulk_queue { struct
161 int local_insert; /* Where to insert the next local bulk */
162 int remote_insert; /* Where to insert the next remote bulk (master) */
163 int process; /* Bulk to transfer next */
164 int remote_notify; /* Bulk to notify the remote client of next (mstr) */
165 int remove; /* Bulk to notify the local client of, and remove, next */
166 struct vchiq_bulk bulks[VCHIQ_NUM_SERVICE_BULKS];