Searched defs:txbuf (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c337 static void bge_send_copy(bge_t *bgep, sw_txbuf_t *txbuf, mblk_t *mp);
341 bge_send_copy(bge_t *bgep, sw_txbuf_t *txbuf, mblk_t *mp) argument
347 txbuf->copy_len = 0;
348 pbuf = DMA_VPTR(txbuf->buf);
352 ASSERT(txbuf->copy_len + mblen <=
356 txbuf->copy_len += mblen;
374 sw_txbuf_t *txbuf; local
427 txbuf = txbuf_item->item;
428 ASSERT(txbuf->copy_len != 0);
429 (void) ddi_dma_sync(txbuf
498 sw_txbuf_t *txbuf; local
[all...]
H A Dbge_main2.c214 sw_txbuf_t *txbuf; local
252 txbuf = srp->txbuf;
254 txbuf_head->item = txbuf;
258 txbuf++;
2377 sw_txbuf_t *txbuf; local
2420 txbuf = kmem_zalloc(BGE_SEND_BUF_MAX*sizeof (*txbuf), KM_SLEEP);
2425 srp->txbuf = txbuf;
2572 sw_txbuf_t *txbuf; local
[all...]
H A Dbge_impl.h533 sw_txbuf_t *txbuf; member in struct:send_ring
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h89 xnf_txbuf_t *txbuf; /* Buffer details. */ member in struct:xnf_txid
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2030 struct ipw2100_txb *txbuf; local
2161 txbuf = sc->sc_txbufs[bidx];
2189 h = &txbuf->txb_hdr;
2210 (void) memcpy(&txbuf->txb_dat[off], m0->b_rptr, cnt);
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2749 uint8_t *addr_4, *txbuf; local
2763 "no txbuf, %d\n", ring->queued);
2823 txbuf = (uint8_t *)bf->bf_mem;
2833 pfwlen = (uint16_t *)txbuf;
2835 wh1 = (struct ieee80211_frame *)(txbuf + 2);
2837 addr_4 = txbuf + (sizeof (struct ieee80211_frame) + sizeof (uint16_t));
2839 bcopy(m->b_rptr + sizeof (struct ieee80211_frame), txbuf + 32, *pfwlen);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h131 struct txbuf { struct
132 struct txbuf *txb_next;
243 struct txbuf *tx_buf;

Completed in 101 milliseconds