Searched refs:new_hdr (Results 1 – 1 of 1) sorted by relevance
87 struct mbox_ram_hdr new_hdr = { {0} }; in mbox_send_request() local104 new_hdr.chan_state = MBOX_CHAN_STATE_REQ; in mbox_send_request()105 new_hdr.coproc = hdr->coproc; in mbox_send_request()106 new_hdr.msg = hdr->msg; in mbox_send_request()107 new_hdr.vfid = hdr->vfid; in mbox_send_request()108 new_hdr.tag = m->tag_own; in mbox_send_request()109 new_hdr.len = txsize; in mbox_send_request()112 rte_write64(new_hdr.u64, ram_mbox_hdr); in mbox_send_request()