MC32_START_TRANSCEIVER

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

mc32_start_transceiver - tell board to restart tx/rx  

SYNOPSIS

"SYNOPSIS"

void mc32_start_transceiver (struct net_device * dev);  

ARGUMENTS

dev
The 3c527 card to issue the command to
 

DESCRIPTION

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.

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:45 GMT, October 06, 2005