Lines Matching refs:WORK_ENABLE
618 WORK_ENABLE, enumerator
1350 if (!test_bit(WORK_ENABLE, &tp->flags)) in read_bulk_callback()
1428 if (!test_bit(WORK_ENABLE, &tp->flags)) in write_bulk_callback()
1449 if (!test_bit(WORK_ENABLE, &tp->flags)) in intr_callback()
2222 if (!test_bit(WORK_ENABLE, &tp->flags)) in bottom_half()
2260 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev)) in r8152_submit_rx()
4153 if (!test_bit(WORK_ENABLE, &tp->flags)) in rtl_work_func_t()
4246 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_open()
4286 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_close()
4555 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_pre_reset()
4588 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_post_reset()
4640 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_resume()
4679 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_resume()
4694 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_runtime_suspend()
4716 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_suspend()
4747 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_system_suspend()
4750 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_suspend()