Home
last modified time | relevance | path

Searched refs:txbuf (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c347 txbuf->copy_len = 0; in bge_send_copy()
348 pbuf = DMA_VPTR(txbuf->buf); in bge_send_copy()
356 txbuf->copy_len += mblen; in bge_send_copy()
374 sw_txbuf_t *txbuf; in bge_send_serial() local
427 txbuf = txbuf_item->item; in bge_send_serial()
428 ASSERT(txbuf->copy_len != 0); in bge_send_serial()
499 sw_txbuf_t *txbuf; in bge_ring_tx() local
523 txbuf = txbuf_item->item; in bge_ring_tx()
524 bge_send_copy(bgep, txbuf, mp); in bge_ring_tx()
530 pbuf = DMA_VPTR(txbuf->buf); in bge_ring_tx()
[all …]
H A Dbge_main2.c184 sw_txbuf_t *txbuf; in bge_reinit_send_ring() local
222 txbuf = srp->txbuf; in bge_reinit_send_ring()
228 txbuf++; in bge_reinit_send_ring()
2406 txbuf = kmem_zalloc(BGE_SEND_BUF_MAX*sizeof (*txbuf), KM_SLEEP);
2411 srp->txbuf = txbuf;
2438 txbuf++;
2472 kmem_free(srp->txbuf, BGE_SEND_BUF_MAX*sizeof (*srp->txbuf));
2593 txbuf = srp->txbuf + array*BGE_SEND_BUF_NUM;
2599 txbuf++;
2607 txbuf = srp->txbuf + array*BGE_SEND_BUF_NUM;
[all …]
H A Dbge_impl.h533 sw_txbuf_t *txbuf; member
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h131 struct txbuf { struct
132 struct txbuf *txb_next; argument
243 struct txbuf *tx_buf;
H A Dsfe_util.c618 struct txbuf *tbp; in gem_alloc_memory()
773 struct txbuf *tbp; in gem_free_memory()
964 gem_txbuf_free_dma_resources(struct txbuf *tbp) in gem_txbuf_free_dma_resources()
985 struct txbuf *tbp; in gem_clean_tx_buf()
1054 struct txbuf *tbp; in gem_reclaim_txbuf()
1218 struct txbuf *tbp; in gem_tx_load_descs_oo()
1337 struct txbuf *tbp_head; in gem_tx_start_unit()
1338 struct txbuf *tbp_tail; in gem_tx_start_unit()
1433 struct txbuf *tbp; in gem_send_common()
1651 struct txbuf *tbp; in gem_tx_timeout()
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h128 xnf_txbuf_t *txbuf; /* Buffer details. */ member
H A Dxnf.c468 ASSERT(tidp->txbuf == NULL); in xnf_txid_get()
483 tidp->txbuf = NULL; in xnf_txid_put()
671 xnf_txbuf_t *txp = tidp->txbuf; in xnf_setup_rings()
712 ASSERT3P(tidp->txbuf, ==, NULL); in xnf_setup_rings()
1369 tidp->txbuf = txp; in xnf_set_multicast()
1462 txp = tidp->txbuf; in xnf_tx_clean_ring()
1692 tidp->txbuf = txp; in xnf_tx_push_packet()
2703 xnf_txbuf_t *txp = tidp->txbuf; in xnf_release_mblks()
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2030 struct ipw2100_txb *txbuf; in ipw2100_send() local
2161 txbuf = sc->sc_txbufs[bidx]; in ipw2100_send()
2189 h = &txbuf->txb_hdr; in ipw2100_send()
2210 (void) memcpy(&txbuf->txb_dat[off], m0->b_rptr, cnt); in ipw2100_send()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2758 uint8_t *addr_4, *txbuf; in mwl_send() local
2832 txbuf = (uint8_t *)bf->bf_mem; in mwl_send()
2842 pfwlen = (uint16_t *)txbuf; in mwl_send()
2844 wh1 = (struct ieee80211_frame *)(txbuf + 2); in mwl_send()
2846 addr_4 = txbuf + (sizeof (struct ieee80211_frame) + sizeof (uint16_t)); in mwl_send()
2848 bcopy(m->b_rptr + sizeof (struct ieee80211_frame), txbuf + 32, *pfwlen); in mwl_send()