Lines Matching refs:nmp
437 mblk_t *nmp; in e1000g_receive() local
664 nmp = packet->mp; in e1000g_receive()
695 if ((nmp = allocb(length + E1000G_IPALIGNROOM, in e1000g_receive()
706 nmp->b_rptr += E1000G_IPALIGNROOM; in e1000g_receive()
707 nmp->b_wptr += E1000G_IPALIGNROOM; in e1000g_receive()
715 bcopy(rx_buf->address, nmp->b_wptr, length); in e1000g_receive()
718 ASSERT(nmp != NULL); in e1000g_receive()
719 nmp->b_wptr += length; in e1000g_receive()
753 rx_data->rx_mblk = nmp; in e1000g_receive()
754 rx_data->rx_mblk_tail = nmp; in e1000g_receive()
758 rx_data->rx_mblk_tail->b_cont = nmp; in e1000g_receive()
759 rx_data->rx_mblk_tail = nmp; in e1000g_receive()