Lines Matching refs:WORK_ENABLE
603 WORK_ENABLE, enumerator
1268 if (!test_bit(WORK_ENABLE, &tp->flags)) in read_bulk_callback()
1346 if (!test_bit(WORK_ENABLE, &tp->flags)) in write_bulk_callback()
1367 if (!test_bit(WORK_ENABLE, &tp->flags)) in intr_callback()
2029 if (!test_bit(WORK_ENABLE, &tp->flags)) in bottom_half()
2071 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev)) in r8152_submit_rx()
3839 if (!test_bit(WORK_ENABLE, &tp->flags)) in rtl_work_func_t()
3931 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_open()
3971 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_close()
4239 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_pre_reset()
4263 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_post_reset()
4314 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_resume()
4353 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_resume()
4368 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_runtime_suspend()
4390 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_suspend()
4421 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_system_suspend()
4424 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_suspend()