Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h255 typedef struct vchiq_bulk_queue_struct { struct
256 int local_insert; /* Where to insert the next local bulk */
257 int remote_insert; /* Where to insert the next remote bulk (master) */
258 int process; /* Bulk to transfer next */
259 int remote_notify; /* Bulk to notify the remote client of next (mstr) */
260 int remove; /* Bulk to notify the local client of, and remove,
262 VCHIQ_BULK_T bulks[VCHIQ_NUM_SERVICE_BULKS];