Home
last modified time | relevance | path

Searched refs:req_buf (Results 1 – 1 of 1) sorted by relevance

/hypervisor/dm/
A Dio_req.c250 struct acrn_io_request_buffer *req_buf = NULL; in acrn_insert_request() local
263 acrn_io_req = &req_buf->req_slot[cur]; in acrn_insert_request()
312 struct acrn_io_request_buffer *req_buf = NULL; in get_io_req_state() local
315 req_buf = (struct acrn_io_request_buffer *)vm->sw.io_shared_page; in get_io_req_state()
316 if (req_buf == NULL) { in get_io_req_state()
320 acrn_io_req = &req_buf->req_slot[vcpu_id]; in get_io_req_state()
330 struct acrn_io_request_buffer *req_buf = NULL; in set_io_req_state() local
334 if (req_buf != NULL) { in set_io_req_state()
336 acrn_io_req = &req_buf->req_slot[vcpu_id]; in set_io_req_state()
401 struct acrn_io_request_buffer *req_buf = NULL; in complete_ioreq() local
[all …]

Completed in 4 milliseconds