Searched refs:tbd (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/dev/et/
H A Dif_et.c867 struct et_txbuf_data *tbd; local
1024 tbd = &sc->sc_tx_data;
1027 &tbd->tbd_buf[i].tb_dmap);
1047 struct et_txbuf_data *tbd; local
1087 tbd = &sc->sc_tx_data;
1089 if (tbd->tbd_buf[i].tb_dmap) {
1091 tbd->tbd_buf[i].tb_dmap);
1092 tbd->tbd_buf[i].tb_dmap = NULL;
1377 struct et_txbuf_data *tbd; local
1398 tbd
1500 struct et_txbuf_data *tbd; local
1683 struct et_txbuf_data *tbd; local
2155 struct et_txbuf_data *tbd; local
2252 struct et_txbuf_data *tbd; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddummy-frame.c278 struct dummy_frame *tbd = (*stack); local
280 regcache_xfree (tbd->regcache);
281 xfree (tbd);
/freebsd-10-stable/sys/dev/bwi/
H A Dif_bwi.c1378 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; local
1389 idx = tbd->tbd_idx;
1391 while (tbd->tbd_buf[idx].tb_mbuf == NULL) {
1418 tbd->tbd_used++;
1423 if (tbd->tbd_used + BWI_TX_NSPRDESC >= BWI_TX_NDESC) {
1428 tbd->tbd_idx = idx;
1442 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; local
1452 idx = tbd->tbd_idx;
1453 KASSERT(tbd->tbd_buf[idx].tb_mbuf == NULL, ("slot %d not empty", idx));
1469 if (++tbd
2242 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[i]; local
2305 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[i]; local
2357 struct bwi_txbuf_data *tbd; local
2799 struct bwi_txbuf_data *tbd; local
2946 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; local
3137 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; local
3337 struct bwi_txbuf_data *tbd; local
[all...]
/freebsd-10-stable/sys/dev/fxp/
H A Dif_fxpreg.h297 struct fxp_tbd tbd[FXP_NTXSEG + 1]; member in union:fxp_cb_tx::__anon8692
301 #define tbd tx_cb_u.tbd macro
H A Dif_fxp.c1608 cbp->tbd[i + 1].tb_addr = htole32(segs[i].ds_addr);
1609 cbp->tbd[i + 1].tb_size = htole32(segs[i].ds_len);
1611 cbp->tbd[i].tb_addr = htole32(segs[i].ds_addr);
1612 cbp->tbd[i].tb_size = htole32(segs[i].ds_len);
1618 cbp->tbd[nseg].tb_size |= htole32(0x8000);
1623 cbp->tbd[-1].tb_size = htole32(m->m_pkthdr.tso_segsz << 16);
1624 cbp->tbd[1].tb_size |= htole32(tcp_payload << 16);
1771 txp->tx_cb->tbd[0].tb_addr = 0;
2219 txp[i].tx_cb->tbd[0].tb_addr = 0;
2521 htole32(FXP_TXCB_DMA_ADDR(sc, &tcbp[i].tbd[
[all...]
/freebsd-10-stable/sys/dev/wl/
H A Dif_wl.c677 printf("tbd at %04x:\n ", OFFSET_TBD);
879 * the scp, iscp, scb, cb, tbd, and tbuf.
890 tbd_t tbd; local
941 tbd.act_count = 0;
942 tbd.next_tbd_offset = I82586NULL;
943 tbd.buffer_addr = 0;
944 tbd.buffer_base = 0;
946 outsw(PIOP1(base), &tbd, sizeof(tbd_t)/2); local
2234 tbd_t tbd; local
2240 insw(PIOP1(base), &tbd, sizeo local
[all...]
/freebsd-10-stable/sys/dev/patm/
H A Dif_patm_tx.c564 struct idt_tbd *tbd = NULL; local
606 tbd = &scd->scq[scd->tail];
608 tbd->flags = htole32(w1);
609 tbd->addr = htole32(segs->ds_addr);
610 tbd->aal5 = htole32(w3);
611 tbd->hdr = htole32(a->hdr);
/freebsd-10-stable/sys/fs/nandfs/
H A Dnandfs_segment.c425 struct buf *bp, *tbd; local
436 TAILQ_FOREACH_SAFE(bp, &bo->bo_dirty.bv_hd, b_bobufs, tbd) {
918 struct buf *bp, *tbd; local
927 TAILQ_FOREACH_SAFE(bp, &bo->bo_clean.bv_hd, b_bobufs, tbd) {
/freebsd-10-stable/sys/dev/en/
H A Dmidway.c965 uint32_t tbd[2]; local
1048 tbd[0] = htobe32(MID_TBD_MK1((flags & TX_AAL5) ?
1051 tbd[1] = htobe32(MID_TBD_MK2(vci, 0, 0));
1054 bcopy(tbd, m->m_data, MID_TBD_SIZE);

Completed in 143 milliseconds