Linux Kernel
3.7.1
|
Data Fields | |
u8 | txb [4] |
__le16 | txw [2] |
union ks_tx_hdr - tx header data : The header as bytes : The header as 16bit, little-endian words
A dual representation of the tx header data to allow access to individual bytes, and to allow 16bit accesses with 16bit alignment.
Definition at line 377 of file ks8851_mll.c.
u8 txb[4] |
Definition at line 378 of file ks8851_mll.c.
__le16 txw[2] |
Definition at line 379 of file ks8851_mll.c.