| /linux-6.15/drivers/pci/pcie/ |
| H A D | dpc.c | 428 int dpc = pdev->dpc_cap; in dpc_enable() local 435 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_STATUS, in dpc_enable() 438 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_enable() 441 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_enable() 447 int dpc = pdev->dpc_cap; in dpc_disable() local 451 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_disable() 453 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_disable()
|
| H A D | portdrv.c | 58 u32 *pme, u32 *aer, u32 *dpc) in pcie_message_numbers() argument 96 *dpc = FIELD_GET(PCI_EXP_DPC_IRQ, reg16); in pcie_message_numbers() 97 nvec = max(nvec, *dpc + 1); in pcie_message_numbers() 116 u32 pme = 0, aer = 0, dpc = 0; in pcie_port_enable_irq_vec() local 125 nvec = pcie_message_numbers(dev, mask, &pme, &aer, &dpc); in pcie_port_enable_irq_vec() 164 irqs[PCIE_PORT_SERVICE_DPC_SHIFT] = pci_irq_vector(dev, dpc); in pcie_port_enable_irq_vec()
|
| H A D | Makefile | 13 obj-$(CONFIG_PCIE_DPC) += dpc.o
|
| /linux-6.15/drivers/acpi/ |
| H A D | osl.c | 879 dpc->function(dpc->context); in acpi_os_execute_deferred() 880 kfree(dpc); in acpi_os_execute_deferred() 1095 struct acpi_os_dpc *dpc; in acpi_os_execute() local 1120 dpc = kzalloc(sizeof(struct acpi_os_dpc), GFP_ATOMIC); in acpi_os_execute() 1121 if (!dpc) in acpi_os_execute() 1124 dpc->function = function; in acpi_os_execute() 1125 dpc->context = context; in acpi_os_execute() 1126 INIT_WORK(&dpc->work, acpi_os_execute_deferred); in acpi_os_execute() 1135 ret = queue_work(kacpi_notify_wq, &dpc->work); in acpi_os_execute() 1145 ret = queue_work_on(0, kacpid_wq, &dpc->work); in acpi_os_execute() [all …]
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_hw.h | 99 u64 dpc; member 192 atomic_t dpc; member
|
| H A D | aq_nic.c | 1062 data[++i] = stats->dpc; in aq_nic_get_stats() 1091 ndev->stats.rx_dropped = stats->dpc; in aq_nic_update_ndev_stats()
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils.c | 641 pmbox->stats.dpc = atomic_read(&self->dpc); in hw_atl_utils_mpi_read_stats() 643 pmbox->stats.dpc = hw_atl_rpb_rx_dma_drop_pkt_cnt_get(self); in hw_atl_utils_mpi_read_stats() 902 AQ_SDELTA(dpc); in hw_atl_utils_update_stats()
|
| H A D | hw_atl_utils.h | 71 u32 dpc; member
|
| H A D | hw_atl_a0.c | 740 atomic_inc(&self->dpc); in hw_atl_a0_hw_irq_disable()
|
| H A D | hw_atl_b0.c | 1018 atomic_inc(&self->dpc); in hw_atl_b0_hw_irq_disable()
|
| /linux-6.15/include/uapi/linux/media/raspberrypi/ |
| H A D | pisp_fe_config.h | 256 struct pisp_fe_dpc_config dpc; member
|
| H A D | pisp_be_config.h | 790 struct pisp_be_dpc_config dpc; member
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_acc_types.h | 243 u8 dpc; member
|
| /linux-6.15/Documentation/fb/ |
| H A D | pxafb.rst | 70 dpc:DPC
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1088a-ten64.dts | 349 label = "dpc";
|
| /linux-6.15/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
| H A D | binary.c | 1213 if (!candidate->enable.dpc && need_dpc) { in ia_css_binary_find() 1215 __LINE__, candidate->enable.dpc, descr->enable_dpc); in ia_css_binary_find()
|
| /linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | pisp-fe.c | 93 offsetof(struct pisp_fe_config, dpc),
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_utils_fw.c | 439 cs->dpc = hw_atl_rpb_rx_dma_drop_pkt_cnt_get(self); in aq_a2_fw_update_stats()
|
| /linux-6.15/drivers/staging/media/ipu3/ |
| H A D | ipu3-abi.h | 1296 u8 dpc[240832] __aligned(32); member 1718 u8 dpc; member
|
| H A D | ipu3-css-params.c | 2279 memset(&acc->dpc, 0, sizeof(acc->dpc)); in imgu_css_cfg_acc()
|
| /linux-6.15/drivers/pci/ |
| H A D | quirks.c | 6238 u16 dpc, val; in dpc_log_size() local 6240 dpc = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_DPC); in dpc_log_size() 6241 if (!dpc) in dpc_log_size() 6244 pci_read_config_word(dev, dpc + PCI_EXP_DPC_CAP, &val); in dpc_log_size()
|
| /linux-6.15/include/linux/ |
| H A D | nvme.h | 441 __u8 dpc; member
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | admin-cmd.c | 892 id->dpc = NVME_NS_DPC_PI_FIRST | NVME_NS_DPC_PI_LAST | in nvmet_execute_identify_ns()
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.megaraid_sas | 519 2. Added check in megasas_queue_command and dpc/isr routine to see if we have already declared adap…
|
| H A D | ChangeLog.lpfc | 383 while lpfc_do_dpc is running disc_done and the dpc list is
|