Public Attributes | |
| uint64_t | reg [DEV_SGI_MEC_LENGTH/sizeof(uint64_t)] |
| struct interrupt | irq |
| unsigned char | macaddr [6] |
| unsigned char | cur_tx_packet [MAX_TX_PACKET_LEN] |
| int | cur_tx_packet_len |
| unsigned char * | cur_rx_packet |
| int | cur_rx_packet_len |
| uint64_t | rx_addr [N_RX_ADDRESSES] |
| int | cur_rx_addr_index_write |
| int | cur_rx_addr_index |
Definition at line 590 of file dev_sgi_ip32.cc.
| int sgi_mec_data::cur_rx_addr_index |
Definition at line 604 of file dev_sgi_ip32.cc.
| int sgi_mec_data::cur_rx_addr_index_write |
Definition at line 603 of file dev_sgi_ip32.cc.
| unsigned char* sgi_mec_data::cur_rx_packet |
Definition at line 599 of file dev_sgi_ip32.cc.
| int sgi_mec_data::cur_rx_packet_len |
Definition at line 600 of file dev_sgi_ip32.cc.
| unsigned char sgi_mec_data::cur_tx_packet[MAX_TX_PACKET_LEN] |
Definition at line 596 of file dev_sgi_ip32.cc.
| int sgi_mec_data::cur_tx_packet_len |
Definition at line 597 of file dev_sgi_ip32.cc.
| struct interrupt sgi_mec_data::irq |
Definition at line 593 of file dev_sgi_ip32.cc.
Referenced by dev_sgi_mec_init().
| unsigned char sgi_mec_data::macaddr[6] |
Definition at line 594 of file dev_sgi_ip32.cc.
Referenced by dev_sgi_mec_init().
| uint64_t sgi_mec_data::reg[DEV_SGI_MEC_LENGTH/sizeof(uint64_t)] |
Definition at line 591 of file dev_sgi_ip32.cc.
Referenced by DEVICE_ACCESS().
| uint64_t sgi_mec_data::rx_addr[N_RX_ADDRESSES] |
Definition at line 602 of file dev_sgi_ip32.cc.
1.8.13