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

  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 719 struct gmac_txdb *txdb,
723 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb),
731 struct gmac_txdb *txdb,
735 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb),
1709 struct gmac_txdb *txdb; local in function:bcmeth_txq_reset
1710 for (txdb = txq->txq_first; txdb < txq->txq_last - 1; txdb++)
    [all...]

Completed in 12 milliseconds