Home
last modified time | relevance | path

Searched refs:EVENT_RX_KILL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/usb/
Dusbnet.h79 # define EVENT_RX_KILL 10 macro
/linux-4.1.27/drivers/net/usb/
Dusbnet.c470 if (test_bit(EVENT_RX_KILL, &dev->flags)) { in rx_submit()
637 set_bit(EVENT_RX_KILL, &dev->flags); in rx_complete()
901 clear_bit(EVENT_RX_KILL, &dev->flags); in usbnet_open()
1476 clear_bit(EVENT_RX_KILL, &dev->flags); in usbnet_bh()