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