Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h969 #define PCIM_MSIXCTRL_FUNCTION_MASK 0x4000 macro
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1296 rwmask = PCIM_MSIXCTRL_MSIX_ENABLE | PCIM_MSIXCTRL_FUNCTION_MASK; in msixcap_cfgwrite()
1303 pi->pi_msix.function_mask = val & PCIM_MSIXCTRL_FUNCTION_MASK; in msixcap_cfgwrite()
H A Dpci_passthru.c1229 PCIM_MSIXCTRL_FUNCTION_MASK); in passthru_reset_interrupt_state()