Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/
H A Didentify.c97 (nsdata->dpc == 0) ? "Not Supported" : "", in print_namespace()
98 NVMEV(NVME_NS_DATA_DPC_MD_END, nsdata->dpc) != 0 ? "Last Bytes, " : in print_namespace()
100 NVMEV(NVME_NS_DATA_DPC_MD_START, nsdata->dpc) != 0 ? in print_namespace()
102 NVMEV(NVME_NS_DATA_DPC_PIT3, nsdata->dpc) != 0 ? "Type 3, " : "", in print_namespace()
103 NVMEV(NVME_NS_DATA_DPC_PIT2, nsdata->dpc) != 0 ? "Type 2, " : "", in print_namespace()
104 NVMEV(NVME_NS_DATA_DPC_PIT1, nsdata->dpc) != 0 ? "Type 1" : ""); in print_namespace()
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dzte,vou.txt21 - compatible: should be "zte,zx296718-dpc"
81 dpc: dpc@0 {
82 compatible = "zte,zx296718-dpc";
/freebsd/sys/dev/aq/
H A Daq_device.h63 uint64_t dpc; member
H A Daq_irq.c89 AQ_SDELTA(dpc); in aq_update_hw_stats()
H A Daq_fw1x.c307 stats->dpc = reg_rx_dma_stat_counter7get(hw); in fw1x_get_stats()
H A Daq_hw.h94 uint32_t dpc; member
H A Daq_main.c759 return (softc->curr_stats.dpc);
1356 CTLFLAG_RD, &stats->dpc, "Dropped Packets in DMA");
H A Daq_hw.c212 pmbox->stats.dpc = reg_rx_dma_stat_counter7get(hw); in aq_hw_mpi_read_stats()
/freebsd/sys/contrib/device-tree/src/arm64/zte/
H A Dzx296718.dtsi494 dpc: dpc@0 { label
495 compatible = "zte,zx296718-dpc";
/freebsd/sys/dev/hptmv/
H A Dosbsd.h201 int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags);
H A Dentry.c143 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR); member
2388 p.dpc(p.pAdapter, p.arg, p.flags); in hpt_worker_thread()
2909 hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T * pAdapter, void *arg, UCHAR flags) in hpt_queue_dpc() argument
2921 DpcQueue[DpcQueue_Last].dpc = dpc; in hpt_queue_dpc()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1088a-ten64.dts349 label = "dpc";
/freebsd/sys/dev/hptrr/
H A Dldm.h213 struct tq_item dpc; member
/freebsd/sys/dev/hpt27xx/
H A Dldm.h215 struct tq_item dpc; member
/freebsd/sys/dev/hptnr/
H A Dldm.h215 struct tq_item dpc; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h218 #define OSAL_DPC_INIT(dpc, hwfn) nothing argument
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td332 def : SysReg<"dpc", 0x7B1>;
/freebsd/contrib/libpcap/
H A Dscanner.l400 dpc return DPC;
/freebsd/sys/riscv/include/
H A Dencoding.h1106 DECLARE_CSR(dpc, CSR_DPC)
/freebsd/sys/dev/nvme/
H A Dnvme.h1428 uint8_t dpc; member
/freebsd/crypto/openssl/
H A DCHANGES.md16749 *D P Chang <dpc@qualys.com>*