Lines Matching defs:mblk
25 * for its associated mblk which has to be allocated later.
203 rxBuf->mblk = desballoc((uchar_t *)rxBuf->dma.buf,
205 if (rxBuf->mblk == NULL) {
294 ASSERT(rxBuf->mblk);
300 freemsg(rxBuf->mblk);
358 mblk_t *mblk = rxBuf->mblk;
371 ASSERT(mblk);
391 /* Success, we can chain the mblk with the mp */
392 mblk->b_wptr = mblk->b_rptr + compDesc->rcd.len;
393 *mpTail = mblk;
394 mpTail = &mblk->b_cont;
397 VMXNET3_DEBUG(dp, 3, "rx 0x%p on [%u]\n", mblk,