Searched refs:fixed_size (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/powerpc/kernel/ ! |
D | rtas.c | 1054 int fixed_size; member 1117 else if (f->fixed_size) in block_rtas_call() 1118 size = f->fixed_size; in block_rtas_call() 1140 else if (f->fixed_size) in block_rtas_call() 1141 size = f->fixed_size; in block_rtas_call()
|
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/fw/ ! |
D | file.h | 941 size_t fixed_size, size_t var_size) in _iwl_tlv_array_len() argument 943 size_t var_len = le32_to_cpu(tlv->length) - fixed_size; in _iwl_tlv_array_len()
|
/linux-5.19.10/drivers/soc/qcom/ ! |
D | llcc-qcom.c | 90 bool fixed_size; member 581 attr1_val |= config->fixed_size << ATTR1_FIXED_SIZE_SHIFT; in _qcom_llcc_cfg_program()
|
/linux-5.19.10/drivers/scsi/qla2xxx/ ! |
D | qla_dbg.h | 289 __be32 fixed_size; member
|
D | qla_init.c | 3516 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local 3531 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump() 3535 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump() 3537 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump() 3542 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3544 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3546 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3548 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3600 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size in qla2x00_alloc_fw_dump() 3657 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
|
/linux-5.19.10/net/sctp/ ! |
D | sm_make_chunk.c | 1747 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local 1763 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie() 1770 if (len < fixed_size + sizeof(struct sctp_chunkhdr)) in sctp_unpack_cookie()
|
/linux-5.19.10/sound/pci/asihpi/ ! |
D | hpi_internal.h | 1022 char fixed_size[32]; member
|