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

  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 726 struct gmac_txdb *txdb,
730 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb),
738 struct gmac_txdb *txdb,
742 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb),
1716 struct gmac_txdb *txdb; local in function:bcmeth_txq_reset
1717 for (txdb = txq->txq_first; txdb < txq->txq_last - 1; txdb++)
    [all...]
bcm53xx_eth.c 726 struct gmac_txdb *txdb,
730 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb),
738 struct gmac_txdb *txdb,
742 (txdb - txq->txq_first) * sizeof(*txdb), count * sizeof(*txdb),
1716 struct gmac_txdb *txdb; local in function:bcmeth_txq_reset
1717 for (txdb = txq->txq_first; txdb < txq->txq_last - 1; txdb++)
    [all...]

Completed in 25 milliseconds