Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmaster.rs76 fn new(ep: Endpoint<MasterReq>, max_queue_num: u64) -> Self { in new()
554 code: MasterReq, in send_request_header()
556 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_request_header()
565 code: MasterReq, in send_request_with_body()
568 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_request_with_body()
581 code: MasterReq, in send_request_with_payload()
585 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_request_with_payload()
605 code: MasterReq, in send_fd_for_vring()
608 ) -> VhostUserResult<VhostUserMsgHeader<MasterReq>> { in send_fd_for_vring()
625 hdr: &VhostUserMsgHeader<MasterReq>, in recv_reply()
[all …]
Dslave_req_handler.rs243 pub(super) fn new(main_sock: Endpoint<MasterReq>, backend: Arc<S>) -> Self { in new()
493 hdr: &VhostUserMsgHeader<MasterReq>, in set_mem_table()
545 fn get_config(&mut self, hdr: &VhostUserMsgHeader<MasterReq>, buf: &[u8]) -> Result<()> { in get_config()
585 hdr: &VhostUserMsgHeader<MasterReq>, in set_config()
612 hdr: &VhostUserMsgHeader<MasterReq>, in set_slave_req_fd()
676 hdr: &VhostUserMsgHeader<MasterReq>, in check_request_size()
692 hdr: &VhostUserMsgHeader<MasterReq>, in check_attached_rfds()
718 hdr: &VhostUserMsgHeader<MasterReq>, in extract_request_body()
746 req: &VhostUserMsgHeader<MasterReq>, in new_reply_header()
748 ) -> Result<VhostUserMsgHeader<MasterReq>> { in new_reply_header()
[all …]
Dmessage.rs51 pub enum MasterReq { enum
143 impl Into<u32> for MasterReq { implementation
149 impl Req for MasterReq { implementation