Lines Matching refs:WORK_ENABLE
764 WORK_ENABLE, enumerator
1752 if (!test_bit(WORK_ENABLE, &tp->flags)) in read_bulk_callback()
1838 if (!test_bit(WORK_ENABLE, &tp->flags)) in write_bulk_callback()
1859 if (!test_bit(WORK_ENABLE, &tp->flags)) in intr_callback()
2609 if (!test_bit(WORK_ENABLE, &tp->flags)) in bottom_half()
2647 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev)) in r8152_submit_rx()
6686 if (!test_bit(WORK_ENABLE, &tp->flags)) in rtl_work_func_t()
6799 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_open()
6839 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_close()
8286 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_pre_reset()
8319 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_post_reset()
8371 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_resume()
8410 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_resume()
8428 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_runtime_suspend()
8450 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_suspend()
8481 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_system_suspend()
8484 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_suspend()