Searched refs:BGE_SEND_BUF_NUM (Results 1 – 2 of 2) sorted by relevance
2412 srp->tx_buffers = BGE_SEND_BUF_NUM;2435 for (slot = 0; slot < BGE_SEND_BUF_NUM/BGE_SPLIT; ++slot) {2542 srp->tx_buffers = BGE_SEND_BUF_NUM;2575 txbuffsize = BGE_SEND_BUF_NUM*bgep->chipid.snd_buff_size;2593 txbuf = srp->txbuf + array*BGE_SEND_BUF_NUM;2596 for (slot = 0; slot < BGE_SEND_BUF_NUM/BGE_SPLIT; ++slot) {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;[all …]
253 #define BGE_SEND_BUF_NUM 512 macro256 #define BGE_SEND_BUF_MAX (BGE_SEND_BUF_NUM*BGE_SEND_BUF_ARRAY)