Lines Matching refs:recv_headp
77 vlds_recv_hdr_t *recv_headp; /* ptr to head of recv queue */ member
1488 dpsp->recv_headp = NULL; in vlds_recvq_init()
1500 ASSERT(dpsp->recv_headp == NULL); in vlds_recvq_destroy()
1552 ASSERT(dpsp->recv_headp != NULL); in vlds_recvq_get_data()
1553 rhp = dpsp->recv_headp; in vlds_recvq_get_data()
1565 dpsp->recv_headp = NULL; in vlds_recvq_get_data()
1568 dpsp->recv_headp = rhp->next; in vlds_recvq_get_data()
1569 ASSERT(dpsp->recv_headp != NULL); in vlds_recvq_get_data()
1611 dpsp->recv_headp = NULL; in vlds_recvq_drain()
1664 if (dpsp->recv_headp == NULL) { in vlds_recvq_put_data()
1665 dpsp->recv_headp = rhp; in vlds_recvq_put_data()