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.rs691 struct TransimitRegs { struct
692 tdbal0: Volatile<u32>, //0x03800
693 tdbah0: Volatile<u32>, //0x03804
694 tdlen0: Volatile<u32>, //0x03808
695 tdlen_algin: ReadOnly<u32>, //0x0380c
696 tdh0: Volatile<u32>, //0x03810
697 tdh_align: ReadOnly<u32>, //0x03814
698 tdt0: Volatile<u32>, //0x03818
699 tdt_align: ReadOnly<u32>, //0x0381c
700 tidv: Volatile<u32>, //0x03820
[all …]