.TH "ei_tx_intr" 9 "ei_tx_intr" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME ei_tx_intr \- transmit interrupt handler .SH SYNOPSIS .B "void" ei_tx_intr .BI "(struct net_device *" dev ");" .SH ARGUMENTS .IP "dev" 12 network device for which tx intr is handled .SH "WE HAVE FINISHED A TRANSMIT" check for errors and then trigger the next packet to be sent. Called with lock held.