Changes between Version 22 and Version 23 of kernel_syscalls


Ignore:
Timestamp:
Dec 5, 2014, 3:18:46 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_syscalls

    v22 v23  
    7878Returns 0 if success. Returns -1 if no NIC channel or no CMA channel allocated to the calling task.
    7979
    80 === 5) int '''_sys_nic_clear( unsigned int is_rx ) ===
     80=== 5) int '''_sys_nic_clear'''( unsigned int is_rx ) ===
    8181This function reset the NIC instrumentation registers (packet counters).
    8282* '''is_isr''' : boolean (RX channels if non zero)
    8383
    84 === 6) int '''_sys_nic_stats( unsigned int is_rx ) ===
     84=== 6) int '''_sys_nic_stats'''( unsigned int is_rx ) ===
    8585This function displays on TTY0 the values stored in the NIC instrumentation registers (packet counters).
    8686* '''is_isr''' : boolean (RX channels if non zero)