Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/hptmv/
H A Dentry.c155 static ST_HPT_DPC DpcQueue[MAX_DPC]; variable
2411 p = DpcQueue[DpcQueue_First]; in hpt_worker_thread()
2960 DpcQueue[DpcQueue_Last].dpc = dpc; in hpt_queue_dpc()
2961 DpcQueue[DpcQueue_Last].pAdapter = pAdapter; in hpt_queue_dpc()
2962 DpcQueue[DpcQueue_Last].arg = arg; in hpt_queue_dpc()
2963 DpcQueue[DpcQueue_Last].flags = flags; in hpt_queue_dpc()