1. NAME

z8530_tx_begin - Begin packet transmission

2. SYNOPSIS

void z8530_tx_begin(struct z8530_channel *  c );

3. ARGUMENTS

c
    The Z8530 channel to kick

4. DESCRIPTION

This is the speed sensitive side of transmission. If we are called and no buffer is being transmitted we commence the next buffer. If nothing is queued we idle the sync.

5. NOTE

We are handling this code path in the interrupt path, keep it fast or bad things will happen.

Called with the lock held.

6. AUTHOR

Alan Cox <>
    Author.

7. COPYRIGHT