Lines Matching refs:WORK_ENABLE
770 WORK_ENABLE, enumerator
1860 if (!test_bit(WORK_ENABLE, &tp->flags)) in read_bulk_callback()
1946 if (!test_bit(WORK_ENABLE, &tp->flags)) in write_bulk_callback()
1967 if (!test_bit(WORK_ENABLE, &tp->flags)) in intr_callback()
2758 if (!test_bit(WORK_ENABLE, &tp->flags)) in bottom_half()
2799 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev)) in r8152_submit_rx()
6861 if (!test_bit(WORK_ENABLE, &tp->flags)) in rtl_work_func_t()
6974 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_open()
7014 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_close()
8436 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_pre_reset()
8470 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_post_reset()
8524 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_resume()
8563 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_resume()
8594 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_runtime_suspend()
8616 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_suspend()
8647 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_system_suspend()
8650 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_suspend()