Symbol: VIO_DESC_READY
usr/src/uts/sun4v/io/vdc.c
2900
dep->hdr.dstate = VIO_DESC_READY;
usr/src/uts/sun4v/io/vds.c
4842
ready = (elem->hdr.dstate == VIO_DESC_READY);
usr/src/uts/sun4v/io/vnet_rxdring.c
1067
if (rxdp->dstate != VIO_DESC_READY) {
usr/src/uts/sun4v/io/vnet_rxdring.c
1269
if (txdp->dstate == VIO_DESC_READY) {
usr/src/uts/sun4v/io/vnet_rxdring.c
1366
if (txdp->dstate == VIO_DESC_READY)
usr/src/uts/sun4v/io/vnet_rxdring.c
717
txdp->dstate = VIO_DESC_READY;
usr/src/uts/sun4v/io/vnet_txdring.c
1020
if (hdrp->dstate != VIO_DESC_READY) {
usr/src/uts/sun4v/io/vnet_txdring.c
1356
if (hdrp->dstate == VIO_DESC_READY) {
usr/src/uts/sun4v/io/vnet_txdring.c
1371
if (hdrp->dstate == VIO_DESC_READY) {
usr/src/uts/sun4v/io/vnet_txdring.c
1460
if (hdrp->dstate == VIO_DESC_READY)
usr/src/uts/sun4v/io/vnet_txdring.c
700
hdrp->dstate = VIO_DESC_READY;
usr/src/uts/sun4v/io/vnet_txdring.c
716
if (rtxdp->hdr.dstate == VIO_DESC_READY) {
usr/src/uts/sun4v/io/vsw_ldc.c
3658
if (priv_addr->dstate != VIO_DESC_READY) {
usr/src/uts/sun4v/io/vsw_rxdring.c
1195
if (txdp->dstate == VIO_DESC_READY) {
usr/src/uts/sun4v/io/vsw_rxdring.c
734
if (rxdp->dstate != VIO_DESC_READY) {
usr/src/uts/sun4v/io/vsw_rxdring.c
996
txdp->dstate = VIO_DESC_READY;
usr/src/uts/sun4v/io/vsw_txdring.c
1125
if (desc.hdr.dstate != VIO_DESC_READY) {
usr/src/uts/sun4v/io/vsw_txdring.c
1448
if (pub_addr->hdr.dstate == VIO_DESC_READY) {
usr/src/uts/sun4v/io/vsw_txdring.c
869
pub->hdr.dstate = VIO_DESC_READY;
usr/src/uts/sun4v/io/vsw_txdring.c
962
addr->dstate = VIO_DESC_READY;