Home
last modified time | relevance | path

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

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