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

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_rx.c349 mblk_t *mp = NULL, **mpTail = ∓ local
393 *mpTail = mblk;
394 mpTail = &mblk->b_cont;
395 ASSERT(*mpTail == NULL);

Completed in 48 milliseconds