Symbol: txbuf
usr/src/uts/common/io/bge/bge_impl.h
533
sw_txbuf_t *txbuf;
usr/src/uts/common/io/bge/bge_main2.c
184
sw_txbuf_t *txbuf;
usr/src/uts/common/io/bge/bge_main2.c
222
txbuf = srp->txbuf;
usr/src/uts/common/io/bge/bge_main2.c
224
txbuf_head->item = txbuf;
usr/src/uts/common/io/bge/bge_main2.c
228
txbuf++;
usr/src/uts/common/io/bge/bge_main2.c
2363
sw_txbuf_t *txbuf;
usr/src/uts/common/io/bge/bge_main2.c
2406
txbuf = kmem_zalloc(BGE_SEND_BUF_MAX*sizeof (*txbuf), KM_SLEEP);
usr/src/uts/common/io/bge/bge_main2.c
2411
srp->txbuf = txbuf;
usr/src/uts/common/io/bge/bge_main2.c
2436
bge_slice_chunk(&txbuf->buf, &pbuf, 1,
usr/src/uts/common/io/bge/bge_main2.c
2438
txbuf++;
usr/src/uts/common/io/bge/bge_main2.c
2472
kmem_free(srp->txbuf, BGE_SEND_BUF_MAX*sizeof (*srp->txbuf));
usr/src/uts/common/io/bge/bge_main2.c
2476
srp->txbuf = NULL;
usr/src/uts/common/io/bge/bge_main2.c
2558
sw_txbuf_t *txbuf;
usr/src/uts/common/io/bge/bge_main2.c
2593
txbuf = srp->txbuf + array*BGE_SEND_BUF_NUM;
usr/src/uts/common/io/bge/bge_main2.c
2597
bge_slice_chunk(&txbuf->buf, &area, 1,
usr/src/uts/common/io/bge/bge_main2.c
2599
txbuf++;
usr/src/uts/common/io/bge/bge_main2.c
2607
txbuf = srp->txbuf + array*BGE_SEND_BUF_NUM;
usr/src/uts/common/io/bge/bge_main2.c
2610
txbuf_item->item = txbuf;
usr/src/uts/common/io/bge/bge_main2.c
2613
txbuf++;
usr/src/uts/common/io/bge/bge_send.c
333
static void bge_send_copy(bge_t *bgep, sw_txbuf_t *txbuf, mblk_t *mp);
usr/src/uts/common/io/bge/bge_send.c
336
bge_send_copy(bge_t *bgep, sw_txbuf_t *txbuf, mblk_t *mp)
usr/src/uts/common/io/bge/bge_send.c
342
txbuf->copy_len = 0;
usr/src/uts/common/io/bge/bge_send.c
343
pbuf = DMA_VPTR(txbuf->buf);
usr/src/uts/common/io/bge/bge_send.c
347
ASSERT(txbuf->copy_len + mblen <=
usr/src/uts/common/io/bge/bge_send.c
351
txbuf->copy_len += mblen;
usr/src/uts/common/io/bge/bge_send.c
369
sw_txbuf_t *txbuf;
usr/src/uts/common/io/bge/bge_send.c
422
txbuf = txbuf_item->item;
usr/src/uts/common/io/bge/bge_send.c
423
ASSERT(txbuf->copy_len != 0);
usr/src/uts/common/io/bge/bge_send.c
424
(void) ddi_dma_sync(txbuf->buf.dma_hdl, 0,
usr/src/uts/common/io/bge/bge_send.c
425
txbuf->copy_len, DDI_DMA_SYNC_FORDEV);
usr/src/uts/common/io/bge/bge_send.c
436
hw_sbd_p->host_buf_addr = txbuf->buf.cookie.dmac_laddress;
usr/src/uts/common/io/bge/bge_send.c
437
hw_sbd_p->len = txbuf->copy_len;
usr/src/uts/common/io/bge/bge_send.c
451
(txbuf->copy_len > ETHERMAX))
usr/src/uts/common/io/bge/bge_send.c
494
sw_txbuf_t *txbuf;
usr/src/uts/common/io/bge/bge_send.c
518
txbuf = txbuf_item->item;
usr/src/uts/common/io/bge/bge_send.c
519
bge_send_copy(bgep, txbuf, mp);
usr/src/uts/common/io/bge/bge_send.c
524
ASSERT(txbuf->copy_len >= sizeof (struct ether_header));
usr/src/uts/common/io/bge/bge_send.c
525
pbuf = DMA_VPTR(txbuf->buf);
usr/src/uts/common/io/bge/bge_send.c
532
txbuf->copy_len -= VLAN_TAGSZ;
usr/src/uts/common/io/ipw/ipw2100.c
2028
struct ipw2100_txb *txbuf;
usr/src/uts/common/io/ipw/ipw2100.c
2159
txbuf = sc->sc_txbufs[bidx];
usr/src/uts/common/io/ipw/ipw2100.c
2187
h = &txbuf->txb_hdr;
usr/src/uts/common/io/ipw/ipw2100.c
2208
(void) memcpy(&txbuf->txb_dat[off], m0->b_rptr, cnt);
usr/src/uts/common/io/mwl/mwl.c
2758
uint8_t *addr_4, *txbuf;
usr/src/uts/common/io/mwl/mwl.c
2832
txbuf = (uint8_t *)bf->bf_mem;
usr/src/uts/common/io/mwl/mwl.c
2842
pfwlen = (uint16_t *)txbuf;
usr/src/uts/common/io/mwl/mwl.c
2844
wh1 = (struct ieee80211_frame *)(txbuf + 2);
usr/src/uts/common/io/mwl/mwl.c
2846
addr_4 = txbuf + (sizeof (struct ieee80211_frame) + sizeof (uint16_t));
usr/src/uts/common/io/mwl/mwl.c
2848
bcopy(m->b_rptr + sizeof (struct ieee80211_frame), txbuf + 32, *pfwlen);
usr/src/uts/common/io/sfe/sfe_util.c
1053
struct txbuf *tbp;
usr/src/uts/common/io/sfe/sfe_util.c
1215
struct txbuf *tbp;
usr/src/uts/common/io/sfe/sfe_util.c
1249
gem_setup_txbuf_copy(struct gem_dev *dp, mblk_t *mp, struct txbuf *tbp)
usr/src/uts/common/io/sfe/sfe_util.c
1333
struct txbuf *tbp_head;
usr/src/uts/common/io/sfe/sfe_util.c
1334
struct txbuf *tbp_tail;
usr/src/uts/common/io/sfe/sfe_util.c
1428
struct txbuf *tbp;
usr/src/uts/common/io/sfe/sfe_util.c
1646
struct txbuf *tbp;
usr/src/uts/common/io/sfe/sfe_util.c
4724
sizeof (struct txbuf) * ((gc)->gc_tx_buf_size) + \
usr/src/uts/common/io/sfe/sfe_util.c
618
struct txbuf *tbp;
usr/src/uts/common/io/sfe/sfe_util.c
773
struct txbuf *tbp;
usr/src/uts/common/io/sfe/sfe_util.c
964
gem_txbuf_free_dma_resources(struct txbuf *tbp)
usr/src/uts/common/io/sfe/sfe_util.c
984
struct txbuf *tbp;
usr/src/uts/common/io/sfe/sfe_util.h
132
struct txbuf *txb_next;
usr/src/uts/common/io/sfe/sfe_util.h
243
struct txbuf *tx_buf;
usr/src/uts/common/xen/io/xnf.c
1362
tidp->txbuf = txp;
usr/src/uts/common/xen/io/xnf.c
1455
txp = tidp->txbuf;
usr/src/uts/common/xen/io/xnf.c
1685
tidp->txbuf = txp;
usr/src/uts/common/xen/io/xnf.c
2696
xnf_txbuf_t *txp = tidp->txbuf;
usr/src/uts/common/xen/io/xnf.c
461
ASSERT(tidp->txbuf == NULL);
usr/src/uts/common/xen/io/xnf.c
476
tidp->txbuf = NULL;
usr/src/uts/common/xen/io/xnf.c
664
xnf_txbuf_t *txp = tidp->txbuf;
usr/src/uts/common/xen/io/xnf.c
705
ASSERT3P(tidp->txbuf, ==, NULL);
usr/src/uts/common/xen/io/xnf.h
128
xnf_txbuf_t *txbuf; /* Buffer details. */