Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_intr.c50 int nallocd = 0; in oce_setup_intr() local
104 nallocd = 0; in oce_setup_intr()
107 0, nreqd, &nallocd, DDI_INTR_ALLOC_NORMAL); in oce_setup_intr()
113 dev->num_vectors = nallocd; in oce_setup_intr()
114 if (nallocd < min) { in oce_setup_intr()
131 if ((intr_types & DDI_INTR_TYPE_MSIX) && (nallocd > 1)) { in oce_setup_intr()
132 dev->rx_rings = nallocd - 1; in oce_setup_intr()