Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci_pci.c590 ctlr->r_msix_tab_rid = table_bar; in ahci_pci_attach()
605 if (ctlr->r_msix_tab_rid != ctlr->r_rid) { in ahci_pci_attach()
608 &ctlr->r_msix_tab_rid, RF_ACTIVE); in ahci_pci_attach()
620 if ((ctlr->r_msix_pba_rid != ctlr->r_msix_tab_rid) && in ahci_pci_attach()
H A Dahci.h496 int r_msix_tab_rid; member
H A Dahci.c428 ctlr->r_msix_tab_rid, ctlr->r_msix_table); in ahci_free_mem()