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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils.c286 uint pciidx, pcieidx, pcirev, pcierev; local
335 pciidx = pcieidx = BADIDX;
362 pciidx = i;
397 sii->pub.buscoreidx = pciidx;
4753 uint origidx, pciidx; local
4785 pciidx = si_coreidx(&sii->pub);
4790 if (((val16 & SRSH_PI_MASK) >> SRSH_PI_SHIFT) != (uint16)pciidx) {
4792 val16 = (uint16)(pciidx << SRSH_PI_SHIFT) | (val16 & ~SRSH_PI_MASK);

Completed in 105 milliseconds