Home
last modified time | relevance | path

Searched refs:resp_sz (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_vbc.c32 const size_t resp_sz = sizeof(struct ec_response_vbnvcontext); in vboot_context_read() local
33 const size_t payload = max(para_sz, resp_sz); in vboot_context_read()
46 msg->insize = resp_sz; in vboot_context_read()
55 memcpy(buf, msg->data, resp_sz); in vboot_context_read()
58 return resp_sz; in vboot_context_read()
/linux-6.15/drivers/virt/coco/sev-guest/
H A Dsev-guest.c101 req.resp_sz = resp_len; in get_report()
152 req.resp_sz = resp_len; in get_derived_key()
249 req.resp_sz = resp_len; in get_ext_report()
/linux-6.15/drivers/fwctl/pds/
H A Dmain.c418 .resp_sz = cpu_to_le32(rpc->out.len), in pdsfc_fw_rpc()
427 cmd.fwctl_rpc.resp_pa, cmd.fwctl_rpc.resp_sz, cmd.fwctl_rpc.resp_sg_elems, in pdsfc_fw_rpc()
/linux-6.15/include/linux/pds/
H A Dpds_adminq.h1411 __le32 resp_sz; member
1445 __le32 resp_sz; member
/linux-6.15/arch/x86/include/asm/
H A Dsev.h200 size_t resp_sz; member
/linux-6.15/drivers/mmc/core/
H A Dblock.c997 u8 resp_sz = mmc_card_ult_capacity(card) ? 8 : 4; in mmc_sd_num_wr_blocks() local
1013 data.blksz = resp_sz; in mmc_sd_num_wr_blocks()
1024 blocks = kmalloc(resp_sz, GFP_KERNEL); in mmc_sd_num_wr_blocks()
1029 sg_init_one(&sg, blocks, resp_sz); in mmc_sd_num_wr_blocks()
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c3055 if (unlikely((resp_msg_hdr->msg_sz + ctx->authsize) > req->resp_sz)) in verify_and_dec_payload()
3294 req->resp_sz = sizeof(*tsc_resp) + AUTHTAG_LEN; in snp_get_tsc_info()