Changes in uspace/drv/nic/rtl8169/driver.h [59b3095:320bd52] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8169/driver.h
r59b3095 r320bd52 55 55 /** The irq assigned */ 56 56 int irq; 57 /** PCI Vendor and Product ids */ 58 uint16_t pci_vid; 59 uint16_t pci_pid; 57 60 /** Mask of the turned interupts (IMR value) */ 58 61 uint16_t int_mask; … … 83 86 size_t tx_used; 84 87 88 /** Receive Control Register masks */ 89 uint32_t rcr_ucast; 90 uint32_t rcr_mcast; 91 85 92 /** Lock for receiver */ 86 93 fibril_mutex_t rx_lock;
Note:
See TracChangeset
for help on using the changeset viewer.