Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hptmv/
H A Dentry.c158 static int DpcQueue_Last = 0; variable
2398 while (DpcQueue_First!=DpcQueue_Last) { in hpt_worker_thread()
2931 p = (DpcQueue_Last + 1) % MAX_DPC; in hpt_queue_dpc()
2938 DpcQueue[DpcQueue_Last].dpc = dpc; in hpt_queue_dpc()
2939 DpcQueue[DpcQueue_Last].pAdapter = pAdapter; in hpt_queue_dpc()
2940 DpcQueue[DpcQueue_Last].arg = arg; in hpt_queue_dpc()
2941 DpcQueue[DpcQueue_Last].flags = flags; in hpt_queue_dpc()
2942 DpcQueue_Last = p; in hpt_queue_dpc()