Lines Matching refs:txq_outptr
1260 if (txq->txq_outptr + buflen > GE_TXBUF_SIZE) {
1261 txq->txq_ei_gapcount += GE_TXBUF_SIZE - txq->txq_outptr;
1262 txq->txq_outptr = 0;
1269 if (txq->txq_nactive > 0 && txq->txq_outptr <= txq->txq_inptr &&
1270 txq->txq_outptr + buflen > txq->txq_inptr) {
1290 (char *)txq->txq_buf_mem.gdm_kva + (int)txq->txq_outptr);
1292 txq->txq_outptr, buflen, BUS_DMASYNC_PREWRITE);
1293 txd->ed_bufptr = htogt32(txq->txq_buf_busaddr + txq->txq_outptr);
1315 txq->txq_outptr += buflen;
1506 txq->txq_outptr = 0;