Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/usb/
Dusbnet.h75 # define EVENT_RX_KILL 10 macro
/linux-6.12.1/drivers/net/usb/
Dusbnet.c82 [EVENT_RX_KILL] = "EVENT_RX_KILL",
492 if (test_bit(EVENT_RX_KILL, &dev->flags)) { in rx_submit()
662 set_bit(EVENT_RX_KILL, &dev->flags); in rx_complete()
944 clear_bit(EVENT_RX_KILL, &dev->flags); in usbnet_open()
1566 clear_bit(EVENT_RX_KILL, &dev->flags); in usbnet_bh()