Home
last modified time | relevance | path

Searched defs:TransimitRegs (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e.rs686 struct TransimitRegs { struct
687 tdbal0: Volatile<u32>, //0x03800
688 tdbah0: Volatile<u32>, //0x03804
689 tdlen0: Volatile<u32>, //0x03808
690 tdlen_algin: ReadOnly<u32>, //0x0380c
691 tdh0: Volatile<u32>, //0x03810
692 tdh_align: ReadOnly<u32>, //0x03814
693 tdt0: Volatile<u32>, //0x03818
694 tdt_align: ReadOnly<u32>, //0x0381c
695 tidv: Volatile<u32>, //0x03820
[all …]