Changeset eed4139 in mainline for uspace/lib/nic/src/nic_impl.c
- Timestamp:
- 2018-03-22T23:23:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cbb37b6
- Parents:
- 77f0a1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_impl.c
r77f0a1d reed4139 783 783 * @return EINVAL If the NIC is not in state where it allows on demand polling 784 784 */ 785 errno_t nic_poll_now_impl(ddf_fun_t *fun) { 785 errno_t nic_poll_now_impl(ddf_fun_t *fun) 786 { 786 787 nic_t *nic_data = nic_get_from_ddf_fun(fun); 787 788 fibril_rwlock_read_lock(&nic_data->main_lock); … … 804 805 * Logs a warning message and returns ENOTSUP to the caller. 805 806 * 806 * @param fun 807 * @param chandle IPC call identifier808 * @param call 807 * @param fun The DDF function where the method should be called. 808 * @param chandle IPC call handle 809 * @param call IPC call data 809 810 */ 810 811 void nic_default_handler_impl(ddf_fun_t *fun, cap_call_handle_t chandle,
Note:
See TracChangeset
for help on using the changeset viewer.