Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.h446 uint_t vif_ntxbufs_alloc; member
H A Dvioif.c267 vif->vif_ntxbufs_alloc++; in vioif_txbuf_alloc()
278 VERIFY3U(vif->vif_ntxbufs_alloc, >, 0); in vioif_txbuf_free()
279 vif->vif_ntxbufs_alloc--; in vioif_txbuf_free()
369 VERIFY3U(vif->vif_ntxbufs_alloc, ==, 0); in vioif_free_bufs()
1106 while (vif->vif_ntxbufs_alloc > 0) { in vioif_tx_drain()
2076 VERIFY3U(vif->vif_ntxbufs_alloc, ==, 0); in vioif_detach()