Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c504 rxb = &port->p_rx_buf[prod]; in yge_init_rx_ring()
920 port->p_rx_buf = kmem_zalloc(sizeof (yge_buf_t) * YGE_RX_RING_CNT, in yge_init_port()
1402 if (port->p_rx_buf) in yge_uninit_port()
1403 kmem_free(port->p_rx_buf, in yge_uninit_port()
1626 b = port->p_rx_buf; in yge_txrx_dma_alloc()
1656 b = port->p_rx_buf; in yge_txrx_dma_free()
1827 rxb = &port->p_rx_buf[cons]; in yge_rxeof()
H A Dyge.h2266 yge_buf_t *p_rx_buf; member