Searched defs:hwvect (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16481 uint16_t hwvect; local
16521 hwvect = (uint16_t)(((CFG_IST(ha, CFG_CTRL_2422) ?
16525 EL(ha, "pcie config space hwvect = %d\n", hwvect);
16527 if (hwvect < QL_MSIX_MAXAIF) {
16529 QL_MSIX_MAXAIF, hwvect);
16553 ha->hsize = ((uint32_t)(sizeof (ddi_intr_handle_t)) * hwvect);
16598 for (i = actual; i < hwvect; i++) {

Completed in 96 milliseconds