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;
918 port->p_tx_buf = kmem_zalloc(sizeof (yge_buf_t) * YGE_TX_RING_CNT,
920 port->p_rx_buf = kmem_zalloc(sizeof (yge_buf_t) * YGE_RX_RING_CNT,
1401 sizeof (yge_buf_t) * YGE_TX_RING_CNT);
1404 sizeof (yge_buf_t) * YGE_RX_RING_CNT);
1528 yge_alloc_buf(yge_port_t *port, yge_buf_t *b, size_t bufsz, int flag)
1566 yge_free_buf(yge_buf_t *b)
1586 yge_buf_t *b;
1642 yge_buf_t *b;
1666 yge_buf_t *tx
[all...]
H A Dyge.h1903 typedef struct yge_buf yge_buf_t; typedef in typeref:struct:yge_buf
2256 yge_buf_t *p_tx_buf;
2266 yge_buf_t *p_rx_buf;

Completed in 61 milliseconds