#include <stddef.h>
#include <stdlib.h>
#include <device.h>
#include <bufpool.h>
#include <ether.h>
#include <bcm4713.h>
#include <interrupt.h>
#include <string.h>

Go to the source code of this file.
Functions | |
| devcall | etherWrite (device *pdev, void *buf, uint len) |
| Write a packet to the ethernet device. | |
Definition in file etherWrite.c.
Write a packet to the ethernet device.
| pdev | device table entry | |
| buf | packet buffer | |
| len | size of the buffer |
Definition at line 25 of file etherWrite.c.
References control(), disable, getbuf(), memcpy(), NULL, restore, and SYSERR.

1.5.5