Searched refs:tx_pending_bytes (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/staging/quatech_usb2/
H A Dquatech_usb2.c155 * @tx_pending_bytes: Number of bytes waiting to be sent. This total
179 int tx_pending_bytes; member in struct:quatech2_port
567 port_extra->tx_pending_bytes = 0;
708 __func__, port->number, count, port_extra->tx_pending_bytes);
723 } else if (port_extra->tx_pending_bytes >= QT2_FIFO_DEPTH) {
747 if (count > (QT2_FIFO_DEPTH - port_extra->tx_pending_bytes)) {
748 count = QT2_FIFO_DEPTH - port_extra->tx_pending_bytes;
780 port_extra->tx_pending_bytes += count;
784 __func__, result, port_extra->tx_pending_bytes);
825 room = (QT2_FIFO_DEPTH - port_extra->tx_pending_bytes);
[all...]

Completed in 105 milliseconds