Lines Matching refs:queue
84 All queued requests are handled via inbound/outbound queue port.
89 - Get a free request packet by reading the inbound queue port or
92 The value returned from the inbound queue port is an offset
99 - Post the packet to IOP by writing it to inbound queue. For requests
100 allocated in IOP memory, write the offset to inbound queue port. For
102 to the inbound queue port.
105 will be put into outbound queue. An outbound interrupt will be
109 outbound queue.
112 is posted to the outbound queue. If IOP_REQUEST_FLAG_OUTPUT_CONTEXT
116 - The host read the outbound queue and complete the request.
119 by writing it to the outbound queue.