Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c219 #define INVALID_GRANT_REF ((grant_ref_t)-1) macro
417 } while ((gref == INVALID_GRANT_REF) && in xnf_gref_get()
422 if (gref == INVALID_GRANT_REF) { in xnf_gref_get()
440 ASSERT(gref != INVALID_GRANT_REF); in xnf_gref_put()
501 if (txp->tx_txreq.gref != INVALID_GRANT_REF) { in xnf_data_txbuf_free()
574 txp->tx_txreq.gref = INVALID_GRANT_REF; in xnf_data_txbuf_alloc()
637 if (xnfp->xnf_tx_ring_ref != INVALID_GRANT_REF) in xnf_setup_rings()
649 if (xnfp->xnf_rx_ring_ref != INVALID_GRANT_REF) in xnf_setup_rings()
765 if (xnfp->xnf_tx_ring_ref != INVALID_GRANT_REF) in xnf_setup_rings()
767 xnfp->xnf_tx_ring_ref = INVALID_GRANT_REF; in xnf_setup_rings()
[all …]
H A Dxnb.c91 #define INVALID_GRANT_REF ((grant_ref_t)-1) macro