Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c6932 int nmsi; in nxge_create_msi_property() local
6953 nmsi = NXGE_MSIX_REQUEST_10G; in nxge_create_msi_property()
6957 nmsi = nxge_msix_10g_intrs; in nxge_create_msi_property()
6965 if ((nmsi == NXGE_MSIX_REQUEST_10G) && in nxge_create_msi_property()
6966 (ncpus < nmsi)) { in nxge_create_msi_property()
6969 nmsi = ncpus; in nxge_create_msi_property()
6974 DDI_PROP_CANSLEEP, "#msix-request"), nmsi)); in nxge_create_msi_property()
6985 nmsi = NXGE_MSIX_REQUEST_1G; in nxge_create_msi_property()
6989 nmsi = nxge_msix_1g_intrs; in nxge_create_msi_property()
6994 DDI_PROP_CANSLEEP, "#msix-request"), nmsi)); in nxge_create_msi_property()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c4497 int nmsi; in hxge_create_msi_property() local
4510 nmsi = HXGE_MSIX_REQUEST_10G; in hxge_create_msi_property()
4512 nmsi = ncpus; in hxge_create_msi_property()
4518 DDI_PROP_CANSLEEP, "#msix-request"), nmsi)); in hxge_create_msi_property()
4521 return (nmsi); in hxge_create_msi_property()