Searched defs:vchiq_bulk_queue (Results 1 – 1 of 1) sorted by relevance
223 struct vchiq_bulk_queue { struct224 int local_insert; /* Where to insert the next local bulk */225 int remote_insert; /* Where to insert the next remote bulk (master) */226 int process; /* Bulk to transfer next */227 int remote_notify; /* Bulk to notify the remote client of next (mstr) */228 int remove; /* Bulk to notify the local client of, and remove,230 struct vchiq_bulk bulks[VCHIQ_NUM_SERVICE_BULKS];