Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c979 if (fifo->stop_gracefull) { in rx_iso_complete()
980 fifo->stop_gracefull = 0; in rx_iso_complete()
1094 if (fifo->stop_gracefull) { in rx_int_complete()
1095 fifo->stop_gracefull = 0; in rx_int_complete()
1171 if (fifo->stop_gracefull) { in tx_iso_complete()
1172 fifo->stop_gracefull = 0; in tx_iso_complete()
1436 fifo->stop_gracefull = 0; in start_isoc_chain()
1458 fifo->stop_gracefull = 1; in stop_iso_gracefull()
1483 fifo->stop_gracefull = 1; in stop_int_gracefull()
1489 if (debug && fifo->stop_gracefull) in stop_int_gracefull()
[all …]
H A Dhfcsusb.h268 __u8 stop_gracefull; /* stops URB retransmission */ member