HomeSort by: relevance | last modified time | path
    Searched refs:txq_inptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
if_gfevar.h 75 unsigned int txq_inptr; /* start of 1st queued tx packet */ member in struct:gfe_txqueue
if_gfe.c 1245 txq->txq_inptr = gt32toh(txd2->ed_bufptr) - txq->txq_buf_busaddr;
1247 txq->txq_inptr += roundup(pktlen, dcache_line_size);
1272 if (txq->txq_nactive > 0 && txq->txq_outptr <= txq->txq_inptr &&
1273 txq->txq_outptr + buflen > txq->txq_inptr) {
1419 txq->txq_inptr = gt32toh(txd->ed_bufptr) - txq->txq_buf_busaddr;
1422 txq->txq_inptr, pktlen, BUS_DMASYNC_POSTWRITE);
1423 txq->txq_inptr += roundup(pktlen, dcache_line_size);
1508 txq->txq_inptr = GE_TXBUF_SIZE;

Completed in 33 milliseconds