Home
last modified time | relevance | path

Searched refs:EVENT_RX_HALT (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/usb/
Dusbnet.c509 !test_bit (EVENT_RX_HALT, &dev->flags) && in rx_submit()
513 usbnet_defer_kevent (dev, EVENT_RX_HALT); in rx_submit()
602 usbnet_defer_kevent (dev, EVENT_RX_HALT); in rx_complete()
658 !test_bit (EVENT_RX_HALT, &dev->flags) && in rx_complete()
1162 if (test_bit (EVENT_RX_HALT, &dev->flags)) { in usbnet_deferred_kevent()
1177 clear_bit (EVENT_RX_HALT, &dev->flags); in usbnet_deferred_kevent()
1555 !test_bit(EVENT_RX_HALT, &dev->flags)) { in usbnet_bh()
1915 !test_bit(EVENT_RX_HALT, &dev->flags)) in usbnet_resume()
Dlan78xx.c346 #define EVENT_RX_HALT 1 macro
3220 !test_bit(EVENT_RX_HALT, &dev->flags) && in rx_submit()
3228 lan78xx_defer_kevent(dev, EVENT_RX_HALT); in rx_submit()
3279 lan78xx_defer_kevent(dev, EVENT_RX_HALT); in rx_complete()
3314 !test_bit(EVENT_RX_HALT, &dev->flags) && in rx_complete()
3513 !test_bit(EVENT_RX_HALT, &dev->flags)) in lan78xx_bh()
3546 if (test_bit(EVENT_RX_HALT, &dev->flags)) { in lan78xx_delayedwork()
3562 clear_bit(EVENT_RX_HALT, &dev->flags); in lan78xx_delayedwork()
/Linux-v4.19/include/linux/usb/
Dusbnet.h73 # define EVENT_RX_HALT 1 macro
/Linux-v4.19/drivers/media/rc/
Dmceusb.c521 # define EVENT_RX_HALT 1 macro
1268 mceusb_defer_kevent(ir, EVENT_RX_HALT); in mceusb_dev_recv()
1402 if (test_bit(EVENT_RX_HALT, &ir->kevent_flags)) { in mceusb_deferred_kevent()
1409 clear_bit(EVENT_RX_HALT, &ir->kevent_flags); in mceusb_deferred_kevent()