Changes between Version 21 and Version 22 of kernel_syscalls
- Timestamp:
- Dec 5, 2014, 3:18:10 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v21 v22 78 78 Returns 0 if success. Returns -1 if no NIC channel or no CMA channel allocated to the calling task. 79 79 80 === 5) int '''_sys_nic_clear( unsigned int is_rx ) === 81 This function reset the NIC instrumentation registers (packet counters). 82 * '''is_isr''' : boolean (RX channels if non zero) 80 83 84 === 6) int '''_sys_nic_stats( unsigned int is_rx ) === 85 This function displays on TTY0 the values stored in the NIC instrumentation registers (packet counters). 86 * '''is_isr''' : boolean (RX channels if non zero) 81 87 82 88 == FBF related syscall handlers ==