Searched refs:txb_mp (Results 1 – 2 of 2) sorted by relevance
968 if (tbp->txb_mp) { in gem_txbuf_free_dma_resources()969 freemsg(tbp->txb_mp); in gem_txbuf_free_dma_resources()970 tbp->txb_mp = NULL; in gem_txbuf_free_dma_resources()1013 ASSERT(tbp->txb_mp == NULL); in gem_clean_tx_buf()1022 if (tbp->txb_mp || tbp->txb_nfrags) { in gem_clean_tx_buf()1027 tbp->txb_mp, tbp->txb_nfrags)); in gem_clean_tx_buf()1185 ASSERT(tbp->txb_mp == NULL); in gem_reclaim_txbuf()1263 ASSERT(tbp->txb_mp == NULL); in gem_setup_txbuf_copy()1312 tbp->txb_mp = mp; in gem_setup_txbuf_copy()
135 mblk_t *txb_mp; member