Home
last modified time | relevance | path

Searched refs:MAX_TX_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/apple/
H A Dmace.c33 #define MAX_TX_ACTIVE 1 macro
571 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start()
789 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt()
798 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); in mace_interrupt()
H A Dbmac.c46 #define MAX_TX_ACTIVE 1 macro