.\" 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 "Z8530_RX_DONE" "9" "09 October 2005" "" ""
.SH NAME
z8530_rx_done \- Receive completion callback
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void z8530_rx_done (struct z8530_channel * \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
The channel that completed a receive
.SH "DESCRIPTION"
.PP
A new packet is complete. Our goal here is to get back into receive
mode as fast as possible. On the Z85230 we could change to using
ESCC mode, but on the older chips we have no choice. We flip to the
new buffer immediately in DMA mode so that the DMA of the next
frame can occur while we are copying the previous buffer to an sk_buff
.PP
Called with the lock held