Searched refs:recv_cnt (Results 1 – 2 of 2) sorted by relevance
80 uint_t recv_cnt; /* no of messages in recv queue */ member1491 dpsp->recv_cnt = 0; in vlds_recvq_init()1499 ASSERT(dpsp->recv_cnt == 0); in vlds_recvq_destroy()1518 ASSERT(dpsp->recv_cnt == 0); in vlds_recvq_get_data()1571 ASSERT(dpsp->recv_cnt > 0); in vlds_recvq_get_data()1573 dpsp->recv_cnt -= 1; in vlds_recvq_get_data()1614 dpsp->recv_cnt = 0; in vlds_recvq_drain()1645 ((dpsp->recv_cnt != 0) && in vlds_recvq_put_data()1647 ((dpsp->recv_cnt + 1) > vlds_recvq_maxmsg))) { in vlds_recvq_put_data()1672 dpsp->recv_cnt += 1; in vlds_recvq_put_data()
291 int recv_cnt = 0; in bge_receive_ring() local319 (recv_cnt < BGE_MAXPKT_RCVED)) { in bge_receive_ring()324 recv_cnt++; in bge_receive_ring()