Home
last modified time | relevance | path

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

/linux/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/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()
248 req.resp_sz = resp_len; in get_ext_report()
/linux/include/linux/
H A Dpci-tsm.h211 size_t req_sz, void *resp, size_t resp_sz);
/linux/drivers/pci/
H A Dtsm.c886 size_t req_sz, void *resp, size_t resp_sz) in pci_tsm_doe_transfer() argument
898 resp, resp_sz); in pci_tsm_doe_transfer()
/linux/arch/x86/include/asm/
H A Dsev.h243 size_t resp_sz; member
/linux/drivers/mmc/core/
H A Dblock.c959 u8 resp_sz = mmc_card_ult_capacity(card) ? 8 : 4; in mmc_sd_num_wr_blocks() local
974 data.blksz = resp_sz; in mmc_sd_num_wr_blocks()
984 blocks = kmalloc(resp_sz, GFP_NOIO); in mmc_sd_num_wr_blocks()
988 sg_init_one(&sg, blocks, resp_sz); in mmc_sd_num_wr_blocks()
/linux/arch/x86/coco/sev/
H A Dcore.c2115 if (unlikely((resp_msg_hdr->msg_sz + ctx->authsize) > req->resp_sz)) in verify_and_dec_payload()
2352 req.resp_sz = sizeof(*tsc_resp) + AUTHTAG_LEN; in snp_get_tsc_info()