Searched refs:tbd (Results 1 – 7 of 7) sorted by relevance
862 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...]
93 struct tx_bd_long *tbd; in bnxt_isc_txd_encap() local111 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()
1351 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; in bwi_start_locked() local1360 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() local1412 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 …]
300 struct fxp_tbd tbd[FXP_NTXSEG + 1]; member304 #define tbd tx_cb_u.tbd macro
1584 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()
927 # Xcode 15 offers only a macOS Sonoma SDK, which has a .tbd931 # libraries, so the OS provides SDKs that include a .tbd file
23385 # Modgraph from Nancy L. Cider <nancyc@brl-tbd>23386 # BUG NOTE from Barbara E. Ringers <barb@brl-tbd>: