Searched refs:WORK_ENABLE (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/usb/ |
D | r8152.c | 486 WORK_ENABLE, enumerator 1064 if (!test_bit(WORK_ENABLE, &tp->flags)) in read_bulk_callback() 1141 if (!test_bit(WORK_ENABLE, &tp->flags)) in write_bulk_callback() 1162 if (!test_bit(WORK_ENABLE, &tp->flags)) in intr_callback() 1815 if (!test_bit(WORK_ENABLE, &tp->flags)) in bottom_half() 1852 !test_bit(WORK_ENABLE, &tp->flags) || !netif_carrier_ok(tp->netdev)) in r8152_submit_rx() 2960 if (!test_bit(WORK_ENABLE, &tp->flags)) in rtl_work_func_t() 3016 set_bit(WORK_ENABLE, &tp->flags); in rtl8152_open() 3043 clear_bit(WORK_ENABLE, &tp->flags); in rtl8152_close() 3325 if (netif_running(netdev) && test_bit(WORK_ENABLE, &tp->flags)) { in rtl8152_suspend() [all …]
|