MAX_TX_ACTIVE 568 drivers/net/ethernet/apple/mace.c if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { MAX_TX_ACTIVE 786 drivers/net/ethernet/apple/mace.c if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { MAX_TX_ACTIVE 795 drivers/net/ethernet/apple/mace.c } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE);