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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c1926 uint32_t ndmas, st_tdc; local
1941 st_tdc = p_cfgp->start_tdc;
1989 status = hxge_alloc_tx_buf_dma(hxgep, st_tdc, &dma_buf_p[i],
1994 st_tdc++;
2001 st_tdc = p_cfgp->start_tdc;
2007 status = hxge_alloc_tx_cntl_dma(hxgep, st_tdc, &dma_cntl_p[j],
2012 st_tdc++;
2032 "ndmas %d poolp->ndmas %d", st_tdc, ndmas, dma_poolp->ndmas));

Completed in 66 milliseconds