Symbol: VIO_DESC_DONE
usr/src/uts/sun4v/io/vdc.c
3502
if (ldep->dep->hdr.dstate != VIO_DESC_DONE) {
usr/src/uts/sun4v/io/vdc.c
3572
ASSERT((dep->hdr.dstate == VIO_DESC_DONE) ||
usr/src/uts/sun4v/io/vdc.c
5032
if (ldep->dep->hdr.dstate == VIO_DESC_DONE) {
usr/src/uts/sun4v/io/vds.c
2381
elem->hdr.dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vnet_rxdring.c
1090
rxdp->dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vnet_rxdring.c
1145
rxdp->dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vnet_rxdring.c
1367
txdp->dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vnet_rxdring.c
446
txdp->dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vnet_rxdring.c
658
if (txdp->dstate != VIO_DESC_DONE) { /* out of descriptors */
usr/src/uts/sun4v/io/vnet_txdring.c
1103
VIO_DESC_DONE);
usr/src/uts/sun4v/io/vnet_txdring.c
1149
VIO_DESC_DONE);
usr/src/uts/sun4v/io/vnet_txdring.c
1461
hdrp->dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vnet_txdring.c
1559
while ((hdrp->dstate == VIO_DESC_DONE) &&
usr/src/uts/sun4v/io/vsw_rxdring.c
486
txdp[i].dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vsw_rxdring.c
754
rxdp->dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vsw_rxdring.c
806
rxdp->dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vsw_rxdring.c
953
if (txdp->dstate != VIO_DESC_DONE) { /* out of descriptors */
usr/src/uts/sun4v/io/vsw_txdring.c
1002
if (pub_addr->hdr.dstate != VIO_DESC_DONE) {
usr/src/uts/sun4v/io/vsw_txdring.c
1208
VIO_DESC_DONE);
usr/src/uts/sun4v/io/vsw_txdring.c
1226
VIO_DESC_DONE);
usr/src/uts/sun4v/io/vsw_txdring.c
1279
VIO_DESC_DONE)) != 0) {