Changeset 231b3fd in mainline for uspace/lib/nic/include/nic_driver.h
- Timestamp:
- 2018-08-25T21:35:26Z (6 years ago)
- Parents:
- e2625b1a (diff), 3c45353 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jakub Jermář <jakub@…> (2018-08-25 21:35:26)
- git-committer:
- GitHub <noreply@…> (2018-08-25 21:35:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic_driver.h
re2625b1a r231b3fd 83 83 nic_poll_mode_t poll_mode; 84 84 /** Polling period (applicable when poll_mode == NIC_POLL_PERIODIC) */ 85 struct time valpoll_period;85 struct timespec poll_period; 86 86 /** Current polling mode of the NIC */ 87 87 nic_poll_mode_t default_poll_mode; 88 88 /** Polling period (applicable when default_poll_mode == NIC_POLL_PERIODIC) */ 89 struct time valdefault_poll_period;89 struct timespec default_poll_period; 90 90 /** Software period fibrill information */ 91 91 struct sw_poll_info sw_poll_info;
Note:
See TracChangeset
for help on using the changeset viewer.