Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/xge/drv/
H A Dxgell.c914 for (i = 0; i < txd_priv->handle_cnt; i++) { in xgell_xmit_compl()
923 txd_priv->handle_cnt = 0; in xgell_xmit_compl()
954 int handle_cnt, frag_cnt, ret, i, copied; in xgell_ring_tx() local
959 handle_cnt = frag_cnt = 0; in xgell_ring_tx()
1129 txd_priv->dma_handles[handle_cnt++] = dma_handle; in xgell_ring_tx()
1157 txd_priv->handle_cnt = handle_cnt; in xgell_ring_tx()
1193 for (i = 0; i < handle_cnt; i++) { in xgell_ring_tx()
1735 for (i = 0; i < txd_priv->handle_cnt; i++) { in xgell_tx_term()
H A Dxgell.h390 int handle_cnt; member