Searched refs:VIO_DESC_DONE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvio_mailbox.h340 #define VIO_DESC_DONE 0x4 macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c486 txdp[i].dstate = VIO_DESC_DONE;
754 rxdp->dstate = VIO_DESC_DONE;
806 rxdp->dstate = VIO_DESC_DONE;
953 if (txdp->dstate != VIO_DESC_DONE) { /* out of descriptors */
H A Dvnet_rxdring.c446 txdp->dstate = VIO_DESC_DONE;
658 if (txdp->dstate != VIO_DESC_DONE) { /* out of descriptors */
1090 rxdp->dstate = VIO_DESC_DONE;
1145 rxdp->dstate = VIO_DESC_DONE;
1367 txdp->dstate = VIO_DESC_DONE;
H A Dvsw_txdring.c1002 if (pub_addr->hdr.dstate != VIO_DESC_DONE) {
1208 VIO_DESC_DONE);
1226 VIO_DESC_DONE);
1279 VIO_DESC_DONE)) != 0) {
H A Dvnet_txdring.c1103 VIO_DESC_DONE);
1149 VIO_DESC_DONE);
1461 hdrp->dstate = VIO_DESC_DONE;
1559 while ((hdrp->dstate == VIO_DESC_DONE) &&
H A Dvdc.c3502 if (ldep->dep->hdr.dstate != VIO_DESC_DONE) {
3572 ASSERT((dep->hdr.dstate == VIO_DESC_DONE) ||
5032 if (ldep->dep->hdr.dstate == VIO_DESC_DONE) {
H A Dvds.c2380 elem->hdr.dstate = VIO_DESC_DONE;

Completed in 278 milliseconds