Home
last modified time | relevance | path

Searched refs:tx_buffers (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c223 for (slot = 0; slot < srp->tx_buffers; ++slot) { in bge_reinit_send_ring()
2412 srp->tx_buffers = BGE_SEND_BUF_NUM;
2413 srp->tx_buffers_low = srp->tx_buffers / 4;
2542 srp->tx_buffers = BGE_SEND_BUF_NUM;
2543 srp->tx_buffers_low = srp->tx_buffers / 4;
2627 srp->tx_buffers += BGE_SEND_BUF_NUM;
2628 srp->tx_buffers_low = srp->tx_buffers / 4;
H A Dbge_impl.h534 uint32_t tx_buffers; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h2181 struct tx_ring_info *tx_buffers;