Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/qcom/
Dllcc-sdm845.c43 .fixed_size = fs, \
Dllcc-slice.c243 attr1_val |= llcc_table[i].fixed_size << in qcom_llcc_cfg_program()
/Linux-v4.19/include/linux/soc/qcom/
Dllcc-qcom.h60 bool fixed_size; member
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_dbg.h288 uint32_t fixed_size; member
Dqla_init.c3121 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local
3128 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump()
3132 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump()
3134 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump()
3139 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3141 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3143 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3145 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3190 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size + eft_size; in qla2x00_alloc_fw_dump()
3227 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
/Linux-v4.19/net/sctp/
Dsm_make_chunk.c1710 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local
1726 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
1733 if (len < fixed_size + sizeof(struct sctp_chunkhdr)) in sctp_unpack_cookie()
/Linux-v4.19/sound/pci/asihpi/
Dhpi_internal.h1033 char fixed_size[32]; member