Lines Matching refs:WORK_ENABLE
682 WORK_ENABLE, enumerator
1574 if (!test_bit(WORK_ENABLE, &tp->flags)) in read_bulk_callback()
1652 if (!test_bit(WORK_ENABLE, &tp->flags)) in write_bulk_callback()
1673 if (!test_bit(WORK_ENABLE, &tp->flags)) in intr_callback()
2422 if (!test_bit(WORK_ENABLE, &tp->flags)) in bottom_half()
2460 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev)) in r8152_submit_rx()
5148 if (!test_bit(WORK_ENABLE, &tp->flags)) in rtl_work_func_t()
5257 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_open()
5297 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_close()
5614 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_pre_reset()
5647 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_post_reset()
5699 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_resume()
5738 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_resume()
5753 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_runtime_suspend()
5775 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_suspend()
5806 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_system_suspend()
5809 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_suspend()