Searched refs:RTL8152_UNPLUG (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/usb/ |
H A D | r8152.c | 484 RTL8152_UNPLUG = 0, enumerator in enum:rtl8152_flags 687 if (test_bit(RTL8152_UNPLUG, &tp->flags)) generic_ocp_read() 719 set_bit(RTL8152_UNPLUG, &tp->flags); generic_ocp_read() 731 if (test_bit(RTL8152_UNPLUG, &tp->flags)) generic_ocp_write() 789 set_bit(RTL8152_UNPLUG, &tp->flags); generic_ocp_write() 959 if (test_bit(RTL8152_UNPLUG, &tp->flags)) read_mii_word() 975 if (test_bit(RTL8152_UNPLUG, &tp->flags)) write_mii_word() 1061 if (test_bit(RTL8152_UNPLUG, &tp->flags)) read_bulk_callback() 1087 set_bit(RTL8152_UNPLUG, &tp->flags); read_bulk_callback() 1144 if (test_bit(RTL8152_UNPLUG, &tp->flags)) write_bulk_callback() 1165 if (test_bit(RTL8152_UNPLUG, &tp->flags)) intr_callback() 1204 set_bit(RTL8152_UNPLUG, &tp->flags); intr_callback() 1792 set_bit(RTL8152_UNPLUG, &tp->flags); tx_bottom() 1812 if (test_bit(RTL8152_UNPLUG, &tp->flags)) bottom_half() 1851 if (test_bit(RTL8152_UNPLUG, &tp->flags) || r8152_submit_rx() 1861 set_bit(RTL8152_UNPLUG, &tp->flags); r8152_submit_rx() 2139 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8152_enable() 2165 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8153_enable() 2181 if (test_bit(RTL8152_UNPLUG, &tp->flags)) { rtl_disable() 2877 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8152_up() 2887 if (test_bit(RTL8152_UNPLUG, &tp->flags)) { rtl8152_down() 2900 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8153_up() 2910 if (test_bit(RTL8152_UNPLUG, &tp->flags)) { rtl8153_down() 2954 if (test_bit(RTL8152_UNPLUG, &tp->flags) || !netif_running(tp->netdev)) rtl_work_func_t() 3049 if (res < 0 || test_bit(RTL8152_UNPLUG, &tp->flags)) { rtl8152_close() 3177 if (test_bit(RTL8152_UNPLUG, &tp->flags)) r8152b_init() 3217 if (test_bit(RTL8152_UNPLUG, &tp->flags)) r8153_init() 3782 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8152_ioctl() 3904 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8152_unload() 3913 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8153_unload() 4073 set_bit(RTL8152_UNPLUG, &tp->flags); rtl8152_disconnect()
|
Completed in 52 milliseconds