Changeset 870841cf in mainline for uspace/drv/nic/rtl8169/driver.c
- Timestamp:
- 2025-03-06T16:45:23Z (3 days ago)
- Branches:
- master
- Children:
- b9cc81c6
- Parents:
- 1c7b0db7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/rtl8169/driver.c
r1c7b0db7 r870841cf 365 365 } 366 366 367 inlinestatic errno_t rtl8169_register_int_handler(nic_t *nic_data,367 static errno_t rtl8169_register_int_handler(nic_t *nic_data, 368 368 cap_irq_handle_t *handle) 369 369 { … … 783 783 } 784 784 785 inlinestatic void rtl8169_reset(rtl8169_t *rtl8169)785 static void rtl8169_reset(rtl8169_t *rtl8169) 786 786 { 787 787 pio_write_8(rtl8169->regs + CR, CR_RST); … … 828 828 * @param was_promisc Sign if the promiscuous mode was active before disabling 829 829 */ 830 inlinestatic void rtl8169_rcx_promics_rem(nic_t *nic_data,830 static void rtl8169_rcx_promics_rem(nic_t *nic_data, 831 831 nic_multicast_mode_t mcast_mode, uint8_t was_promisc) 832 832 {
Note:
See TracChangeset
for help on using the changeset viewer.