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

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcnimpl.h192 uint16_t pcn_mccount[PCN_MCHASH]; member in struct:pcn
H A Dpcn.c608 pcnp->pcn_mccount[crc]++;
609 if (pcnp->pcn_mccount[crc] == 1)
612 pcnp->pcn_mccount[crc]--;
613 if (pcnp->pcn_mccount[crc] == 0)

Completed in 60 milliseconds