Home
last modified time | relevance | path

Searched refs:dpc (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/pci/pcie/
H A Ddpc.c441 int dpc = pdev->dpc_cap; in dpc_enable() local
448 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_STATUS, in dpc_enable()
451 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_enable()
454 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_enable()
460 int dpc = pdev->dpc_cap; in dpc_disable() local
464 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_disable()
466 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_disable()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c641 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 Dhw_atl_utils.h71 u32 dpc; member
H A Dhw_atl_b0.c1018 atomic_inc(&self->dpc); in hw_atl_b0_hw_irq_disable()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h99 u64 dpc; member
194 atomic_t dpc; member
H A Daq_nic.c1064 data[++i] = stats->dpc; in aq_nic_get_stats()
1093 ndev->stats.rx_dropped = stats->dpc; in aq_nic_update_ndev_stats()
/linux/Documentation/fb/
H A Dpxafb.rst70 dpc:DPC
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1088a-ten64.dts353 label = "dpc";
/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c1213 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/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c439 cs->dpc = hw_atl_rpb_rx_dma_drop_pkt_cnt_get(self); in aq_a2_fw_update_stats()
/linux/drivers/staging/media/ipu3/
H A Dipu3-abi.h1296 u8 dpc[240832] __aligned(32); member
1718 u8 dpc; member
/linux/drivers/pci/
H A Dquirks.c6262 u16 dpc, val; in dpc_log_size() local
6264 dpc = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_DPC); in dpc_log_size()
6265 if (!dpc) in dpc_log_size()
6268 pci_read_config_word(dev, dpc + PCI_EXP_DPC_CAP, &val); in dpc_log_size()
/linux/include/linux/
H A Dnvme.h442 __u8 dpc; member
/linux/drivers/nvme/target/
H A Dadmin-cmd.c883 id->dpc = NVME_NS_DPC_PI_FIRST | NVME_NS_DPC_PI_LAST | in nvmet_execute_identify_ns()
/linux/Documentation/scsi/
H A DChangeLog.megaraid_sas519 2. Added check in megasas_queue_command and dpc/isr routine to see if we have already declared adap…
H A DChangeLog.lpfc383 while lpfc_do_dpc is running disc_done and the dpc list is
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5195 dpc-native Use native PCIe service for DPC only. May
/linux/
H A DMAINTAINERS20127 F: drivers/pci/pcie/dpc.c