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

  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 90 struct gmac_txdb *txq_consumer; member in struct:bcmeth_txqueue
1337 txq->txq_consumer = descs;
1602 struct gmac_txdb *consumer = txq->txq_consumer;
1611 txq->txq_consumer = consumer;
1627 txq->txq_consumer = consumer;
1729 txq->txq_consumer = txq->txq_first;
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 123 volatile struct txbd *txq_consumer; member in struct:pq3etsec_txqueue
1852 txq->txq_consumer = descs;
2163 volatile struct txbd *consumer = txq->txq_consumer;
2174 txq->txq_consumer = consumer;
2186 txq->txq_consumer = consumer;
2312 txq->txq_consumer = txq->txq_first;

Completed in 40 milliseconds