Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c2412 srp->tx_buffers = BGE_SEND_BUF_NUM;
2542 srp->tx_buffers = BGE_SEND_BUF_NUM;
2593 txbuf = srp->txbuf + array*BGE_SEND_BUF_NUM;
2606 txbuf_item = srp->txbuf_head + array*BGE_SEND_BUF_NUM;
2607 txbuf = srp->txbuf + array*BGE_SEND_BUF_NUM;
2609 for (slot = 0; slot < BGE_SEND_BUF_NUM; ++slot) {
2616 txbuf_item = srp->txbuf_head + array*BGE_SEND_BUF_NUM;
2623 txbuf_queue->count += BGE_SEND_BUF_NUM - 1;
2627 srp->tx_buffers += BGE_SEND_BUF_NUM;
2848 &area, BGE_SEND_BUF_NUM/BGE_SPLIT,
[all …]
H A Dbge_impl.h253 #define BGE_SEND_BUF_NUM 512 macro
256 #define BGE_SEND_BUF_MAX (BGE_SEND_BUF_NUM*BGE_SEND_BUF_ARRAY)