Searched refs:st_rdc (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 1430 uint32_t ndmas, st_rdc; in hxge_alloc_rx_mem_pool() local 1456 st_rdc = p_cfgp->start_rdc; in hxge_alloc_rx_mem_pool() 1460 " hxge_alloc_rx_mem_pool st_rdc %d ndmas %d", st_rdc, ndmas)); in hxge_alloc_rx_mem_pool() 1547 status = hxge_alloc_rx_buf_dma(hxgep, st_rdc, &dma_buf_p[i], in hxge_alloc_rx_mem_pool() 1554 st_rdc++; in hxge_alloc_rx_mem_pool() 1568 st_rdc = p_cfgp->start_rdc; in hxge_alloc_rx_mem_pool() 1570 if ((status = hxge_alloc_rx_cntl_dma(hxgep, st_rdc, in hxge_alloc_rx_mem_pool() 1576 if ((status = hxge_alloc_rx_cntl_dma(hxgep, st_rdc, in hxge_alloc_rx_mem_pool() 1582 if ((status = hxge_alloc_rx_cntl_dma(hxgep, st_rdc, in hxge_alloc_rx_mem_pool() 1587 st_rdc++; in hxge_alloc_rx_mem_pool()
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_virtual.c | 2577 int i, j, ngrps, bitmap, end, st_rdc; in nxge_set_hw_dma_config() local 2638 st_rdc = p_cfgp->start_rdc; in nxge_set_hw_dma_config() 2683 rdc_grp_p->start_rdc = st_rdc; in nxge_set_hw_dma_config()
|