Searched defs:ndmas (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h217 uint32_t ndmas; member in struct:_hxge_dma_pool_t
H A Dhxge_txdma.c911 int i, ndmas; local
939 ndmas = tx_rings->ndmas;
940 if (!ndmas) {
946 "tx_rings $%p tx_desc_rings $%p ndmas %d",
947 tx_rings, tx_desc_rings, ndmas));
950 for (i = 0; i < ndmas; i++) {
1051 int index, ndmas; local
1067 ndmas = tx_rings->ndmas;
1155 int index, ndmas; local
1254 int index, ndmas; local
1356 int index, ndmas; local
1475 int index, ndmas; local
1521 int i, ndmas; local
1625 int i, ndmas; local
2081 int i, ndmas; local
2260 int i, ndmas; local
2409 int index, ndmas; local
2456 int index, tdc, ndmas; local
2841 int i, ndmas; local
[all...]
H A Dhxge_txdma.h191 uint32_t ndmas; member in struct:_tx_rings_t
H A Dhxge_rxdma.c772 int i, ndmas; local
802 ndmas = rx_rbr_rings->ndmas;
803 if (!ndmas) {
810 "==> hxge_rxdma_mode (ndmas %d)", ndmas));
816 for (i = 0; i < ndmas; i++) {
2256 int i, ndmas; local
2291 ndmas = dma_buf_poolp->ndmas;
2397 int i, ndmas; local
3169 int i, ndmas; local
3278 int i, ndmas; local
3725 int ndmas; local
[all...]
H A Dhxge_rxdma.h458 uint32_t ndmas; member in struct:_rx_rbr_rings_t
464 uint32_t ndmas; member in struct:_rx_rcr_rings_t
470 uint32_t ndmas; member in struct:_rx_mbox_areas_t
H A Dhxge_main.c1431 uint32_t ndmas, st_rdc; local
1458 ndmas = p_cfgp->max_rdcs;
1461 " hxge_alloc_rx_mem_pool st_rdc %d ndmas %d", st_rdc, ndmas));
1469 sizeof (p_hxge_dma_common_t) * ndmas, KM_SLEEP);
1474 sizeof (p_hxge_dma_common_t) * ndmas, KM_SLEEP);
1478 sizeof (p_hxge_dma_common_t) * ndmas, KM_SLEEP);
1482 sizeof (p_hxge_dma_common_t) * ndmas, KM_SLEEP);
1484 num_chunks = (uint32_t *)KMEM_ZALLOC(sizeof (uint32_t) * ndmas,
1540 for (i = 0; i < ndmas;
1667 uint32_t i, ndmas; local
1926 uint32_t ndmas, st_tdc; local
2212 uint32_t i, ndmas; local
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h214 uint32_t ndmas; member in struct:_tx_rings_t
H A Dnxge_rxdma.h374 uint32_t ndmas; member in struct:_rx_rbr_rings_t
380 uint32_t ndmas; member in struct:_rx_rcr_rings_t
386 uint32_t ndmas; member in struct:_rx_mbox_areas_t
H A Dnxge_impl.h598 uint32_t ndmas; member in struct:_nxge_dma_pool_t
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1897 int ndmas; local
1913 ndmas = NXGE_TDMA_PER_NIU_PORT;
1927 ndmas = NXGE_TDMA_PER_NIU_PORT;
1934 ndmas = prop_val[1];
1937 ndmas, prop_len));
1947 p_cfgp->tdc.count = ndmas;
1955 ndmas = NXGE_RDMA_PER_NIU_PORT;
1969 ndmas = NXGE_RDMA_PER_NIU_PORT;
1976 ndmas = prop_val[1];
1979 "#rdc %d (#%d)", ndmas, prop_le
[all...]
H A Dnxge_rxdma.c1349 int ndmas; local
1377 ndmas = dma_buf_poolp->ndmas;
1378 if (!ndmas) {
4125 int i, ndmas; local
4143 ndmas = rx_rbr_rings->ndmas;
4144 if (ndmas == 0) {
4151 "==> nxge_rxdma_hw_start (ndmas %d)", ndmas));
[all...]

Completed in 105 milliseconds