Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfcsusb.c989 if (fifo->stop_gracefull) { in rx_iso_complete()
990 fifo->stop_gracefull = 0; in rx_iso_complete()
1104 if (fifo->stop_gracefull) { in rx_int_complete()
1105 fifo->stop_gracefull = 0; in rx_int_complete()
1181 if (fifo->stop_gracefull) { in tx_iso_complete()
1182 fifo->stop_gracefull = 0; in tx_iso_complete()
1445 fifo->stop_gracefull = 0; in start_isoc_chain()
1467 fifo->stop_gracefull = 1; in stop_iso_gracefull()
1473 while (fifo->stop_gracefull && timeout--) in stop_iso_gracefull()
1475 if (debug && fifo->stop_gracefull) in stop_iso_gracefull()
[all …]
Dhfcsusb.h268 __u8 stop_gracefull; /* stops URB retransmission */ member