Searched refs:dpc (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sbin/nvmecontrol/
H A Didentify.c89 (nsdata->dpc == 0) ? "Not Supported" : "",
90 ((nsdata->dpc >> NVME_NS_DATA_DPC_MD_END_SHIFT) &
92 ((nsdata->dpc >> NVME_NS_DATA_DPC_MD_START_SHIFT) &
94 ((nsdata->dpc >> NVME_NS_DATA_DPC_PIT3_SHIFT) &
96 ((nsdata->dpc >> NVME_NS_DATA_DPC_PIT2_SHIFT) &
98 ((nsdata->dpc >> NVME_NS_DATA_DPC_PIT1_SHIFT) &
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3615 kdpc *dpc; local
3666 dpc = timer->k_dpc;
3672 if (dpc != NULL)
3673 KeInsertQueueDpc(dpc, NULL, NULL);
3878 kdpc dpc; local
3890 KeInitializeDpc(&dpc, NULL, NULL);
3891 KeSetTargetProcessorDpc(&dpc, i);
3892 KeInsertQueueDpc(&dpc, NULL, NULL);
3899 ntoskrnl_insert_dpc(head, dpc)
3901 kdpc *dpc;
4035 KeSetTargetProcessorDpc(kdpc *dpc, uint8_t cpu) argument
[all...]
H A Dsubr_ndis.c1128 ndis_timercall(dpc, timer, sysarg1, sysarg2)
1129 kdpc *dpc;
1143 MSCALL4(timer->nmt_timerfunc, dpc, timer->nmt_timerctx,
2222 ndis_intrhand(dpc, intr, sysarg1, sysarg2)
2223 kdpc *dpc;
H A Dkern_ndis.c1235 ndis_intrsetup(dpc, dobj, ip, sc)
1236 kdpc *dpc;
/freebsd-13-stable/sys/dev/hptmv/
H A Dosbsd.h205 int hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T *pAdapter, void *arg, UCHAR flags);
H A Dentry.c149 void (*dpc)(IAL_ADAPTER_T *, void *, UCHAR); member in struct:st_HPT_DPC
160 MTX_SYSINIT(hpmtv_dpc_lock, &DpcQueue_Lock, "hptmv dpc", MTX_DEF);
2399 p.dpc(p.pAdapter, p.arg, p.flags);
2920 hpt_queue_dpc(HPT_DPC dpc, IAL_ADAPTER_T * pAdapter, void *arg, UCHAR flags) argument
2932 DpcQueue[DpcQueue_Last].dpc = dpc;
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dldm.h217 struct tq_item dpc; member in struct:_IOCTL_ARG
/freebsd-13-stable/sys/dev/hptnr/
H A Dldm.h217 struct tq_item dpc; member in struct:_IOCTL_ARG
/freebsd-13-stable/sys/dev/hptrr/
H A Dldm.h215 struct tq_item dpc; member in struct:_IOCTL_ARG
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h248 #define OSAL_DPC_INIT(dpc, hwfn) nothing
/freebsd-13-stable/contrib/libpcap/
H A Dscanner.l379 dpc return DPC;
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme.h1183 uint8_t dpc; member in struct:nvme_namespace_data
/freebsd-13-stable/sys/riscv/include/
H A Dencoding.h1107 DECLARE_CSR(dpc, CSR_DPC)
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c1262 ndis_rxeof_xfr(dpc, adapter, sysarg1, sysarg2)
1263 kdpc *dpc;

Completed in 140 milliseconds