Searched refs:fixed_size (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/soc/qcom/ |
D | llcc-sdm845.c | 43 .fixed_size = fs, \
|
D | llcc-slice.c | 243 attr1_val |= llcc_table[i].fixed_size << in qcom_llcc_cfg_program()
|
/Linux-v4.19/include/linux/soc/qcom/ |
D | llcc-qcom.h | 60 bool fixed_size; member
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_dbg.h | 288 uint32_t fixed_size; member
|
D | qla_init.c | 3121 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/ |
D | sm_make_chunk.c | 1710 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/ |
D | hpi_internal.h | 1033 char fixed_size[32]; member
|