#include "cfe.h"
#include "usbd.h"
#include "usbeth.h"
Go to the source code of this file.
◆ ALIGN
| #define ALIGN |
( |
|
n, |
|
|
|
align |
|
) |
| (((n)+((align)-1)) & ~((align)-1)) |
◆ CACHE_ALIGN
| #define CACHE_ALIGN 32 /* XXX place holder, big enough to now. */ |
◆ FAIL
◆ hexdump
| #define hexdump |
( |
|
src, |
|
|
|
srclen, |
|
|
|
rowlen, |
|
|
|
rows |
|
) |
| ((void)0) |
◆ usb_dma_alloc
◆ usb_dma_free
| #define usb_dma_free |
( |
|
p | ) |
(KFREE(p)) |
◆ USBETH_DEBUG
◆ USBETH_TRACE
| #define USBETH_TRACE |
( |
|
x, |
|
|
|
y ... |
|
) |
| ((void)0) |
◆ catc_softc_t
◆ anonymous enum
| Enumerator |
|---|
| VEN_NONE | |
| CATC_NM | |
| BELKIN_CATC | |
Definition at line 102 of file dev_usb_catc.c.
◆ usbcatc_driver
Initial value:=
{
"Ethernet Device",
catc_attach,
catc_detach
}
Definition at line 431 of file dev_usb_catc.c.
◆ usbcatcdrv
| const cfe_driver_t usbcatcdrv |
Initial value:=
{
"USB-Ethernet Device",
"eth",
CFE_DEV_NETWORK,
&catc_ether_dispatch,
}
Definition at line 334 of file dev_usb_catc.c.