Searched refs:fixed_size (Results 1 – 13 of 13) sorted by relevance
| /drivers/soc/qcom/ |
| A D | llcc-qcom.c | 126 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 D | pcie-rcar-ep.c | 443 .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 D | file.h | 1018 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 D | qla_dbg.h | 289 __be32 fixed_size; member
|
| A D | qla_init.c | 3805 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 D | pci-epf-core.c | 267 u64 bar_fixed_size = epc_features->bar[bar].fixed_size; in pci_epf_alloc_space()
|
| A D | pci-epc-core.c | 604 (epc_features->bar[bar].fixed_size != epf_bar->size)) in pci_epc_set_bar()
|
| /drivers/pci/controller/dwc/ |
| A D | pci-keystone.c | 969 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_64K, }, 970 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
|
| A D | pcie-rcar-gen4.c | 406 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256 },
|
| A D | pci-imx6.c | 1395 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = SZ_256, }, 1424 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
|
| A D | pcie-tegra194.c | 2003 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
|
| /drivers/pci/endpoint/functions/ |
| A D | pci-epf-ntb.c | 1015 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 D | pci-epf.c | 2198 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 59 milliseconds