Home
last modified time | relevance | path

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

/drivers/isdn/hardware/mISDN/
Dhfcsusb.c987 if (fifo->stop_gracefull) { in rx_iso_complete()
988 fifo->stop_gracefull = 0; in rx_iso_complete()
1101 if (fifo->stop_gracefull) { in rx_int_complete()
1102 fifo->stop_gracefull = 0; in rx_int_complete()
1177 if (fifo->stop_gracefull) { in tx_iso_complete()
1178 fifo->stop_gracefull = 0; in tx_iso_complete()
1442 fifo->stop_gracefull = 0; in start_isoc_chain()
1464 fifo->stop_gracefull = 1; in stop_iso_gracefull()
1470 while (fifo->stop_gracefull && timeout--) in stop_iso_gracefull()
1472 if (debug && fifo->stop_gracefull) in stop_iso_gracefull()
[all …]
Dhfcsusb.h267 __u8 stop_gracefull; /* stops URB retransmission */ member