Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c923 txd_priv->handle_cnt = 0; in xgell_xmit_compl()
927 if (txd_priv->mblk != NULL) { in xgell_xmit_compl()
928 freemsg(txd_priv->mblk); in xgell_xmit_compl()
929 txd_priv->mblk = NULL; in xgell_xmit_compl()
950 xgell_txd_priv_t *txd_priv; in xgell_ring_tx() local
1005 txd_priv->mblk = mp; in xgell_ring_tx()
1196 txd_priv->dma_handles[i] = 0; in xgell_ring_tx()
1722 xgell_txd_priv_t *txd_priv = in xgell_tx_term() local
1724 mblk_t *mp = txd_priv->mblk; in xgell_tx_term()
1739 txd_priv->dma_handles[i] = 0; in xgell_tx_term()
[all …]