Home
last modified time | relevance | path

Searched refs:tbd (Results 1 – 10 of 10) sorted by relevance

/NextBSD/sys/dev/et/
HDif_et.c871 struct et_txbuf_data *tbd; in et_dma_alloc() local
1028 tbd = &sc->sc_tx_data; in et_dma_alloc()
1031 &tbd->tbd_buf[i].tb_dmap); in et_dma_alloc()
1051 struct et_txbuf_data *tbd; in et_dma_free() local
1091 tbd = &sc->sc_tx_data; in et_dma_free()
1093 if (tbd->tbd_buf[i].tb_dmap) { in et_dma_free()
1095 tbd->tbd_buf[i].tb_dmap); in et_dma_free()
1096 tbd->tbd_buf[i].tb_dmap = NULL; in et_dma_free()
1381 struct et_txbuf_data *tbd; in et_start_locked() local
1402 tbd = &sc->sc_tx_data; in et_start_locked()
[all …]
/NextBSD/sys/dev/bwi/
HDif_bwi.c1347 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; in bwi_start_locked() local
1356 idx = tbd->tbd_idx; in bwi_start_locked()
1358 while (tbd->tbd_buf[idx].tb_mbuf == NULL && in bwi_start_locked()
1359 tbd->tbd_used + BWI_TX_NSPRDESC < BWI_TX_NDESC && in bwi_start_locked()
1382 tbd->tbd_used++; in bwi_start_locked()
1386 tbd->tbd_idx = idx; in bwi_start_locked()
1398 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; in bwi_raw_xmit() local
1407 idx = tbd->tbd_idx; in bwi_raw_xmit()
1408 KASSERT(tbd->tbd_buf[idx].tb_mbuf == NULL, ("slot %d not empty", idx)); in bwi_raw_xmit()
1423 tbd->tbd_used++; in bwi_raw_xmit()
[all …]
/NextBSD/contrib/gdb/gdb/
HDdummy-frame.c278 struct dummy_frame *tbd = (*stack); in discard_innermost_dummy() local
280 regcache_xfree (tbd->regcache); in discard_innermost_dummy()
281 xfree (tbd); in discard_innermost_dummy()
/NextBSD/sys/dev/wl/
HDif_wl.c879 tbd_t tbd; in wlbldcu() local
930 tbd.act_count = 0; in wlbldcu()
931 tbd.next_tbd_offset = I82586NULL; in wlbldcu()
932 tbd.buffer_addr = 0; in wlbldcu()
933 tbd.buffer_base = 0; in wlbldcu()
935 WL_WRITE_MULTI_2(sc, PIOP1, &tbd, sizeof(tbd_t)/2); in wlbldcu()
2215 tbd_t tbd; in wltbd() local
2221 WL_READ_MULTI_2(sc, PIOP1, &tbd, sizeof(tbd_t)/2); in wltbd()
2222 sum += (tbd.act_count & ~TBD_SW_EOF); in wltbd()
2224 i++, tbd.buffer_addr, in wltbd()
[all …]
/NextBSD/sys/dev/fxp/
HDif_fxpreg.h295 struct fxp_tbd tbd[FXP_NTXSEG + 1]; member
299 #define tbd tx_cb_u.tbd macro
HDif_fxp.c1610 cbp->tbd[i + 1].tb_addr = htole32(segs[i].ds_addr); in fxp_encap()
1611 cbp->tbd[i + 1].tb_size = htole32(segs[i].ds_len); in fxp_encap()
1613 cbp->tbd[i].tb_addr = htole32(segs[i].ds_addr); in fxp_encap()
1614 cbp->tbd[i].tb_size = htole32(segs[i].ds_len); in fxp_encap()
1620 cbp->tbd[nseg].tb_size |= htole32(0x8000); in fxp_encap()
1625 cbp->tbd[-1].tb_size = htole32(m->m_pkthdr.tso_segsz << 16); in fxp_encap()
1626 cbp->tbd[1].tb_size |= htole32(tcp_payload << 16); in fxp_encap()
1773 txp->tx_cb->tbd[0].tb_addr = 0; in fxp_txeof()
2224 txp[i].tx_cb->tbd[0].tb_addr = 0; in fxp_stop()
2527 htole32(FXP_TXCB_DMA_ADDR(sc, &tcbp[i].tbd[2])); in fxp_init_body()
[all …]
/NextBSD/sys/dev/patm/
HDif_patm_tx.c565 struct idt_tbd *tbd = NULL; in patm_load_txbuf() local
607 tbd = &scd->scq[scd->tail]; in patm_load_txbuf()
609 tbd->flags = htole32(w1); in patm_load_txbuf()
610 tbd->addr = htole32(segs->ds_addr); in patm_load_txbuf()
611 tbd->aal5 = htole32(w3); in patm_load_txbuf()
612 tbd->hdr = htole32(a->hdr); in patm_load_txbuf()
/NextBSD/sys/fs/nandfs/
HDnandfs_segment.c425 struct buf *bp, *tbd; in nandfs_iterate_dirty_buf() local
436 TAILQ_FOREACH_SAFE(bp, &bo->bo_dirty.bv_hd, b_bobufs, tbd) { in nandfs_iterate_dirty_buf()
913 struct buf *bp, *tbd; in nandfs_invalidate_bufs() local
922 TAILQ_FOREACH_SAFE(bp, &bo->bo_clean.bv_hd, b_bobufs, tbd) { in nandfs_invalidate_bufs()
/NextBSD/sys/dev/en/
HDmidway.c966 uint32_t tbd[2]; in en_start() local
1049 tbd[0] = htobe32(MID_TBD_MK1((flags & TX_AAL5) ? in en_start()
1052 tbd[1] = htobe32(MID_TBD_MK2(vci, 0, 0)); in en_start()
1055 bcopy(tbd, m->m_data, MID_TBD_SIZE); in en_start()
/NextBSD/contrib/ncurses/misc/
HDterminfo.src19482 # Modgraph from Nancy L. Cider <nancyc@brl-tbd>
19483 # BUG NOTE from Barbara E. Ringers <barb@brl-tbd>: