Lines Matching refs:WORK_ENABLE
769 WORK_ENABLE, enumerator
1858 if (!test_bit(WORK_ENABLE, &tp->flags)) in read_bulk_callback()
1944 if (!test_bit(WORK_ENABLE, &tp->flags)) in write_bulk_callback()
1965 if (!test_bit(WORK_ENABLE, &tp->flags)) in intr_callback()
2723 if (!test_bit(WORK_ENABLE, &tp->flags)) in bottom_half()
2764 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev)) in r8152_submit_rx()
6826 if (!test_bit(WORK_ENABLE, &tp->flags)) in rtl_work_func_t()
6939 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_open()
6979 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_close()
8401 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_pre_reset()
8435 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_post_reset()
8489 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_resume()
8528 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_resume()
8546 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_runtime_suspend()
8568 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_runtime_suspend()
8599 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_system_suspend()
8602 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_system_suspend()