Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_gsm.c314 #define TX_THRESH_HI 8192 macro
1362 * to fill the queue totally or up to TX_THRESH_HI bytes. Once we hit
1376 while (gsm->tx_bytes < TX_THRESH_HI) { in gsm_dlci_data_sweep()