Symbol: INVALID_GRANT_REF
usr/src/uts/common/xen/io/xnf.c
1087
xnfp->xnf_gref_head = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
1099
xnfp->xnf_tx_ring_ref = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
1100
xnfp->xnf_rx_ring_ref = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
1819
if (txp->tx_txreq.gref == INVALID_GRANT_REF) {
usr/src/uts/common/xen/io/xnf.c
2344
} else if (bdesc->grant_ref == INVALID_GRANT_REF) {
usr/src/uts/common/xen/io/xnf.c
2398
bdesc->grant_ref = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
2745
bdesc->grant_ref = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
2788
if (gref == INVALID_GRANT_REF)
usr/src/uts/common/xen/io/xnf.c
2797
ASSERT3U(bufp->grant_ref, ==, INVALID_GRANT_REF);
usr/src/uts/common/xen/io/xnf.c
2816
if (bufp->grant_ref != INVALID_GRANT_REF) {
usr/src/uts/common/xen/io/xnf.c
2820
bufp->grant_ref = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
410
} while ((gref == INVALID_GRANT_REF) &&
usr/src/uts/common/xen/io/xnf.c
415
if (gref == INVALID_GRANT_REF) {
usr/src/uts/common/xen/io/xnf.c
433
ASSERT(gref != INVALID_GRANT_REF);
usr/src/uts/common/xen/io/xnf.c
494
if (txp->tx_txreq.gref != INVALID_GRANT_REF) {
usr/src/uts/common/xen/io/xnf.c
567
txp->tx_txreq.gref = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
630
if (xnfp->xnf_tx_ring_ref != INVALID_GRANT_REF)
usr/src/uts/common/xen/io/xnf.c
642
if (xnfp->xnf_rx_ring_ref != INVALID_GRANT_REF)
usr/src/uts/common/xen/io/xnf.c
758
if (xnfp->xnf_tx_ring_ref != INVALID_GRANT_REF)
usr/src/uts/common/xen/io/xnf.c
760
xnfp->xnf_tx_ring_ref = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
762
if (xnfp->xnf_rx_ring_ref != INVALID_GRANT_REF)
usr/src/uts/common/xen/io/xnf.c
764
xnfp->xnf_rx_ring_ref = INVALID_GRANT_REF;