|
Linux Kernel
3.7.1
|
#include <phy.h>
Data Fields | |
| union { | |
| struct { | |
| u16 _r_a:1 | |
| u16 smp_iport:1 | |
| u16 stp_iport:1 | |
| u16 ssp_iport:1 | |
| u16 _r_b:4 | |
| u16 _r_c:1 | |
| u16 smp_tport:1 | |
| u16 stp_tport:1 | |
| u16 ssp_tport:1 | |
| u16 _r_d:4 | |
| } | |
| u16 all | |
| }; | |
| union { ... } |
1.8.2