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

/freebsd-13-stable/sys/dev/et/
H A Dif_et.c875 struct et_txbuf_data *tbd; local
1032 tbd = &sc->sc_tx_data;
1035 &tbd->tbd_buf[i].tb_dmap);
1055 struct et_txbuf_data *tbd; local
1095 tbd = &sc->sc_tx_data;
1097 if (tbd->tbd_buf[i].tb_dmap) {
1099 tbd->tbd_buf[i].tb_dmap);
1100 tbd->tbd_buf[i].tb_dmap = NULL;
1385 struct et_txbuf_data *tbd; local
1406 tbd
1508 struct et_txbuf_data *tbd; local
1687 struct et_txbuf_data *tbd; local
2159 struct et_txbuf_data *tbd; local
2256 struct et_txbuf_data *tbd; local
[all...]
/freebsd-13-stable/sys/dev/bnxt/
H A Dbnxt_txrx.c96 struct tx_bd_long *tbd; local
113 tbd = &((struct tx_bd_long *)txr->vaddr)[pi->ipi_new_pidx];
116 tbd->opaque = ((pi->ipi_nsegs + need_hi) << 24) | pi->ipi_new_pidx;
117 tbd->len = htole16(pi->ipi_segs[seg].ds_len);
118 tbd->addr = htole64(pi->ipi_segs[seg++].ds_addr);
162 tbd->flags_type = htole16(flags_type);
164 tbd = &((struct tx_bd_long *)txr->vaddr)[pi->ipi_new_pidx];
165 tbd->len = htole16(pi->ipi_segs[seg].ds_len);
166 tbd->addr = htole64(pi->ipi_segs[seg].ds_addr);
170 tbd
[all...]
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c1350 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; local
1359 idx = tbd->tbd_idx;
1361 while (tbd->tbd_buf[idx].tb_mbuf == NULL &&
1362 tbd->tbd_used + BWI_TX_NSPRDESC < BWI_TX_NDESC &&
1385 tbd->tbd_used++;
1389 tbd->tbd_idx = idx;
1401 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; local
1410 idx = tbd->tbd_idx;
1411 KASSERT(tbd->tbd_buf[idx].tb_mbuf == NULL, ("slot %d not empty", idx));
1426 tbd
2212 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[i]; local
2275 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[i]; local
2327 struct bwi_txbuf_data *tbd; local
2768 struct bwi_txbuf_data *tbd; local
2914 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; local
3105 struct bwi_txbuf_data *tbd = &sc->sc_tx_bdata[BWI_TX_DATA_RING]; local
3305 struct bwi_txbuf_data *tbd; local
[all...]
/freebsd-13-stable/sys/dev/fxp/
H A Dif_fxpreg.h302 struct fxp_tbd tbd[FXP_NTXSEG + 1]; member in union:fxp_cb_tx::__anon12141
306 #define tbd tx_cb_u.tbd macro
H A Dif_fxp.c1615 cbp->tbd[i + 1].tb_addr = htole32(segs[i].ds_addr);
1616 cbp->tbd[i + 1].tb_size = htole32(segs[i].ds_len);
1618 cbp->tbd[i].tb_addr = htole32(segs[i].ds_addr);
1619 cbp->tbd[i].tb_size = htole32(segs[i].ds_len);
1625 cbp->tbd[nseg].tb_size |= htole32(0x8000);
1631 cbp->tbd[1].tb_size |= htole32(tcp_payload << 16);
1778 txp->tx_cb->tbd[0].tb_addr = 0;
2227 txp[i].tx_cb->tbd[0].tb_addr = 0;
2529 htole32(FXP_TXCB_DMA_ADDR(sc, &tcbp[i].tbd[2]));
2532 htole32(FXP_TXCB_DMA_ADDR(sc, &tcbp[i].tbd[
[all...]

Completed in 68 milliseconds