Home
last modified time | relevance | path

Searched refs:EVENT_RX_KILL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/usb/
H A Dusbnet.h82 # define EVENT_RX_KILL 10 macro
/kernel/linux/linux-6.6/include/linux/usb/
H A Dusbnet.h75 # define EVENT_RX_KILL 10 macro
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dusbnet.c85 [EVENT_RX_KILL] = "EVENT_RX_KILL",
490 if (test_bit(EVENT_RX_KILL, &dev->flags)) { in rx_submit()
659 set_bit(EVENT_RX_KILL, &dev->flags); in rx_complete()
932 clear_bit(EVENT_RX_KILL, &dev->flags); in usbnet_open()
1552 clear_bit(EVENT_RX_KILL, &dev->flags); in usbnet_bh()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dusbnet.c475 if (test_bit(EVENT_RX_KILL, &dev->flags)) { in rx_submit()
646 set_bit(EVENT_RX_KILL, &dev->flags); in rx_complete()
919 clear_bit(EVENT_RX_KILL, &dev->flags); in usbnet_open()
1517 clear_bit(EVENT_RX_KILL, &dev->flags); in usbnet_bh()

Completed in 7 milliseconds