Home
last modified time | relevance | path

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

/drivers/soc/qcom/
A Dllcc-qcom.c126 bool fixed_size; member
207 .fixed_size = true,
232 .fixed_size = true,
241 .fixed_size = true,
250 .fixed_size = true,
259 .fixed_size = true,
267 .fixed_size = true,
276 .fixed_size = true,
285 .fixed_size = true,
295 .fixed_size = true,
[all …]
/drivers/pci/controller/
A Dpcie-rcar-ep.c443 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = 128,
446 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = 256,
449 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256,
/drivers/net/wireless/intel/iwlwifi/fw/
A Dfile.h1018 size_t fixed_size, size_t var_size) in _iwl_tlv_array_len() argument
1020 size_t var_len = le32_to_cpu(tlv->length) - fixed_size; in _iwl_tlv_array_len()
/drivers/scsi/qla2xxx/
A Dqla_dbg.h289 __be32 fixed_size; member
A Dqla_init.c3805 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local
3820 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump()
3824 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump()
3826 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump()
3831 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3833 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3835 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3837 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3890 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size in qla2x00_alloc_fw_dump()
3947 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
/drivers/pci/endpoint/
A Dpci-epf-core.c267 u64 bar_fixed_size = epc_features->bar[bar].fixed_size; in pci_epf_alloc_space()
A Dpci-epc-core.c604 (epc_features->bar[bar].fixed_size != epf_bar->size)) in pci_epc_set_bar()
/drivers/pci/controller/dwc/
A Dpci-keystone.c969 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
970 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
A Dpcie-rcar-gen4.c406 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256 },
A Dpci-imx6.c1395 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = SZ_256, },
1424 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
A Dpcie-tegra194.c2003 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
/drivers/pci/endpoint/functions/
A Dpci-epf-ntb.c1015 size = epc_features->bar[barno].fixed_size; in epf_ntb_config_spad_bar_alloc()
1021 peer_size = peer_epc_features->bar[peer_barno].fixed_size; in epf_ntb_config_spad_bar_alloc()
/drivers/nvme/target/
A Dpci-epf.c2198 if (reg_size > epc_features->bar[BAR_0].fixed_size) { in nvmet_pci_epf_configure_bar()
2201 epc_features->bar[BAR_0].fixed_size, in nvmet_pci_epf_configure_bar()
2205 reg_bar_size = epc_features->bar[BAR_0].fixed_size; in nvmet_pci_epf_configure_bar()

Completed in 68 milliseconds