Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/xge/drv/
H A Dxgell.c901 xgell_txd_priv_t *txd_priv = ((xgell_txd_priv_t *) in xgell_xmit_compl() local
914 for (i = 0; i < txd_priv->handle_cnt; i++) { in xgell_xmit_compl()
915 if (txd_priv->dma_handles[i] != NULL) { in xgell_xmit_compl()
916 xge_assert(txd_priv->dma_handles[i]); in xgell_xmit_compl()
918 txd_priv->dma_handles[i]); in xgell_xmit_compl()
919 ddi_dma_free_handle(&txd_priv->dma_handles[i]); in xgell_xmit_compl()
920 txd_priv->dma_handles[i] = 0; in xgell_xmit_compl()
923 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()
[all …]