Subversion Repositories Kolibri OS

Rev

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

Rev 3340 Rev 3346
Line 19... Line 19...
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
19
;;          GNU GENERAL PUBLIC LICENSE                             ;;
20
;;             Version 2, June 1991                                ;;
20
;;             Version 2, June 1991                                ;;
21
;;                                                                 ;;
21
;;                                                                 ;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
$Revision: 3340 $
24
$Revision: 3346 $
25
 
25
 
26
uglobal
26
uglobal
27
        net_10ms        dd ?
27
        net_10ms        dd ?
Line 146... Line 146...
146
        bytes_tx        dq ?    ; Statistics, updated by the driver
146
        bytes_tx        dq ?    ; Statistics, updated by the driver
147
        bytes_rx        dq ?    ;
147
        bytes_rx        dq ?    ;
148
        packets_tx      dd ?    ;
148
        packets_tx      dd ?    ;
149
        packets_rx      dd ?    ;
149
        packets_rx      dd ?    ;
Line -... Line 150...
-
 
150
 
150
 
151
        state           dd ?    ; link state (0 = no link)
Line 151... Line 152...
151
;       hwacc           dd ?    ; bitmask stating available hardware accelerations (offload engines)
152
        hwacc           dd ?    ; bitmask stating enabled HW accelerations (offload engines)
Line 152... Line 153...
152
 
153
 
Line 288... Line 289...
288
 
289
 
289
 
290
 
Line -... Line 291...
-
 
291
align 4
-
 
292
NET_link_changed:
290
align 4
293
 
291
NET_link_changed:
294
        DEBUGF  1,"NET_link_changed: %x\n", ebx
Line -... Line 295...
-
 
295
 
-
 
296
align 4
292
 
297
NET_send_event:
293
align 4
298
 
294
NET_send_event:
299
        DEBUGF  1,"NET_send_event\n"
295
 
300
 
296
; Send event to all applications
301
; Send event to all applications