Subversion Repositories Kolibri OS

Rev

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

Rev 8994 Rev 9017
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 4588... Line 4588...
4588
 
4588
 
4589
---------------------- Constants for registers: ----------------------
4589
---------------------- Constants for registers: ----------------------
4590
  eax - SF_NETWORK_GET (74)
4590
  eax - SF_NETWORK_GET (74)
4591
   bl - SSF_LINK_STATUS (10)
4591
   bl - SSF_LINK_STATUS (10)
-
 
4592
======================================================================
-
 
4593
==== Function 74, Subfunction 11, Get TX error packets counter. ======
-
 
4594
======================================================================
-
 
4595
Parameters:
-
 
4596
  * eax = 74 - function number
-
 
4597
  * bl = 11 - subfunction number
-
 
4598
  * bh = device number
-
 
4599
Returned value:
-
 
4600
  * eax = Number of erroneous packets received since device start, -1 on error
-
 
4601
 
-
 
4602
---------------------- Constants for registers: ----------------------
-
 
4603
  eax - SF_NETWORK_GET (74)
-
 
4604
   bl - SSF_TX_PACKET_ERROR_COUNT (11)   
-
 
4605
======================================================================
-
 
4606
=== Function 74, Subfunction 12, Get TX dropped packets counter. =====
-
 
4607
======================================================================
-
 
4608
Parameters:
-
 
4609
  * eax = 74 - function number
-
 
4610
  * bl = 12 - subfunction number
-
 
4611
  * bh = device number
-
 
4612
Returned value:
-
 
4613
  * eax = Number of dropped packets since device start, -1 on error
-
 
4614
 
-
 
4615
---------------------- Constants for registers: ----------------------
-
 
4616
  eax - SF_NETWORK_GET (74)
-
 
4617
   bl - SSF_TX_PACKET_DROP_COUNT (12)    
-
 
4618
======================================================================
-
 
4619
==== Function 74, Subfunction 13, Get TX missed packets counter. =====
-
 
4620
======================================================================
-
 
4621
Parameters:
-
 
4622
  * eax = 74 - function number
-
 
4623
  * bl = 13 - subfunction number
-
 
4624
  * bh = device number
-
 
4625
Returned value:
-
 
4626
  * eax = Number of missed packets since device start, -1 on error
-
 
4627
 
-
 
4628
---------------------- Constants for registers: ----------------------
-
 
4629
  eax - SF_NETWORK_GET (74)
-
 
4630
   bl - SSF_TX_PACKET_MISS_COUNT (13)    
-
 
4631
   ======================================================================
-
 
4632
==== Function 74, Subfunction 14, Get RX error packets counter. ======
-
 
4633
======================================================================
-
 
4634
Parameters:
-
 
4635
  * eax = 74 - function number
-
 
4636
  * bl = 14 - subfunction number
-
 
4637
  * bh = device number
-
 
4638
Returned value:
-
 
4639
  * eax = Number of erroneous packets received since device start, -1 on error
-
 
4640
 
-
 
4641
---------------------- Constants for registers: ----------------------
-
 
4642
  eax - SF_NETWORK_GET (74)
-
 
4643
   bl - SSF_RX_PACKET_ERROR_COUNT (14)   
-
 
4644
======================================================================
-
 
4645
=== Function 74, Subfunction 15, Get RX dropped packets counter. =====
-
 
4646
======================================================================
-
 
4647
Parameters:
-
 
4648
  * eax = 74 - function number
-
 
4649
  * bl = 15 - subfunction number
-
 
4650
  * bh = device number
-
 
4651
Returned value:
-
 
4652
  * eax = Number of dropped packets since device start, -1 on error
-
 
4653
 
-
 
4654
---------------------- Constants for registers: ----------------------
-
 
4655
  eax - SF_NETWORK_GET (74)
-
 
4656
   bl - SSF_RX_PACKET_DROP_COUNT (12)    
-
 
4657
======================================================================
-
 
4658
==== Function 74, Subfunction 16, Get RX missed packets counter. =====
-
 
4659
======================================================================
-
 
4660
Parameters:
-
 
4661
  * eax = 74 - function number
-
 
4662
  * bl = 16 - subfunction number
-
 
4663
  * bh = device number
-
 
4664
Returned value:
-
 
4665
  * eax = Number of missed packets since device start, -1 on error
-
 
4666
 
-
 
4667
---------------------- Constants for registers: ----------------------
-
 
4668
  eax - SF_NETWORK_GET (74)
-
 
4669
   bl - SSF_RX_PACKET_MISS_COUNT (16)  
4592
======================================================================
4670
======================================================================
4593
============== Function 75, Subfunction 0, Open socket. ==============
4671
============== Function 75, Subfunction 0, Open socket. ==============
4594
======================================================================
4672
======================================================================
4595
Parameters:
4673
Parameters:
4596
  * eax = 75 - function number
4674
  * eax = 75 - function number