Searched refs:RTL8152_UNPLUG (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/usb/
H A Dr8152.c495 RTL8152_UNPLUG = 0, enumerator in enum:rtl8152_flags
701 if (test_bit(RTL8152_UNPLUG, &tp->flags)) generic_ocp_read()
733 set_bit(RTL8152_UNPLUG, &tp->flags); generic_ocp_read()
745 if (test_bit(RTL8152_UNPLUG, &tp->flags)) generic_ocp_write()
803 set_bit(RTL8152_UNPLUG, &tp->flags); generic_ocp_write()
973 if (test_bit(RTL8152_UNPLUG, &tp->flags)) read_mii_word()
989 if (test_bit(RTL8152_UNPLUG, &tp->flags)) write_mii_word()
1075 if (test_bit(RTL8152_UNPLUG, &tp->flags)) read_bulk_callback()
1101 set_bit(RTL8152_UNPLUG, &tp->flags); read_bulk_callback()
1158 if (test_bit(RTL8152_UNPLUG, &tp->flags)) write_bulk_callback()
1179 if (test_bit(RTL8152_UNPLUG, &tp->flags)) intr_callback()
1218 set_bit(RTL8152_UNPLUG, &tp->flags); intr_callback()
1806 set_bit(RTL8152_UNPLUG, &tp->flags); tx_bottom()
1826 if (test_bit(RTL8152_UNPLUG, &tp->flags)) bottom_half()
1865 if (test_bit(RTL8152_UNPLUG, &tp->flags) || r8152_submit_rx()
1875 set_bit(RTL8152_UNPLUG, &tp->flags); r8152_submit_rx()
2150 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8152_enable()
2176 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8153_enable()
2193 if (test_bit(RTL8152_UNPLUG, &tp->flags)) { rtl_disable()
2905 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8152_up()
2915 if (test_bit(RTL8152_UNPLUG, &tp->flags)) { rtl8152_down()
2928 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8153_up()
2942 if (test_bit(RTL8152_UNPLUG, &tp->flags)) { rtl8153_down()
3015 if (test_bit(RTL8152_UNPLUG, &tp->flags) || !netif_running(tp->netdev)) rtl_work_func_t()
3110 if (res < 0 || test_bit(RTL8152_UNPLUG, &tp->flags)) { rtl8152_close()
3238 if (test_bit(RTL8152_UNPLUG, &tp->flags)) r8152b_init()
3278 if (test_bit(RTL8152_UNPLUG, &tp->flags)) r8153_init()
3941 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8152_ioctl()
4067 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8152_unload()
4076 if (test_bit(RTL8152_UNPLUG, &tp->flags)) rtl8153_unload()
4242 set_bit(RTL8152_UNPLUG, &tp->flags); rtl8152_disconnect()

Completed in 61 milliseconds