Changes between Version 18 and Version 19 of kernel_syscalls
- Timestamp:
- Nov 12, 2014, 1:15:50 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v18 v19 69 69 * '''is_isr''' : boolean (RX transfer if non zero) 70 70 * '''buffer''' is the user buffer virtual base address. 71 It supports concurrent kernel access to the chbuf, because It takes the lock protecting exclusive access to the chbuf pointer (index field). 71 72 It is blocking if the kernel chbuf is empty (for an RX transfer) or full (for a TX transfer). The bloking situation 72 73 is bounded by a timeout defined by the GIET_NIC_TIMEOUT parameter defined in the ''giet_config.h'' file.