Home
last modified time | relevance | path

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

/freebsd/sys/dev/et/
H A Dif_et.c862 struct et_txbuf_data *tbd; in et_dma_alloc() local
1019 tbd = &sc->sc_tx_data; in et_dma_alloc()
1022 &tbd->tbd_buf[i].tb_dmap); in et_dma_alloc()
1041 struct et_txbuf_data *tbd; in et_dma_free() local
1081 tbd = &sc->sc_tx_data; in et_dma_free()
1083 if (tbd->tbd_buf[i].tb_dmap) { in et_dma_free()
1085 tbd->tbd_buf[i].tb_dmap); in et_dma_free()
1086 tbd->tbd_buf[i].tb_dmap = NULL; in et_dma_free()
1370 struct et_txbuf_data *tbd; in et_start_locked() local
1391 tbd in et_start_locked()
1492 struct et_txbuf_data *tbd; et_free_tx_ring() local
1670 struct et_txbuf_data *tbd; et_init_tx_ring() local
2142 struct et_txbuf_data *tbd; et_encap() local
2239 struct et_txbuf_data *tbd; et_txeof() local
[all...]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c93 struct tx_bd_long *tbd; in bnxt_isc_txd_encap() local
111 tbd = &((struct tx_bd_long *)txr->vaddr)[pi->ipi_new_pidx]; in bnxt_isc_txd_encap()
114 tbd->opaque = ((pi->ipi_nsegs + need_hi) << 24) | pi->ipi_new_pidx; in bnxt_isc_txd_encap()
115 tbd->len = htole16(pi->ipi_segs[seg].ds_len); in bnxt_isc_txd_encap()
116 tbd->addr = htole64(pi->ipi_segs[seg++].ds_addr); in bnxt_isc_txd_encap()
181 tbd->flags_type = htole16(flags_type); in bnxt_isc_txd_encap()
191 tbd = &((struct tx_bd_long *)txr->vaddr)[pi->ipi_new_pidx]; in bnxt_isc_txd_encap()
192 tbd->len = htole16(pi->ipi_segs[seg].ds_len); in bnxt_isc_txd_encap()
193 tbd->addr = htole64(pi->ipi_segs[seg].ds_addr); in bnxt_isc_txd_encap()
197 tbd->flags_type = htole16(flags_type); in bnxt_isc_txd_encap()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c1351 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; in bwi_start_locked() local
1360 idx = tbd->tbd_idx; in bwi_start_locked()
1362 while (tbd->tbd_buf[idx].tb_mbuf == NULL && in bwi_start_locked()
1363 tbd->tbd_used + BWI_TX_NSPRDESC < BWI_TX_NDESC && in bwi_start_locked()
1387 tbd->tbd_used++; in bwi_start_locked()
1391 tbd->tbd_idx = idx; in bwi_start_locked()
1403 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; in bwi_raw_xmit() local
1412 idx = tbd->tbd_idx; in bwi_raw_xmit()
1413 KASSERT(tbd->tbd_buf[idx].tb_mbuf == NULL, ("slot %d not empty", idx)); in bwi_raw_xmit()
1428 tbd->tbd_used++; in bwi_raw_xmit()
[all …]
/freebsd/sys/dev/fxp/
H A Dif_fxpreg.h300 struct fxp_tbd tbd[FXP_NTXSEG + 1]; member
304 #define tbd tx_cb_u.tbd macro
H A Dif_fxp.c1584 cbp->tbd[i + 1].tb_addr = htole32(segs[i].ds_addr); in fxp_encap()
1585 cbp->tbd[i + 1].tb_size = htole32(segs[i].ds_len); in fxp_encap()
1587 cbp->tbd[i].tb_addr = htole32(segs[i].ds_addr); in fxp_encap()
1588 cbp->tbd[i].tb_size = htole32(segs[i].ds_len); in fxp_encap()
1594 cbp->tbd[nseg].tb_size |= htole32(0x8000); in fxp_encap()
1600 cbp->tbd[1].tb_size |= htole32(tcp_payload << 16); in fxp_encap()
1747 txp->tx_cb->tbd[0].tb_addr = 0; in fxp_txeof()
2196 txp[i].tx_cb->tbd[0].tb_addr = 0; in fxp_stop()
2498 htole32(FXP_TXCB_DMA_ADDR(sc, &tcbp[i].tbd[2])); in fxp_init_body()
2501 htole32(FXP_TXCB_DMA_ADDR(sc, &tcbp[i].tbd[0])); in fxp_init_body()
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt927 # Xcode 15 offers only a macOS Sonoma SDK, which has a .tbd
931 # libraries, so the OS provides SDKs that include a .tbd file
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src23385 # Modgraph from Nancy L. Cider <nancyc@brl-tbd>
23386 # BUG NOTE from Barbara E. Ringers <barb@brl-tbd>: