Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/isdn/hardware/mISDN/
Dhfcsusb.c976 if (fifo->stop_gracefull) { in rx_iso_complete()
977 fifo->stop_gracefull = 0; in rx_iso_complete()
1091 if (fifo->stop_gracefull) { in rx_int_complete()
1092 fifo->stop_gracefull = 0; in rx_int_complete()
1168 if (fifo->stop_gracefull) { in tx_iso_complete()
1169 fifo->stop_gracefull = 0; in tx_iso_complete()
1433 fifo->stop_gracefull = 0; in start_isoc_chain()
1455 fifo->stop_gracefull = 1; in stop_iso_gracefull()
1461 while (fifo->stop_gracefull && timeout--) in stop_iso_gracefull()
1463 if (debug && fifo->stop_gracefull) in stop_iso_gracefull()
[all …]
Dhfcsusb.h268 __u8 stop_gracefull; /* stops URB retransmission */ member