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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h135 mblk_t *txb_mp; member in struct:txbuf
H A Dsfe_util.c966 if (tbp->txb_mp) {
967 freemsg(tbp->txb_mp);
968 tbp->txb_mp = NULL;
1011 ASSERT(tbp->txb_mp == NULL);
1020 if (tbp->txb_mp || tbp->txb_nfrags) {
1025 tbp->txb_mp, tbp->txb_nfrags));
1034 "gem_clean_tx_buf: tbp->txb_mp != NULL");
1183 ASSERT(tbp->txb_mp == NULL);
1261 ASSERT(tbp->txb_mp == NULL);
1310 tbp->txb_mp
[all...]

Completed in 50 milliseconds