The
HyperNews
Linux KHG
Discussion Pages
|
Next-in-Thread
|
Next Response
|
Previous Response
|
Next Thread
|
Re: Transmit function
-
Base:
Device Drivers
Re:
Re: Network Device Drivers (Paul Gortmaker)
Re:
Transmit function (Joerg Schorr)
Keywords: network driver prototype functions
Date: Fri, 31 May 1996 23:55:18 GMT
From: unknown (Paul Gortmaker)
The wd driver is not a complete driver by itself. It uses the
code in 8390.c to do most of the work. The function ei_transmit()
in 8390.c is what is linked to dev->hard_start_xmit(), and then
ei_transmit will call ei_block_output() which in this case is
pointing at wd_block_output().
Paul.
Responses
[Embed Depth:
1
2
3
All]
[Outline Depth:
1
2
3
9
All]
- 1.
Skbuff (Joerg Schorr)