void mc32_start_transceiver (struct net_device * dev);
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.