Lines Matching refs:nmp
120 p_mblk_t nmp; in hxge_start() local
229 nmp = mp; in hxge_start()
255 msgsize = msgdsize(nmp); in hxge_start()
270 while (nmp) { in hxge_start()
272 b_rptr = nmp->b_rptr; in hxge_start()
273 len = MBLKL(nmp); in hxge_start()
275 nmp = nmp->b_cont; in hxge_start()
291 if ((t_mp = dupb(nmp)) != NULL) { in hxge_start()
292 nmp->b_wptr = nmp->b_rptr + in hxge_start()
295 t_mp->b_rptr = nmp->b_wptr; in hxge_start()
296 t_mp->b_cont = nmp->b_cont; in hxge_start()
297 nmp->b_cont = t_mp; in hxge_start()
298 len = MBLKL(nmp); in hxge_start()
412 "(b_rptr $%p): %s", len, nmp->b_rptr, in hxge_start()
413 hxge_dump_packet((char *)nmp->b_rptr, in hxge_start()
518 nmp = nmp->b_cont; in hxge_start()