.\" 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 "MC32_START_TRANSCEIVER" "" "06 October 2005" "" "" .SH NAME mc32_start_transceiver \- tell board to restart tx/rx .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void mc32_start_transceiver (struct net_device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR The 3c527 card to issue the command to .SH "DESCRIPTION" .PP This may be called from the interrupt state, where it is used to restart the rx ring if the card runs out of rx buffers. .PP First, we check if it's ok to start the transceiver. We then show the card where to start in the rx ring and issue the commands to start reception and transmission. We don't wait around for these to complete.