Lines Matching refs:WORK_ENABLE
497 WORK_ENABLE, enumerator
1078 if (!test_bit(WORK_ENABLE, &tp->flags)) in read_bulk_callback()
1155 if (!test_bit(WORK_ENABLE, &tp->flags)) in write_bulk_callback()
1176 if (!test_bit(WORK_ENABLE, &tp->flags)) in intr_callback()
1829 if (!test_bit(WORK_ENABLE, &tp->flags)) in bottom_half()
1866 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev)) in r8152_submit_rx()
3021 if (!test_bit(WORK_ENABLE, &tp->flags)) in rtl_work_func_t()
3077 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_open()
3104 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_close()
3389 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_pre_reset()
3414 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_post_reset()
3468 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_suspend()
3469 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_suspend()
3503 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_resume()
3514 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_resume()