Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/isdn/hardware/mISDN/
Dhfcsusb.c977 if (fifo->stop_gracefull) { in rx_iso_complete()
978 fifo->stop_gracefull = 0; in rx_iso_complete()
1092 if (fifo->stop_gracefull) { in rx_int_complete()
1093 fifo->stop_gracefull = 0; in rx_int_complete()
1169 if (fifo->stop_gracefull) { in tx_iso_complete()
1170 fifo->stop_gracefull = 0; in tx_iso_complete()
1434 fifo->stop_gracefull = 0; in start_isoc_chain()
1456 fifo->stop_gracefull = 1; in stop_iso_gracefull()
1462 while (fifo->stop_gracefull && timeout--) in stop_iso_gracefull()
1464 if (debug && fifo->stop_gracefull) in stop_iso_gracefull()
[all …]
Dhfcsusb.h268 __u8 stop_gracefull; /* stops URB retransmission */ member