Home
last modified time | relevance | path

Searched refs:PCIM_MSICTRL_VECTOR (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/dev/pci/
H A Dpcireg.h602 #define PCIM_MSICTRL_VECTOR 0x0100 macro
H A Dpci.c3013 (ctrl & PCIM_MSICTRL_VECTOR) ? ", vector masks":""); in pci_print_verbose()
/freebsd-14.2/usr.sbin/pciconf/
H A Dcap.c136 (ctrl & PCIM_MSICTRL_VECTOR) ? ", vector masks" : ""); in cap_msi()
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_passthru.c116 if (msgctrl & PCIM_MSICTRL_VECTOR) in msi_caplen()