Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c502 for (prod = 0; prod < YGE_RX_RING_CNT; prod++) { in yge_init_rx_ring()
517 YGE_RX_RING_CNT - 1); in yge_init_rx_ring()
920 port->p_rx_buf = kmem_zalloc(sizeof (yge_buf_t) * YGE_RX_RING_CNT, in yge_init_port()
1300 dev->d_process_limit = YGE_RX_RING_CNT/2; in yge_attach()
1404 sizeof (yge_buf_t) * YGE_RX_RING_CNT); in yge_uninit_port()
1620 rv = yge_alloc_ring(port, NULL, &port->p_rx_ring, YGE_RX_RING_CNT); in yge_txrx_dma_alloc()
1627 for (i = 0; i < YGE_RX_RING_CNT; i++) { in yge_txrx_dma_alloc()
1657 for (int i = 0; i < YGE_RX_RING_CNT; i++, b++) { in yge_txrx_dma_free()
1869 YGE_INC(port->p_rx_cons, YGE_RX_RING_CNT); in yge_rxeof()
H A Dyge.h2023 #define YGE_RX_RING_CNT 256 macro
2024 #define YGE_STAT_RING_CNT (YGE_TX_RING_CNT + YGE_RX_RING_CNT)
2066 #define YGE_PROC_DEFAULT (YGE_RX_RING_CNT / 2)
2068 #define YGE_PROC_MAX (YGE_RX_RING_CNT - 1)