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

/opensolaris-onvv-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h135 mblk_t *txb_mp; member in struct:txbuf
H A Dsfe_util.c968 if (tbp->txb_mp) {
969 freemsg(tbp->txb_mp);
970 tbp->txb_mp = NULL;
1013 ASSERT(tbp->txb_mp == NULL);
1022 if (tbp->txb_mp || tbp->txb_nfrags) {
1027 tbp->txb_mp, tbp->txb_nfrags));
1036 "gem_clean_tx_buf: tbp->txb_mp != NULL");
1185 ASSERT(tbp->txb_mp == NULL);
1263 ASSERT(tbp->txb_mp == NULL);
1312 tbp->txb_mp
[all...]

Completed in 94 milliseconds