Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c966 if (tbp->txb_mp) { in gem_txbuf_free_dma_resources()
967 freemsg(tbp->txb_mp); in gem_txbuf_free_dma_resources()
968 tbp->txb_mp = NULL; in gem_txbuf_free_dma_resources()
1011 ASSERT(tbp->txb_mp == NULL); in gem_clean_tx_buf()
1020 if (tbp->txb_mp || tbp->txb_nfrags) { in gem_clean_tx_buf()
1025 tbp->txb_mp, tbp->txb_nfrags)); in gem_clean_tx_buf()
1183 ASSERT(tbp->txb_mp == NULL); in gem_reclaim_txbuf()
1261 ASSERT(tbp->txb_mp == NULL); in gem_setup_txbuf_copy()
1310 tbp->txb_mp = mp; in gem_setup_txbuf_copy()
H A Dsfe_util.h135 mblk_t *txb_mp; member