POK
|
RTL8029 driver. More...
Go to the source code of this file.
Functions | |
void | rtl8029_read (pok_port_id_t port_id, void *data, uint32_t len) |
Reads data from the corresponding network stack. | |
void | rtl8029_write (pok_port_id_t port_id, const void *data, uint32_t len) |
Send data to the interface. | |
void | rtl8029_polling () |
Polls rtl8029 device. | |
void | rtl8029_init () |
Initializes rtl8029 device. |
void rtl8029_init | ( | ) |
Initializes rtl8029 device.
Seeks and registers PCI interface, set configuration and fills the dev structure.
Definition at line 382 of file rtl8029.c.
void rtl8029_polling | ( | ) |
Polls rtl8029 device.
Watches for events, typically for receiving queued packets.
Definition at line 279 of file rtl8029.c.
void rtl8029_read | ( | pok_port_id_t | port_id, |
void * | data, | ||
uint32_t | len | ||
) |
Reads data from the corresponding network stack.
Reads enqueued data in the stack partition.
Definition at line 146 of file rtl8029.c.
void rtl8029_write | ( | pok_port_id_t | port_id, |
const void * | data, | ||
uint32_t | len | ||
) |
Send data to the interface.
Writes data to be sent to network.
Definition at line 187 of file rtl8029.c.