Searched refs:nmsi (Results 1 – 2 of 2) sorted by relevance
6949 int nmsi; in nxge_create_msi_property() local6970 nmsi = NXGE_MSIX_REQUEST_10G; in nxge_create_msi_property()6974 nmsi = nxge_msix_10g_intrs; in nxge_create_msi_property()6982 if ((nmsi == NXGE_MSIX_REQUEST_10G) && in nxge_create_msi_property()6983 (ncpus < nmsi)) { in nxge_create_msi_property()6986 nmsi = ncpus; in nxge_create_msi_property()6991 DDI_PROP_CANSLEEP, "#msix-request"), nmsi)); in nxge_create_msi_property()7002 nmsi = NXGE_MSIX_REQUEST_1G; in nxge_create_msi_property()7006 nmsi = nxge_msix_1g_intrs; in nxge_create_msi_property()7011 DDI_PROP_CANSLEEP, "#msix-request"), nmsi)); in nxge_create_msi_property()[all …]
4502 int nmsi; in hxge_create_msi_property() local4515 nmsi = HXGE_MSIX_REQUEST_10G; in hxge_create_msi_property()4517 nmsi = ncpus; in hxge_create_msi_property()4523 DDI_PROP_CANSLEEP, "#msix-request"), nmsi)); in hxge_create_msi_property()4526 return (nmsi); in hxge_create_msi_property()