PCI_multifunction
return (type & PCI_multifunction) != 0 ? 8 : 1;
if ((headerType & PCI_multifunction) != 0)