Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcireg.h664 #define PCIR_MSIX_CTRL 0x2 macro
H A Dpci.c742 msix->msix_ctrl = REG(ptr + PCIR_MSIX_CTRL, 2); in pci_read_cap_msix()
1520 pci_write_config(dev, msix->msix_location + PCIR_MSIX_CTRL, in pci_resume_msix()
1726 pci_write_config(dev, msix->msix_location + PCIR_MSIX_CTRL, in pci_enable_msix()
1744 pci_write_config(dev, msix->msix_location + PCIR_MSIX_CTRL, in pci_disable_msix()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c490 ctrl = read_config(fd, &p->pc_sel, ptr + PCIR_MSIX_CTRL, 2); in cap_msix()