Go to the source code of this file.
|
enum | pcnet32_desc_status_bit { DescOwn = (1 << 15),
StartOfPacket = (1 << 9),
EndOfPacket = (1 << 8)
} |
|
enum | pcnet32_register_content {
RxInt = (1 << 10),
TxInt = (1 << 9),
InitDone = (1 << 8),
IntFlag = (1 << 7),
IntEnable = (1 << 6),
TxDemand = (1 << 3),
Stop = (1 << 2),
Strt = (1 << 1),
Init = (1 << 0),
BablMask = (1 << 14),
MissFrameMask = (1 << 12),
MemErrMask = (1 << 11),
RxIntMask = (1 << 10),
TxIntMask = (1 << 9),
InitDoneMask = (1 << 8)
} |
|
◆ _PCNET32_H_
◆ PCNET32_LOG_TX_BUFFERS
#define PCNET32_LOG_TX_BUFFERS 4 |
◆ PCNET32_LOG_RX_BUFFERS
#define PCNET32_LOG_RX_BUFFERS 5 |
◆ PCNET32_LOG_MAX_TX_BUFFERS
#define PCNET32_LOG_MAX_TX_BUFFERS 9 |
◆ PCNET32_LOG_MAX_RX_BUFFERS
#define PCNET32_LOG_MAX_RX_BUFFERS 9 |
◆ TX_RING_SIZE
◆ TX_MAX_RING_SIZE
◆ RX_RING_SIZE
◆ RX_MAX_RING_SIZE
◆ RX_RING_BYTES
◆ TX_RING_BYTES
◆ PKT_BUF_SIZE
#define PKT_BUF_SIZE 1536 |
◆ RX_RING_ALIGN
◆ TX_RING_ALIGN
◆ INIT_BLOCK_ALIGN
#define INIT_BLOCK_ALIGN 32 |
◆ PCNET32_WIO_RDP
#define PCNET32_WIO_RDP 0x10 |
◆ PCNET32_WIO_RAP
#define PCNET32_WIO_RAP 0x12 |
◆ PCNET32_WIO_RESET
#define PCNET32_WIO_RESET 0x14 |
◆ PCNET32_WIO_BDP
#define PCNET32_WIO_BDP 0x16 |
◆ PCNET32_DWIO_RDP
#define PCNET32_DWIO_RDP 0x10 |
◆ PCNET32_DWIO_RAP
#define PCNET32_DWIO_RAP 0x14 |
◆ PCNET32_DWIO_RESET
#define PCNET32_DWIO_RESET 0x18 |
◆ PCNET32_DWIO_BDP
#define PCNET32_DWIO_BDP 0x1C |
◆ PCNET32_PORT_AUI
#define PCNET32_PORT_AUI 0x00 |
◆ PCNET32_PORT_10BT
#define PCNET32_PORT_10BT 0x01 |
◆ PCNET32_PORT_GPSI
#define PCNET32_PORT_GPSI 0x02 |
◆ PCNET32_PORT_MII
#define PCNET32_PORT_MII 0x03 |
◆ PCNET32_PORT_PORTSEL
#define PCNET32_PORT_PORTSEL 0x03 |
◆ PCNET32_PORT_ASEL
#define PCNET32_PORT_ASEL 0x04 |
◆ PCNET32_PORT_100
#define PCNET32_PORT_100 0x40 |
◆ PCNET32_PORT_FD
#define PCNET32_PORT_FD 0x80 |
◆ PCNET32_SWSTYLE_LANCE
#define PCNET32_SWSTYLE_LANCE 0x00 |
◆ PCNET32_SWSTYLE_ILACC
#define PCNET32_SWSTYLE_ILACC 0x01 |
◆ PCNET32_SWSTYLE_PCNET32
#define PCNET32_SWSTYLE_PCNET32 0x02 |
◆ PCNET32_MAX_PHYS
#define PCNET32_MAX_PHYS 32 |
◆ PCI_VENDOR_ID_AT
#define PCI_VENDOR_ID_AT 0x1259 |
◆ PCI_SUBDEVICE_ID_AT_2700FX
#define PCI_SUBDEVICE_ID_AT_2700FX 0x2701 |
◆ PCI_SUBDEVICE_ID_AT_2701FX
#define PCI_SUBDEVICE_ID_AT_2701FX 0x2703 |
◆ pcnet32_desc_status_bit
Enumerator |
---|
DescOwn | |
StartOfPacket | |
EndOfPacket | |
Definition at line 152 of file pcnet32.h.
◆ pcnet32_register_content
Enumerator |
---|
RxInt | |
TxInt | |
InitDone | |
IntFlag | |
IntEnable | |
TxDemand | |
Stop | |
Strt | |
Init | |
BablMask | |
MissFrameMask | |
MemErrMask | |
RxIntMask | |
TxIntMask | |
InitDoneMask | |
Definition at line 158 of file pcnet32.h.
◆ FILE_LICENCE()
FILE_LICENCE |
( |
GPL2_OR_LATER |
| ) |
|