Lines Matching refs:txbuf
184 sw_txbuf_t *txbuf; in bge_reinit_send_ring() local
222 txbuf = srp->txbuf; in bge_reinit_send_ring()
224 txbuf_head->item = txbuf; in bge_reinit_send_ring()
228 txbuf++; in bge_reinit_send_ring()
2363 sw_txbuf_t *txbuf; local
2406 txbuf = kmem_zalloc(BGE_SEND_BUF_MAX*sizeof (*txbuf), KM_SLEEP);
2411 srp->txbuf = txbuf;
2436 bge_slice_chunk(&txbuf->buf, &pbuf, 1,
2438 txbuf++;
2472 kmem_free(srp->txbuf, BGE_SEND_BUF_MAX*sizeof (*srp->txbuf));
2476 srp->txbuf = NULL;
2558 sw_txbuf_t *txbuf; local
2593 txbuf = srp->txbuf + array*BGE_SEND_BUF_NUM;
2597 bge_slice_chunk(&txbuf->buf, &area, 1,
2599 txbuf++;
2607 txbuf = srp->txbuf + array*BGE_SEND_BUF_NUM;
2610 txbuf_item->item = txbuf;
2613 txbuf++;