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

/illumos-gate/usr/src/uts/common/sys/
H A Dpciev.h119 uint_t nfmadom_count; /* Non-FMA channel domain */ member in struct:pcie_domain
135 (!PCIE_IS_BDG(bus_p) && PCIE_BUS2DOM(bus_p)->nfmadom_count > 0)
141 (PCIE_IS_BDG(bus_p) && PCIE_BUS2DOM(bus_p)->nfmadom_count > 0)
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpciev.c150 pdom_p->nfmadom_count++;
174 ASSERT((dom_p->fmadom_count + dom_p->nfmadom_count +
184 dom_p->nfmadom_count = 0;
199 pdom_p->nfmadom_count--;
241 dom_p->nfmadom_count = 1;

Completed in 57 milliseconds