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()
2424 if (!test_bit(WORK_ENABLE, &tp->flags)) in bottom_half()
2462 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev)) in r8152_submit_rx()
5122 if (!test_bit(WORK_ENABLE, &tp->flags)) in rtl_work_func_t()
5231 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_open()
5271 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_close()
5594 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_pre_reset()
5627 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_post_reset()
5679 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_resume()
5718 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_resume()
5733 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_runtime_suspend()
5755 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_suspend()
5786 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_system_suspend()
5789 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_suspend()