Searched refs:PCIM_MSIX_VCTRL_MASK (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_passthru.c253 PCIM_MSIX_VCTRL_MASK;
424 if ((entry->vector_control & PCIM_MSIX_VCTRL_MASK) == 0 ||
425 (vector_control & PCIM_MSIX_VCTRL_MASK) == 0) {
H A Dpci_emul.c824 pi->pi_msix.table[i].vector_control |= PCIM_MSIX_VCTRL_MASK;
1436 if ((mte->vector_control & PCIM_MSIX_VCTRL_MASK) == 0) {
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dppt.c665 if ((vector_control & PCIM_MSIX_VCTRL_MASK) == 0) {
/freebsd-11-stable/sys/dev/pci/
H A Dpcireg.h975 #define PCIM_MSIX_VCTRL_MASK 0x1 macro
H A Dpci.c1664 val |= PCIM_MSIX_VCTRL_MASK;
1683 val &= ~PCIM_MSIX_VCTRL_MASK;

Completed in 132 milliseconds