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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan_pda.c121 int tx_throttled; member in struct:keyspan_pda_private
259 priv->tx_throttled = 0;
525 if (port->write_urb_busy || priv->tx_throttled) {
595 priv->tx_throttled = 1; /* block writers */
642 if (port->write_urb_busy || priv->tx_throttled)
676 priv->tx_throttled = room ? 0 : 1;

Completed in 398 milliseconds