/openbmc/u-boot/drivers/nvme/ |
H A D | nvme_show.c | 80 static void print_data_protect_cap(u8 dpc, int devnum) in print_data_protect_cap() argument 85 dpc & 0x10 ? "yes" : "No"); in print_data_protect_cap() 87 dpc & 0x08 ? "yes" : "No"); in print_data_protect_cap() 89 dpc & 0x04 ? "yes" : "No"); in print_data_protect_cap() 91 dpc & 0x02 ? "yes" : "No"); in print_data_protect_cap() 93 dpc & 0x01 ? "yes" : "No"); in print_data_protect_cap() 125 print_data_protect_cap(id->dpc, ns->devnum); in nvme_print_info()
|
H A D | nvme.h | 101 __u8 dpc; member
|
/openbmc/linux/drivers/acpi/ |
H A D | osl.c | 848 struct acpi_os_dpc *dpc = container_of(work, struct acpi_os_dpc, work); in acpi_os_execute_deferred() local 850 dpc->function(dpc->context); in acpi_os_execute_deferred() 851 kfree(dpc); in acpi_os_execute_deferred() 1067 struct acpi_os_dpc *dpc; in acpi_os_execute() local 1092 dpc = kzalloc(sizeof(struct acpi_os_dpc), GFP_ATOMIC); in acpi_os_execute() 1093 if (!dpc) in acpi_os_execute() 1096 dpc->function = function; in acpi_os_execute() 1097 dpc->context = context; in acpi_os_execute() 1106 INIT_WORK(&dpc->work, acpi_os_execute_deferred); in acpi_os_execute() 1109 INIT_WORK(&dpc->work, acpi_os_execute_deferred); in acpi_os_execute() [all …]
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | portdrv.c | 57 u32 *pme, u32 *aer, u32 *dpc) in pcie_message_numbers() argument 95 *dpc = reg16 & PCI_EXP_DPC_IRQ; in pcie_message_numbers() 96 nvec = max(nvec, *dpc + 1); in pcie_message_numbers() 115 u32 pme = 0, aer = 0, dpc = 0; in pcie_port_enable_irq_vec() local 124 nvec = pcie_message_numbers(dev, mask, &pme, &aer, &dpc); in pcie_port_enable_irq_vec() 163 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
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | Makefile | 9 dpc.o \
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 1382 uint8_t dpc; member 1519 #define NVME_ID_NS_DPC_LAST_EIGHT(dpc) ((dpc >> 4) & 0x1) argument 1520 #define NVME_ID_NS_DPC_FIRST_EIGHT(dpc) ((dpc >> 3) & 0x1) argument 1521 #define NVME_ID_NS_DPC_TYPE_3(dpc) ((dpc >> 2) & 0x1) argument 1522 #define NVME_ID_NS_DPC_TYPE_2(dpc) ((dpc >> 1) & 0x1) argument 1523 #define NVME_ID_NS_DPC_TYPE_1(dpc) ((dpc & 0x1)) argument
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_acc_types.h | 252 u8 dpc; member
|
/openbmc/linux/Documentation/fb/ |
H A D | pxafb.rst | 70 dpc:DPC
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1088a-ten64.dts | 327 label = "dpc";
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
H A D | binary.c | 1263 if (!candidate->enable.dpc && need_dpc) { in __ia_css_binary_find() 1266 __LINE__, candidate->enable.dpc, in __ia_css_binary_find()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | selcommands.cpp | 48 dpc = 0 enumerator 1343 if (static_cast<PcieEvtType>(eventType) == PcieEvtType::dpc) in parseOemUnifiedSel()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/qemu/hw/nvme/ |
H A D | ns.c | 109 id_ns->dpc = 0x1f; in nvme_ns_init()
|
/openbmc/linux/drivers/pci/ |
H A D | quirks.c | 6230 u16 dpc, val; in dpc_log_size() local 6232 dpc = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_DPC); in dpc_log_size() 6233 if (!dpc) in dpc_log_size() 6236 pci_read_config_word(dev, dpc + PCI_EXP_DPC_CAP, &val); in dpc_log_size()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | admin-cmd.c | 559 id->dpc = NVME_NS_DPC_PI_FIRST | NVME_NS_DPC_PI_LAST | in nvmet_execute_identify_ns()
|
/openbmc/linux/include/linux/ |
H A D | nvme.h | 398 __u8 dpc; member
|