Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/ipwireless/
H A Dtty.c56 int tx_bytes_queued; member
97 tty->tx_bytes_queued = 0; in ipw_open()
186 tty->tx_bytes_queued -= packet_length; in ipw_write_packet_sent_callback()
204 room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued; in ipw_write()
224 tty->tx_bytes_queued += count; in ipw_write()
242 room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued; in ipw_write_room()
282 return tty->tx_bytes_queued; in ipw_chars_in_buffer()