Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c918 port->p_tx_buf = kmem_zalloc(sizeof (yge_buf_t) * YGE_TX_RING_CNT, in yge_init_port()
1399 if (port->p_tx_buf) in yge_uninit_port()
1400 kmem_free(port->p_tx_buf, in yge_uninit_port()
1609 b = port->p_tx_buf; in yge_txrx_dma_alloc()
1651 b = port->p_tx_buf; in yge_txrx_dma_free()
1690 txb = &port->p_tx_buf[prod]; in yge_send()
H A Dyge.h2256 yge_buf_t *p_tx_buf; member