Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_cpl_io.c118 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; in send_flowc_wr() local
171 txsd->tx_credits = howmany(flowclen, 16); in send_flowc_wr()
172 txsd->plen = 0; in send_flowc_wr()
173 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0, in send_flowc_wr()
175 toep->tx_credits -= txsd->tx_credits; in send_flowc_wr()
602 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; in t4_push_frames() local
783 txsd->plen = plen; in t4_push_frames()
784 txsd->tx_credits = credits; in t4_push_frames()
785 txsd++; in t4_push_frames()
788 txsd = &toep->txsd[0]; in t4_push_frames()
[all …]
Dt4_tom.h161 struct ofld_tx_sdesc txsd[]; member
Dt4_tom.c179 len = offsetof(struct toepcb, txsd) + in alloc_toepcb()
/freebsd-10-stable/sys/dev/et/
Dif_et.c868 struct et_txstatus_data *txsd; in et_dma_alloc() local
889 txsd = &sc->sc_tx_status; in et_dma_alloc()
891 &txsd->txsd_dtag, (uint8_t **)&txsd->txsd_status, &txsd->txsd_dmap, in et_dma_alloc()
892 &txsd->txsd_paddr, "TX status block"); in et_dma_alloc()
1043 struct et_txstatus_data *txsd; in et_dma_free() local
1121 txsd = &sc->sc_tx_status; in et_dma_free()
1122 et_dma_ring_free(sc, &txsd->txsd_dtag, (void *)&txsd->txsd_status, in et_dma_free()
1123 &txsd->txsd_dmap); in et_dma_free()
1684 struct et_txstatus_data *txsd; in et_init_tx_ring() local
1696 txsd = &sc->sc_tx_status; in et_init_tx_ring()
[all …]
/freebsd-10-stable/sys/dev/cxgb/
Dcxgb_sge.c1289 struct tx_sw_desc *txsd = &txq->sdesc[txqs->pidx]; in write_wr_hdr_sgl() local
1320 txsd++; in write_wr_hdr_sgl()
1325 txsd = txq->sdesc; in write_wr_hdr_sgl()
1370 struct tx_sw_desc *txsd; in t3_encap() local
1381 txsd = &txq->sdesc[txq->pidx]; in t3_encap()
1396 busdma_map_sg_vec(txq->entry_tag, txsd->map, m0, segs, &nsegs); in t3_encap()
1400 if ((err = busdma_map_sg_collapse(txq->entry_tag, txsd->map, in t3_encap()
1412 txsd->m = m0; in t3_encap()
1527 txsd->m = NULL; in t3_encap()
1558 txsd->m = NULL; in t3_encap()
[all …]
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
Dqp.c1140 struct ofld_tx_sdesc *txsd; in creds() local
1148 txsd = &toep->txsd[toep->txsd_pidx]; in creds()
1149 txsd->tx_credits = howmany(wrsize, 16); in creds()
1150 txsd->plen = 0; in creds()
1151 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0, in creds()
1153 toep->tx_credits -= txsd->tx_credits; in creds()
1159 txsd->tx_credits, toep->tx_credits, toep->txsd_pidx); in creds()
/freebsd-10-stable/sys/dev/cxgbe/
Dt4_sge.c4100 struct tx_sdesc *txsd; in write_txpkt_vm_wr() local
4260 txsd = &txq->sdesc[eq->pidx]; in write_txpkt_vm_wr()
4261 txsd->m = m0; in write_txpkt_vm_wr()
4262 txsd->desc_used = ndesc; in write_txpkt_vm_wr()
4279 struct tx_sdesc *txsd; in write_txpkt_wr() local
4388 txsd = &txq->sdesc[eq->pidx]; in write_txpkt_wr()
4389 txsd->m = m0; in write_txpkt_wr()
4390 txsd->desc_used = ndesc; in write_txpkt_wr()
4472 struct tx_sdesc *txsd; in write_txpkts_wr() local
4568 txsd = &txq->sdesc[eq->pidx]; in write_txpkts_wr()
[all …]