Home
last modified time | relevance | path

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

/linux/drivers/soc/qcom/
H A Dllcc-qcom.c126 bool fixed_size; member
200 .fixed_size = true,
209 .fixed_size = true,
218 .fixed_size = true,
227 .fixed_size = true,
236 .fixed_size = true,
256 .fixed_size = true,
266 .fixed_size = true,
275 .fixed_size = true,
284 .fixed_size = true,
[all …]
/linux/arch/powerpc/kernel/
H A Drtas.c58 const int fixed_size; member
183 .fixed_size = 4096,
207 .fixed_size = 1024,
474 .fixed_size = 4096,
483 .fixed_size = 4096,
1802 else if (f->fixed_size) in block_rtas_call()
1803 size = f->fixed_size; in block_rtas_call()
1824 else if (f->fixed_size) in block_rtas_call()
1825 size = f->fixed_size; in block_rtas_call()
/linux/drivers/pci/controller/
H A Dpcie-rcar-ep.c441 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = 128,
444 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = 256,
447 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256,
/linux/drivers/scsi/qla2xxx/
H A Dqla_dbg.h289 __be32 fixed_size; member
H A Dqla_init.c3811 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local
3826 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump()
3830 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump()
3832 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump()
3837 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3839 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3841 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3843 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3896 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size in qla2x00_alloc_fw_dump()
3953 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c217 u64 bar_fixed_size = epc_features->bar[bar].fixed_size; in pci_epf_get_required_bar_size()
H A Dpci-epc-core.c612 (epc_features->bar[bar].fixed_size != epf_bar->size)) in pci_epc_set_bar()
/linux/drivers/nvme/target/
H A Dpci-epf.c2197 if (reg_size > epc_features->bar[BAR_0].fixed_size) { in nvmet_pci_epf_configure_bar()
2200 epc_features->bar[BAR_0].fixed_size, in nvmet_pci_epf_configure_bar()
2204 reg_bar_size = epc_features->bar[BAR_0].fixed_size; in nvmet_pci_epf_configure_bar()
/linux/sound/pci/asihpi/
H A Dhpi_internal.h1022 char fixed_size[32]; member
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c1249 test_reg_size = epc_features->bar[bar].fixed_size; in pci_epf_test_alloc_space()