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

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

Completed in 50 milliseconds