.TH "ei_tx_timeout" 9 "ei_tx_timeout" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME ei_tx_timeout \- handle transmit time out condition .SH SYNOPSIS .B "void" ei_tx_timeout .BI "(struct net_device *" dev ");" .SH ARGUMENTS .IP "dev" 12 network device which has apparently fallen asleep .SH "DESCRIPTION" Called by kernel when device never acknowledges a transmit has completed (or failed) - i.e. never posted a Tx related interrupt.