Searched refs:msgnum (Results 1 – 2 of 2) sorted by relevance
128 int msgnum; in cap_msi() local131 msgnum = 1 << ((ctrl & PCIM_MSICTRL_MMC_MASK) >> 1); in cap_msi()132 printf("MSI supports %d message%s%s%s ", msgnum, in cap_msi()133 (msgnum == 1) ? "" : "s", in cap_msi()137 msgnum = 1 << ((ctrl & PCIM_MSICTRL_MME_MASK) >> 4); in cap_msi()138 printf("enabled with %d message%s", msgnum, in cap_msi()139 (msgnum == 1) ? "" : "s"); in cap_msi()488 int msgnum, table_bar, pba_bar; in cap_msix() local491 msgnum = (ctrl & PCIM_MSIXCTRL_TABLE_SIZE) + 1; in cap_msix()496 printf("MSI-X supports %d message%s ", msgnum, in cap_msix()[all …]
89 # msgnum; message number