/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...] |