hxg_sizeof
static_assert(hxg_sizeof(struct reg_data) == 2);
const u32 chunk_size = hxg_sizeof(struct reg_data);
return VF2PF_QUERY_RUNTIME_RESPONSE_MSG_MIN_LEN + ret * hxg_sizeof(struct reg_data);
return guc_action_query_single_klv(guc, key, value32, hxg_sizeof(u32));
err = guc_action_query_single_klv(guc, key, value, hxg_sizeof(value));