Searched refs:tx_throttled (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dkeyspan_pda.c111 int tx_throttled; member in struct:keyspan_pda_private
251 priv->tx_throttled = 0;
536 if (port->write_urb_busy || priv->tx_throttled) {
615 priv->tx_throttled = 1; /* block writers */
665 if (port->write_urb_busy || priv->tx_throttled)
718 priv->tx_throttled = *room ? 0 : 1;

Completed in 43 milliseconds