ei_tx_timeout(9)
NAME
ei_tx_timeout - handle transmit time out condition
SYNOPSIS
void ei_tx_timeout (struct net_device *dev);
ARGUMENTS
- dev network device which has apparently fallen
- asleep
DESCRIPTION
- Called by kernel when device never acknowledges a transmit
has completed (or failed) - i.e. never posted a Tx related
interrupt.