Lines Matching defs:txc
1117 struct ste_chain *txc;
1259 txc = &sc->ste_cdata.ste_tx_chain[i];
1260 txc->ste_ptr = NULL;
1261 txc->ste_mbuf = NULL;
1262 txc->ste_next = NULL;
1263 txc->ste_phys = 0;
1264 txc->ste_map = NULL;
1266 &txc->ste_map);
1302 struct ste_chain *txc;
1309 txc = &sc->ste_cdata.ste_tx_chain[i];
1310 if (txc->ste_map != NULL) {
1312 txc->ste_map);
1313 txc->ste_map = NULL;
1804 ste_encap(struct ste_softc *sc, struct mbuf **m_head, struct ste_chain *txc)
1816 txc->ste_map, *m_head, txsegs, &nsegs, 0);
1826 txc->ste_map, *m_head, txsegs, &nsegs, 0);
1839 bus_dmamap_sync(sc->ste_cdata.ste_tx_tag, txc->ste_map,
1842 desc = txc->ste_ptr;
1859 txc->ste_mbuf = *m_head;