Home
last modified time | relevance | path

Searched refs:section_length (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/s390/crypto/
H A Dzcrypt_cca_key.h47 unsigned short section_length; member
69 unsigned short section_length; member
141 key->pubsec.section_length = sizeof(key->pubsec) + in zcrypt_type6_mex_key_en()
144 key->pubsec.section_length + sizeof(key->pubhdr); in zcrypt_type6_mex_key_en()
163 .section_length = 0x000f, in zcrypt_type6_crt_key()
203 key->pvt.section_length = sizeof(key->pvt) + key_len; in zcrypt_type6_crt_key()
/linux/drivers/ras/
H A Dras.c77 if (sz + (long)ctx_info - (long)err >= err->section_length) in log_arm_hw_error()
84 vsei_len = err->section_length - (sizeof(struct cper_sec_proc_arm) + pei_len + ctx_len); in log_arm_hw_error()
86 pr_warn(FW_BUG "section length: %d\n", err->section_length); in log_arm_hw_error()
/linux/drivers/firmware/efi/
H A Dcper-arm.c240 len = proc->section_length - (sizeof(*proc) + in cper_print_proc_arm()
243 if (len < 0 || proc->section_length > length) { in cper_print_proc_arm()
245 pfx, proc->section_length, length); in cper_print_proc_arm()
/linux/sound/isa/wavefront/
H A Dwavefront_synth.c1982 int section_length = *(signed char *)buf; in wavefront_download_firmware() local
1983 if (section_length == 0) in wavefront_download_firmware()
1985 if (section_length < 0 || section_length > WF_SECTION_MAX) { in wavefront_download_firmware()
1988 section_length); in wavefront_download_firmware()
1994 if (firmware->size < len + section_length) { in wavefront_download_firmware()
2003 for (; section_length; section_length--) { in wavefront_download_firmware()
/linux/include/linux/
H A Dcper.h375 u32 section_length; member
436 u32 section_length; member
/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_cper.c108 uint32_t section_length) in fill_section_descriptor() argument
115 descriptor->sec_length = section_length; in fill_section_descriptor()
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c212 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()
/linux/drivers/ras/amd/
H A Dfmpm.c175 return rec->sec_desc.section_length - sizeof(struct cper_section_descriptor); in get_fmp_len()
525 sec_desc->section_length = max_rec_len - sizeof(struct cper_record_header); in set_rec_fields()
/linux/drivers/media/dvb-core/
H A Ddvb_demux.c63 static inline u16 section_length(const u8 *buf) in section_length() function
266 seclen = section_length(sec->secbuf); in dvb_dmx_swfilter_section_copy_dump()
/linux/drivers/acpi/apei/
H A Derst.c1156 rcd->sec_hdr.section_length = record->size; in erst_writer()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h836 __le32 section_length; /* size of this section in bytes */ member