Subversion Repositories Kolibri OS

Rev

Rev 5522 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5522 Rev 8896
Line 109... Line 109...
109
 
109
 
110
        unload          dd ?    ; Ptrs to driver functions
110
        unload          dd ?    ; Ptrs to driver functions
111
        reset           dd ?    ;
111
        reset           dd ?    ;
Line -... Line 112...
-
 
112
        transmit        dd ?    ;
-
 
113
 
-
 
114
        state           dd ?    ; link state (0 = no link)
112
        transmit        dd ?    ;
115
        hwacc           dd ?    ; bitmask stating enabled HW accelerations (offload engines)
113
 
116
 
-
 
117
        bytes_tx        dq ?    ; Statistics, updated by the driver
114
        bytes_tx        dq ?    ; Statistics, updated by the driver
118
        bytes_rx        dq ?    ;
-
 
119
 
115
        bytes_rx        dq ?    ;
120
        packets_tx      dd ?    ;
-
 
121
        packets_tx_err  dd ?    ; CRC errors, too long or too short frames
Line 116... Line 122...
116
        packets_tx      dd ?    ;
122
        packets_tx_drop dd ?    ;
117
        packets_rx      dd ?    ;
123
        packets_tx_ovr  dd ?    ; FIFO overrun
-
 
124
 
-
 
125
        packets_rx      dd ?    ;
Line 118... Line 126...
118
 
126
        packets_rx_err  dd ?    ; CRC errors, too long or too short frames
Line 119... Line 127...
119
        state           dd ?    ; link state (0 = no link)
127
        packets_rx_drop dd ?    ;