Searched refs:hwbcc_resp_hdr (Results 1 – 4 of 4) sorted by relevance
104 struct hwbcc_resp_hdr { struct109 STATIC_ASSERT(sizeof(struct hwbcc_resp_hdr) == 12); argument
169 let header_size = mem::size_of::<hwbcc_resp_hdr>(); in deserialize()179 let (prefix, header_body, _) = unsafe { header.align_to::<hwbcc_resp_hdr>() }; in deserialize()184 let msg: &hwbcc_resp_hdr = &header_body[0]; in deserialize()
40 struct hwbcc_resp_hdr hdr;44 sizeof(struct hwbcc_resp_hdr) + HWBCC_MAX_RESP_PAYLOAD_SIZE);
34 struct hwbcc_resp_hdr resp; in recv_resp()328 struct hwbcc_resp_hdr resp; in hwbcc_ns_deprivilege()