| /linux-6.15/drivers/soc/qcom/ |
| H A D | llcc-qcom.c | 115 bool fixed_size; member 180 .fixed_size = true, 205 .fixed_size = true, 214 .fixed_size = true, 223 .fixed_size = true, 232 .fixed_size = true, 240 .fixed_size = true, 249 .fixed_size = true, 258 .fixed_size = true, 268 .fixed_size = true, [all …]
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | rtas.c | 58 const int fixed_size; member 181 .fixed_size = 4096, 205 .fixed_size = 1024, 450 .fixed_size = 4096, 459 .fixed_size = 4096, 1778 else if (f->fixed_size) in block_rtas_call() 1779 size = f->fixed_size; in block_rtas_call() 1800 else if (f->fixed_size) in block_rtas_call() 1801 size = f->fixed_size; in block_rtas_call()
|
| /linux-6.15/drivers/pci/controller/ |
| H 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,
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | file.h | 998 size_t fixed_size, size_t var_size) in _iwl_tlv_array_len() argument 1000 size_t var_len = le32_to_cpu(tlv->length) - fixed_size; in _iwl_tlv_array_len()
|
| /linux-6.15/include/linux/ |
| H A D | pci-epc.h | 219 u64 fixed_size; member
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_dbg.h | 289 __be32 fixed_size; member
|
| H 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()
|
| /linux-6.15/drivers/pci/endpoint/ |
| H A D | pci-epf-core.c | 266 u64 bar_fixed_size = epc_features->bar[bar].fixed_size; in pci_epf_alloc_space()
|
| H A D | pci-epc-core.c | 610 (epc_features->bar[bar].fixed_size != epf_bar->size)) in pci_epc_set_bar()
|
| /linux-6.15/drivers/pci/controller/dwc/ |
| H A D | pci-keystone.c | 970 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_64K, }, 971 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
|
| H A D | pci-imx6.c | 1311 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
|
| H A D | pcie-tegra194.c | 2002 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
|
| /linux-6.15/drivers/pci/endpoint/functions/ |
| H 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()
|
| H A D | pci-epf-vntb.c | 425 size = epc_features->bar[barno].fixed_size; in epf_ntb_config_spad_bar_alloc()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | pci-epf.c | 2187 if (reg_size > epc_features->bar[BAR_0].fixed_size) { in nvmet_pci_epf_configure_bar() 2190 epc_features->bar[BAR_0].fixed_size, in nvmet_pci_epf_configure_bar() 2194 reg_bar_size = epc_features->bar[BAR_0].fixed_size; in nvmet_pci_epf_configure_bar()
|
| /linux-6.15/net/sctp/ |
| H A D | sm_make_chunk.c | 1747 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local 1763 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie() 1770 if (len < fixed_size + sizeof(struct sctp_chunkhdr)) in sctp_unpack_cookie()
|
| /linux-6.15/sound/pci/asihpi/ |
| H A D | hpi_internal.h | 1022 char fixed_size[32]; member
|