Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c491 yge_buf_t *rxb; in yge_init_rx_ring()
918 port->p_tx_buf = kmem_zalloc(sizeof (yge_buf_t) * YGE_TX_RING_CNT, in yge_init_port()
920 port->p_rx_buf = kmem_zalloc(sizeof (yge_buf_t) * YGE_RX_RING_CNT, in yge_init_port()
1401 sizeof (yge_buf_t) * YGE_TX_RING_CNT); in yge_uninit_port()
1404 sizeof (yge_buf_t) * YGE_RX_RING_CNT); in yge_uninit_port()
1528 yge_alloc_buf(yge_port_t *port, yge_buf_t *b, size_t bufsz, int flag) in yge_alloc_buf()
1566 yge_free_buf(yge_buf_t *b) in yge_free_buf()
1586 yge_buf_t *b; in yge_txrx_dma_alloc()
1642 yge_buf_t *b; in yge_txrx_dma_free()
1666 yge_buf_t *txb; in yge_send()
[all …]
H A Dyge.h1903 typedef struct yge_buf yge_buf_t; typedef
2256 yge_buf_t *p_tx_buf;
2266 yge_buf_t *p_rx_buf;