| /Linux-v5.4/drivers/pci/ |
| D | proc.c | 25 return fixed_size_llseek(file, off, whence, dev->cfg_size); in proc_bus_pci_lseek() 42 size = dev->cfg_size; in proc_bus_pci_read() 118 int size = dev->cfg_size; in proc_bus_pci_write() 186 i_size_write(ino, dev->cfg_size); in proc_bus_pci_write() 430 proc_set_size(e, dev->cfg_size); in pci_proc_attach_device()
|
| D | pci-sysfs.c | 685 size = dev->cfg_size; in pci_read_config() 764 if (off > dev->cfg_size) in pci_write_config() 766 if (off + count > dev->cfg_size) { in pci_write_config() 767 size = dev->cfg_size - off; in pci_write_config() 1357 if (pdev->cfg_size > PCI_CFG_SPACE_SIZE) in pci_create_sysfs_dev_files() 1408 if (pdev->cfg_size > PCI_CFG_SPACE_SIZE) in pci_create_sysfs_dev_files() 1439 if (pdev->cfg_size > PCI_CFG_SPACE_SIZE) in pci_remove_sysfs_dev_files()
|
| D | quirks.c | 455 dev->cfg_size = 0xA0; in quirk_citrine() 465 dev->cfg_size = 0x600; in quirk_nfp6000() 4959 pdev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in quirk_intel_qat_vf_cap() 4962 pdev->cfg_size = PCI_CFG_SPACE_SIZE; in quirk_intel_qat_vf_cap()
|
| D | probe.c | 1757 dev->cfg_size = pci_cfg_space_size(dev); in pci_setup_device()
|
| D | pci.c | 499 if (dev->cfg_size <= PCI_CFG_SPACE_SIZE) in pci_find_next_ext_capability()
|
| /Linux-v5.4/drivers/soc/qcom/ |
| D | llcc-slice.c | 75 sz = drv_data->cfg_size; in llcc_slice_getd() 258 sz = drv_data->cfg_size; in qcom_llcc_cfg_program() 388 drv_data->cfg_size = sz; in qcom_llcc_probe()
|
| /Linux-v5.4/drivers/vfio/pci/ |
| D | vfio_pci_igd.c | 234 &vfio_pci_igd_cfg_regops, host_bridge->cfg_size, in vfio_pci_igd_cfg_init() 254 &vfio_pci_igd_cfg_regops, lpc_bridge->cfg_size, in vfio_pci_igd_cfg_init()
|
| D | vfio_pci_config.c | 1246 if (pdev->cfg_size > PCI_CFG_SPACE_SIZE) { in vfio_cap_len() 1263 if (pdev->cfg_size > PCI_CFG_SPACE_SIZE) { in vfio_cap_len() 1523 loops = (pdev->cfg_size - PCI_CFG_SPACE_SIZE) / PCI_CAP_SIZEOF; in vfio_ecap_init() 1642 map = kmalloc(pdev->cfg_size, GFP_KERNEL); in vfio_config_init() 1646 vconfig = kmalloc(pdev->cfg_size, GFP_KERNEL); in vfio_config_init() 1657 pdev->cfg_size - PCI_STD_HEADER_SIZEOF); in vfio_config_init() 1759 if (*ppos < 0 || *ppos >= pdev->cfg_size || in vfio_config_do_rw() 1760 *ppos + count > pdev->cfg_size) in vfio_config_do_rw()
|
| D | vfio_pci.c | 736 info.size = pdev->cfg_size; in vfio_pci_ioctl()
|
| /Linux-v5.4/include/linux/soc/qcom/ |
| D | llcc-qcom.h | 88 u32 cfg_size; member
|
| /Linux-v5.4/drivers/pci/controller/dwc/ |
| D | pcie-designware-host.c | 531 u32 busdev, cfg_size; in dw_pcie_access_other_conf() local 542 cfg_size = pp->cfg0_size; in dw_pcie_access_other_conf() 547 cfg_size = pp->cfg1_size; in dw_pcie_access_other_conf() 553 busdev, cfg_size); in dw_pcie_access_other_conf()
|
| D | pci-imx6.c | 1281 dev->cfg_size = imx6_pcie->drvdata->dbi_length; in imx6_pcie_quirk() 1283 dev->cfg_size); in imx6_pcie_quirk()
|
| /Linux-v5.4/drivers/staging/rtl8192u/ |
| D | r819xU_cmdpkt.h | 72 u8 cfg_size:2; member
|
| D | r819xU_cmdpkt.c | 282 rx_query_cfg.cfg_size = (pmsg[4] & 0x18) >> 3; in cmpk_handle_query_config_rx()
|
| /Linux-v5.4/arch/um/drivers/ |
| D | virtio_uml.c | 412 u32 cfg_size = offset + len; in vhost_user_get_config() local 414 size_t payload_size = sizeof(msg->payload.config) + cfg_size; in vhost_user_get_config() 428 msg->payload.config.size = cfg_size; in vhost_user_get_config() 446 msg->payload.config.size != cfg_size) { in vhost_user_get_config() 451 msg->payload.config.size, cfg_size); in vhost_user_get_config()
|
| /Linux-v5.4/drivers/scsi/ |
| D | wd719x.h | 215 u8 cfg_size; member
|
| /Linux-v5.4/arch/x86/pci/ |
| D | intel_mid_pci.c | 376 if (dev->cfg_size < PCIE_CAP_OFFSET + 4) in pci_fixed_bar_fixup()
|
| /Linux-v5.4/tools/testing/nvdimm/test/ |
| D | nfit.c | 2703 struct nd_cmd_get_config_size cfg_size; in nfit_ctl_test() member 2769 cmd_size = sizeof(cmds.cfg_size); in nfit_ctl_test() 2770 cmds.cfg_size = (struct nd_cmd_get_config_size) { in nfit_ctl_test() 2781 if (rc < 0 || cmd_rc || cmds.cfg_size.status != 0 in nfit_ctl_test() 2782 || cmds.cfg_size.config_size != SZ_128K in nfit_ctl_test() 2783 || cmds.cfg_size.max_xfer != SZ_4K) { in nfit_ctl_test() 2872 cmd_size = sizeof(cmds.cfg_size); in nfit_ctl_test() 2873 cmds.cfg_size = (struct nd_cmd_get_config_size) { in nfit_ctl_test()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | pci_of_scan.c | 201 dev->cfg_size = pci_cfg_space_size(dev); in of_create_pci_dev()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | pci.c | 308 dev->cfg_size = pci_cfg_space_size(dev); in of_create_pci_dev()
|
| /Linux-v5.4/drivers/misc/habanalabs/ |
| D | habanalabs.h | 206 u32 cfg_size; member
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_main.c | 11244 int cfg_size = 0, idx, port = BP_PORT(bp); in bnx2x_link_settings_supported() local 11252 cfg_size = 1; in bnx2x_link_settings_supported() 11256 cfg_size = 1; in bnx2x_link_settings_supported() 11271 cfg_size = 2; in bnx2x_link_settings_supported() 11304 for (idx = 0; idx < cfg_size; idx++) { in bnx2x_link_settings_supported() 11345 u32 link_config, idx, cfg_size = 0; in bnx2x_link_settings_requested() local 11351 cfg_size = 1; in bnx2x_link_settings_requested() 11354 cfg_size = 2; in bnx2x_link_settings_requested() 11357 for (idx = 0; idx < cfg_size; idx++) { in bnx2x_link_settings_requested()
|
| D | bnx2x_link.c | 248 u32 link_status, cfg_idx, lfa_mask, cfg_size; in bnx2x_check_lfa() local 290 cfg_size = 2; in bnx2x_check_lfa() 293 cfg_size = 1; in bnx2x_check_lfa() 325 for (cfg_idx = 0; cfg_idx < cfg_size; cfg_idx++) { in bnx2x_check_lfa()
|
| /Linux-v5.4/include/linux/ |
| D | pci.h | 371 int cfg_size; /* Size of config space */ member
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | pci-ioda.c | 3923 dev->cfg_size = PCI_CFG_SPACE_EXP_SIZE; in pnv_npu2_opencapi_cfg_size_fixup()
|