Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dvnet_txdring.c756 bp = ldcp->pollq_headp; in vgen_poll_rcv()
783 mp = ldcp->pollq_headp; in vgen_poll_rcv()
786 ldcp->pollq_headp = bp; in vgen_poll_rcv()
789 if (ldcp->pollq_headp == NULL) { in vgen_poll_rcv()
1492 if (ldcp->pollq_headp == NULL) { in vgen_rx()
1493 ldcp->pollq_headp = bp; in vgen_rx()
1508 if (ldcp->pollq_headp != NULL) { in vgen_rx()
1512 bp = ldcp->pollq_headp; in vgen_rx()
1513 ldcp->pollq_headp = ldcp->pollq_tailp = NULL; in vgen_rx()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h358 mblk_t *pollq_headp; /* head of pkts in pollq */ member