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

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.h77 volatile uint32 fCommandsActive; member in class:AHCIPort
H A Dahci_port.cpp69 fCommandsActive(0),
388 RWTRACE("[%lld] %ld AHCIPort::Interrupt port %d, fCommandsActive 0x%08"
390 system_time(), find_thread(NULL), fIndex, fCommandsActive, is, ci);
393 if ((fCommandsActive & 1) && !(ci & 1)) {
394 fCommandsActive &= ~1;
404 TRACE("AHCIPort::InterruptErrorHandler port %d, fCommandsActive 0x%08"
406 fCommandsActive, is, fRegs->ci);
466 if ((fCommandsActive & 1)) {
467 fCommandsActive &= ~1;
560 fCommandsActive
[all...]

Completed in 33 milliseconds