Home
last modified time | relevance | path

Searched refs:recv_cnt (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4v/io/
H A Dvlds.c80 uint_t recv_cnt; /* no of messages in recv queue */ member
1491 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()
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_recv2.c291 int recv_cnt = 0; in bge_receive_ring() local
319 (recv_cnt < BGE_MAXPKT_RCVED)) { in bge_receive_ring()
324 recv_cnt++; in bge_receive_ring()