Searched refs:fEventDPC (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIController.cpp41 fEventDPC(NULL)
47 if (gSCSI->alloc_dpc(&fEventDPC) != B_OK)
127 gSCSI->free_dpc(fEventDPC);
332 gSCSI->schedule_dpc(fBus, fEventDPC, _RescanChildBus, this);
H A DVirtioSCSIPrivate.h98 scsi_dpc_cookie fEventDPC; member in class:VirtioSCSIController

Completed in 71 milliseconds