Subversion Repositories Kolibri OS

Rev

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

Rev 9146 Rev 9147
Line 478... Line 478...
478
        inc     [ebx + device.packets_tx]
478
        inc     [ebx + device.packets_tx]
479
        mov     eax, [esi + NET_BUFF.length]
479
        mov     eax, [esi + NET_BUFF.length]
480
        add     dword[ebx + device.bytes_tx], eax
480
        add     dword[ebx + device.bytes_tx], eax
481
        adc     dword[ebx + device.bytes_tx + 4], 0
481
        adc     dword[ebx + device.bytes_tx + 4], 0
Line 482... Line 482...
482
 
482
 
483
        popf
483
        spin_unlock_irqrestore
484
        xor     eax, eax
484
        xor     eax, eax
Line 485... Line 485...
485
        ret
485
        ret
486
 
486