Searched refs:nmsi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c6949 int nmsi; local
6970 nmsi = NXGE_MSIX_REQUEST_10G;
6974 nmsi = nxge_msix_10g_intrs;
6982 if ((nmsi == NXGE_MSIX_REQUEST_10G) &&
6983 (ncpus < nmsi)) {
6986 nmsi = ncpus;
6989 "==>nxge_create_msi_property(10G): exists 0x%x (nmsi %d)",
6991 DDI_PROP_CANSLEEP, "#msix-request"), nmsi));
7002 nmsi = NXGE_MSIX_REQUEST_1G;
7006 nmsi
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c4502 int nmsi; local
4515 nmsi = HXGE_MSIX_REQUEST_10G;
4517 nmsi = ncpus;
4521 "==>hxge_create_msi_property(10G): exists 0x%x (nmsi %d)",
4523 DDI_PROP_CANSLEEP, "#msix-request"), nmsi));
4526 return (nmsi);

Completed in 77 milliseconds