Home
last modified time | relevance | path

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) in VirtioSCSIController()
47 if (gSCSI->alloc_dpc(&fEventDPC) != B_OK) in VirtioSCSIController()
132 gSCSI->free_dpc(fEventDPC); in ~VirtioSCSIController()
341 gSCSI->schedule_dpc(fBus, fEventDPC, _RescanChildBus, this); in _EventInterrupt()
H A DVirtioSCSIPrivate.h97 scsi_dpc_cookie fEventDPC; variable