.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "TX_INTR_HANDLER" "9" "09 October 2005" "" "" .SH NAME tx_intr_handler \- Transmit interrupt handler .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void tx_intr_handler (struct s2io_nic * \fInic\fB); \fR .SH "ARGUMENTS" .TP \fB\fInic\fB\fR device private variable .SH "DESCRIPTION" .PP If an interrupt was raised to indicate DMA complete of the Tx packet, this function is called. It identifies the last TxD whose buffer was freed and frees all skbs whose data have already DMA'ed into the NICs internal memory. .SH "RETURN VALUE" .PP NONE