Searched refs:fixed_size (Results 1 – 5 of 5) sorted by relevance
/drivers/soc/qcom/ |
D | llcc-sdm845.c | 43 .fixed_size = fs, \
|
D | llcc-slice.c | 268 attr1_val |= llcc_table[i].fixed_size << in qcom_llcc_cfg_program()
|
/drivers/net/wireless/intel/iwlwifi/fw/ |
D | file.h | 980 size_t fixed_size, size_t var_size) in _iwl_tlv_array_len() argument 982 size_t var_len = le32_to_cpu(tlv->length) - fixed_size; in _iwl_tlv_array_len()
|
/drivers/scsi/qla2xxx/ |
D | qla_dbg.h | 288 uint32_t fixed_size; member
|
D | qla_init.c | 3181 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local 3188 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump() 3192 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump() 3194 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump() 3199 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3201 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3203 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3205 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump() 3256 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size in qla2x00_alloc_fw_dump() 3312 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
|