Searched refs:fUseMSI (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.h55 bool fUseMSI; member in class:AHCIController
H A Dahci_controller.cpp32 fUseMSI(false),
114 fUseMSI = true;
300 if (fUseMSI) {
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h260 bool fUseMSI; member in class:UHCI
H A Dehci.h259 bool fUseMSI; member in class:EHCI
H A Dohci.h224 bool fUseMSI; member in class:OHCI
H A Dxhci.h240 bool fUseMSI; member in class:XHCI
H A Dehci.cpp358 fUseMSI(false)
584 fUseMSI = true;
601 if ((polling || fUseMSI) == ((command & PCI_command_int_disable) == 0)) {
602 if (polling || fUseMSI)
813 if (fUseMSI) {
H A Duhci.cpp536 fUseMSI(false)
696 fUseMSI = true;
764 if (fUseMSI) {
H A Dohci.cpp295 fUseMSI(false)
556 fUseMSI = true;
609 if (fUseMSI) {
H A Dxhci.cpp350 fUseMSI(false),
541 fUseMSI = true;
551 fUseMSI = true;
598 if (fUseMSI) {

Completed in 68 milliseconds