Searched refs:resp_sz (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/platform/chrome/ |
| H A D | cros_ec_vbc.c | 32 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 D | sev-guest.c | 101 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 D | main.c | 418 .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 D | pds_adminq.h | 1411 __le32 resp_sz; member 1445 __le32 resp_sz; member
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | sev.h | 200 size_t resp_sz; member
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | block.c | 997 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 D | core.c | 3055 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()
|