|
iPXE
|
#include <jme.h>
Data Fields | |
| volatile unsigned long | status |
| unsigned long | buf1sz:11 |
| unsigned long | buf2sz:11 |
| unsigned long | control:10 |
| unsigned char * | buf1addr |
| unsigned char * | buf2addr |
| union { | |
| uint8_t all [16] | |
| uint32_t dw [4] | |
| struct { | |
| uint16_t rsv2 | |
| uint8_t rsv1 | |
| uint8_t flags | |
| uint16_t datalen | |
| uint16_t wbcpl | |
| uint32_t bufaddrh | |
| uint32_t bufaddrl | |
| } desc1 | |
| struct { | |
| uint16_t vlan | |
| uint16_t flags | |
| uint16_t framesize | |
| uint8_t errstat | |
| uint8_t desccnt | |
| uint32_t rsshash | |
| uint8_t hashfun | |
| uint8_t hashtype | |
| uint16_t resrv | |
| } descwb | |
| }; | |
| volatile unsigned long rxdesc::status |
Definition at line 110 of file davicom.c.
Referenced by prism2_poll().
| uint32_t rxdesc::dw[4] |
Definition at line 150 of file jme.h.
Referenced by jme_set_clean_rxdesc().
| struct { ... } rxdesc::desc1 |
Referenced by jme_set_clean_rxdesc().
| struct { ... } rxdesc::descwb |
Referenced by jme_alloc_and_feed_iob(), and jme_process_receive().
| union { ... } |
1.8.15