Lines Matching refs:req_buf
250 struct acrn_io_request_buffer *req_buf = NULL; in acrn_insert_request() local
259 req_buf = (struct acrn_io_request_buffer *)(vcpu->vm->sw.io_shared_page); in acrn_insert_request()
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
333 req_buf = (struct acrn_io_request_buffer *)vm->sw.io_shared_page; in set_io_req_state()
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
404 req_buf = (struct acrn_io_request_buffer *)(vcpu->vm->sw.io_shared_page); in complete_ioreq()
407 acrn_io_req = &req_buf->req_slot[vcpu->vcpu_id]; in complete_ioreq()