Public Attributes | |
| unsigned char | buf [DEV_ETHER_BUFFER_SIZE] |
| unsigned char | mac [6] |
| int | status |
| int | packet_len |
| struct interrupt | irq |
Definition at line 51 of file dev_ether.cc.
| unsigned char ether_data::buf[DEV_ETHER_BUFFER_SIZE] |
Definition at line 52 of file dev_ether.cc.
Referenced by DEVICE_ACCESS(), and framebuffer_blockcopyfill().
| struct interrupt ether_data::irq |
Definition at line 58 of file dev_ether.cc.
Referenced by DEVICE_ACCESS(), DEVICE_TICK(), and DEVINIT().
| unsigned char ether_data::mac[6] |
Definition at line 53 of file dev_ether.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
| int ether_data::packet_len |
Definition at line 56 of file dev_ether.cc.
Referenced by DEVICE_ACCESS().
| int ether_data::status |
Definition at line 55 of file dev_ether.cc.
Referenced by DEVICE_ACCESS(), and DEVICE_TICK().
1.8.17