Searched refs:txsd (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c110 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; local
163 txsd->tx_credits = howmany(flowclen, 16);
164 txsd->plen = 0;
165 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0,
167 toep->tx_credits -= txsd->tx_credits;
609 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; local
788 KASSERT(toep->txsd_avail > 0, ("%s: no txsd", __func__));
789 txsd
820 struct ofld_tx_sdesc *txsd; local
1669 struct ofld_tx_sdesc *txsd; local
[all...]
H A Dt4_tom.h129 struct ofld_tx_sdesc txsd[]; member in struct:toepcb
H A Dt4_tom.c143 len = offsetof(struct toepcb, txsd) +
/freebsd-10.2-release/sys/dev/et/
H A Dif_et.c868 struct et_txstatus_data *txsd; local
889 txsd = &sc->sc_tx_status;
891 &txsd->txsd_dtag, (uint8_t **)&txsd->txsd_status, &txsd->txsd_dmap,
892 &txsd->txsd_paddr, "TX status block");
1043 struct et_txstatus_data *txsd; local
1121 txsd = &sc->sc_tx_status;
1122 et_dma_ring_free(sc, &txsd->txsd_dtag, (void *)&txsd
1684 struct et_txstatus_data *txsd; local
1811 struct et_txstatus_data *txsd; local
[all...]
/freebsd-10.2-release/sys/dev/cxgb/
H A Dcxgb_sge.c1289 struct tx_sw_desc *txsd = &txq->sdesc[txqs->pidx]; local
1320 txsd++;
1325 txsd = txq->sdesc;
1370 struct tx_sw_desc *txsd; local
1381 txsd = &txq->sdesc[txq->pidx];
1396 busdma_map_sg_vec(txq->entry_tag, txsd->map, m0, segs, &nsegs);
1400 if ((err = busdma_map_sg_collapse(txq->entry_tag, txsd->map,
1412 txsd->m = m0;
1527 txsd->m = NULL;
1558 txsd
2129 struct tx_sw_desc *txsd; local
[all...]
/freebsd-10.2-release/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1069 struct ofld_tx_sdesc *txsd; local
1073 txsd = &toep->txsd[toep->txsd_pidx];
1074 txsd->tx_credits = howmany(wrsize, 16);
1075 txsd->plen = 0;
1076 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0,
1078 toep->tx_credits -= txsd->tx_credits;
1084 txsd->tx_credits, toep->tx_credits, toep->txsd_pidx);
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_sge.c3920 struct tx_sdesc *txsd; local
4029 txsd = &txq->sdesc[eq->pidx];
4030 txsd->m = m0;
4031 txsd->desc_used = ndesc;
4113 struct tx_sdesc *txsd; local
4209 txsd = &txq->sdesc[eq->pidx];
4210 txsd->m = m0;
4211 txsd->desc_used = ndesc;
4407 struct tx_sdesc *txsd; local
4420 txsd
[all...]

Completed in 75 milliseconds