Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c939 ndmas = tx_rings->ndmas; in hxge_txdma_hw_mode()
1067 ndmas = tx_rings->ndmas; in hxge_fixup_txdma_rings()
1167 ndmas = tx_rings->ndmas; in hxge_txdma_hw_kick()
1268 ndmas = tx_rings->ndmas; in hxge_txdma_hung()
1367 ndmas = tx_rings->ndmas; in hxge_fixup_hung_txdma_rings()
1487 ndmas = tx_rings->ndmas; in hxge_reclaim_rings()
1585 tx_rings->ndmas = ndmas; in hxge_map_txdma()
2201 ndmas = tx_rings->ndmas; in hxge_txdma_hw_start()
2283 ndmas = tx_rings->ndmas; in hxge_txdma_hw_stop()
2421 ndmas = tx_rings->ndmas; in hxge_txdma_get_ring()
[all …]
H A Dhxge_main.c1562 if (i < ndmas) { in hxge_alloc_rx_mem_pool()
1591 if (j < ndmas) { in hxge_alloc_rx_mem_pool()
1595 dma_poolp->ndmas = ndmas; in hxge_alloc_rx_mem_pool()
1601 dma_rbr_cntl_poolp->ndmas = ndmas; in hxge_alloc_rx_mem_pool()
1606 dma_rcr_cntl_poolp->ndmas = ndmas; in hxge_alloc_rx_mem_pool()
1611 dma_mbox_cntl_poolp->ndmas = ndmas; in hxge_alloc_rx_mem_pool()
1720 ndmas = dma_rbr_cntl_poolp->ndmas; in hxge_free_rx_mem_pool()
1997 if (i < ndmas) { in hxge_alloc_tx_mem_pool()
2019 dma_poolp->ndmas = ndmas; in hxge_alloc_tx_mem_pool()
2025 dma_cntl_poolp->ndmas = ndmas; in hxge_alloc_tx_mem_pool()
[all …]
H A Dhxge_rxdma.c793 ndmas = rx_rbr_rings->ndmas; in hxge_rxdma_hw_mode()
794 if (!ndmas) { in hxge_rxdma_hw_mode()
2272 ndmas = dma_buf_poolp->ndmas; in hxge_map_rxdma()
2273 if (!ndmas) { in hxge_map_rxdma()
2339 rx_rbr_rings->ndmas = rx_rcr_rings->ndmas = ndmas; in hxge_map_rxdma()
2416 ndmas = rx_rbr_rings->ndmas; in hxge_unmap_rxdma()
2417 if (!ndmas) { in hxge_unmap_rxdma()
3157 ndmas = rx_rbr_rings->ndmas; in hxge_rxdma_hw_start()
3263 ndmas = rx_rbr_rings->ndmas; in hxge_rxdma_hw_stop()
3688 int ndmas; in hxge_rx_port_fatal_err_recover() local
[all …]
H A Dhxge_rxdma.h458 uint32_t ndmas; member
464 uint32_t ndmas; member
470 uint32_t ndmas; member
H A Dhxge_txdma.h191 uint32_t ndmas; member
H A Dhxge_impl.h217 uint32_t ndmas; member
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma.h374 uint32_t ndmas; member
380 uint32_t ndmas; member
386 uint32_t ndmas; member
H A Dnxge_txdma.h214 uint32_t ndmas; member
H A Dnxge_impl.h598 uint32_t ndmas; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1898 int ndmas; in nxge_use_default_dma_config_n2() local
1914 ndmas = NXGE_TDMA_PER_NIU_PORT; in nxge_use_default_dma_config_n2()
1928 ndmas = NXGE_TDMA_PER_NIU_PORT; in nxge_use_default_dma_config_n2()
1935 ndmas = prop_val[1]; in nxge_use_default_dma_config_n2()
1938 ndmas, prop_len)); in nxge_use_default_dma_config_n2()
1948 p_cfgp->tdc.count = ndmas; in nxge_use_default_dma_config_n2()
1956 ndmas = NXGE_RDMA_PER_NIU_PORT; in nxge_use_default_dma_config_n2()
1970 ndmas = NXGE_RDMA_PER_NIU_PORT; in nxge_use_default_dma_config_n2()
1977 ndmas = prop_val[1]; in nxge_use_default_dma_config_n2()
1990 p_cfgp->max_rdcs = ndmas; in nxge_use_default_dma_config_n2()
[all …]
H A Dnxge_rxdma.c1331 int ndmas; in nxge_rxdma_fix_channel() local
1359 ndmas = dma_buf_poolp->ndmas; in nxge_rxdma_fix_channel()
1360 if (!ndmas) { in nxge_rxdma_fix_channel()
4085 int i, ndmas; in nxge_rxdma_hw_start() local
4103 ndmas = rx_rbr_rings->ndmas; in nxge_rxdma_hw_start()
4104 if (ndmas == 0) { in nxge_rxdma_hw_start()
4111 "==> nxge_rxdma_hw_start (ndmas %d)", ndmas)); in nxge_rxdma_hw_start()
4125 ndmas, channel)); in nxge_rxdma_hw_start()
H A Dnxge_main.c2387 dma_poolp->ndmas = p_cfgp->max_rdcs; in nxge_alloc_rx_mem_pool()
2393 dma_cntl_poolp->ndmas = p_cfgp->max_rdcs; in nxge_alloc_rx_mem_pool()
2412 nxgep->rx_rbr_rings->ndmas = nxgep->rx_rcr_rings->ndmas = in nxge_alloc_rx_mem_pool()
3059 dma_poolp->ndmas = p_cfgp->tdc.owned; in nxge_alloc_tx_mem_pool()
3066 dma_cntl_poolp->ndmas = p_cfgp->tdc.owned; in nxge_alloc_tx_mem_pool()
3081 nxgep->tx_rings->ndmas = p_cfgp->tdc.owned; in nxge_alloc_tx_mem_pool()
3085 tdc_max, dma_poolp->ndmas)); in nxge_alloc_tx_mem_pool()