PCIM_MSICTRL_MMC_MASK
msi->msi_msgnum = 1 << ((msi->msi_ctrl & PCIM_MSICTRL_MMC_MASK) >> 1);
msgnum = 1 << ((ctrl & PCIM_MSICTRL_MMC_MASK) >> 1);