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

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c146 uint_t npacket = 1; local
205 npacket++;
213 *countp = npacket;
346 uint_t npacket; local
375 nextp = i_dls_link_subchain(dlp, mp, &mhi, &npacket);
376 ASSERT(npacket != 0);
495 atomic_add_32(&(dlp->dl_unknowns), npacket);

Completed in 94 milliseconds