Lines Matching refs:nmp
1143 mblk_t *nmp = mp; in vioif_tx_external() local
1146 while (nmp != NULL) { in vioif_tx_external()
1149 if ((len = MBLKL(nmp)) == 0) { in vioif_tx_external()
1153 nmp = nmp->b_cont; in vioif_tx_external()
1180 if (virtio_dma_bind(extdma, nmp->b_rptr, len, in vioif_tx_external()
1203 nmp = nmp->b_cont; in vioif_tx_external()
1240 mblk_t *nmp; in vioif_send() local
1245 for (nmp = mp; nmp; nmp = nmp->b_cont) in vioif_send()
1246 msg_size += MBLKL(nmp); in vioif_send()
1433 mblk_t *nmp; in vioif_m_tx() local
1444 nmp = mp->b_next; in vioif_m_tx()
1453 mp->b_next = nmp; in vioif_m_tx()
1471 mp = nmp; in vioif_m_tx()